[OMPI devel] Vprotocol pessimist - Open MPI 1.4.1 and 1.4.2a1r22558

2010-02-06 Thread Caciano Machado
oading properly. Does anyone have a solution to run Open MPI with this module? Regards, Caciano Machado

Re: [OMPI devel] Compile error - svn revision 21099

2009-04-29 Thread Caciano Machado
Yes, now that seems to be fixed, but I had to put that header in two another files: ompi/tools/ompi-server/ompi-server.c ompi/tools/ompi-probe/ompi-probe.c Now the trunk version is up and running :-). Thanks, Caciano Machado On Wed, Apr 29, 2009 at 12:24 AM, Rainer Keller wrote: > Caci

[OMPI devel] Compile error - svn revision 21099

2009-04-28 Thread Caciano Machado
Hi, I'm getting the folowing error compiling the svn trunk. Regards, Caciano Machado root@debompi:/usr/local/src/ompi-trunk# make distclean && ./autogen.sh && ./configure --prefix=/usr/local/openmpi --with-ft=cr --with-blcr=/usr/local/blcr -enable-mpi-threads --enable-t

[OMPI devel] crcpw verbosity

2009-01-14 Thread Caciano Machado
Hi, What variable should I set to increase the verbosity of crcpw component? I've tried "ompi_crcpw_verbose=20" and "crcpw_base_verbose=20". How can I figure out the name of the variable. Regards, Caciano

Re: [OMPI devel] Checkpoint/Restart svn trunk

2008-08-12 Thread Caciano Machado
Thanks. Now it's working. On Tue, Aug 12, 2008 at 8:21 AM, Jeff Squyres wrote: > Ralph committed a proper fix yesterday; see if that works for you. > > On Aug 11, 2008, at 7:44 PM, Caciano Machado wrote: > >> Jeff, >> >> Here is an ugly hack that I'm

Re: [OMPI devel] Checkpoint/Restart svn trunk

2008-08-11 Thread Caciano Machado
d can fix it when > he returns. > > Thanks for the heads-up! > > > On Aug 11, 2008, at 7:16 PM, Caciano Machado wrote: > >> I found that open mpi is looking for the file contact.txt in the wrong >> directory. It always searches the file in the directory >> &

Re: [OMPI devel] Checkpoint/Restart svn trunk

2008-08-11 Thread Caciano Machado
ctory where open mpi searches, then "ompi-ps" and "ompi-checkpoint" works. On Mon, Aug 11, 2008 at 4:06 PM, Caciano Machado wrote: > Hi, > > I'm trying to run the last checkpoint/restart (rev 19235) but ompi is > showing the following error in &q

[OMPI devel] Checkpoint/Restart svn trunk

2008-08-11 Thread Caciano Machado
7936 -v [debian:28022] [[31764,0],0] ORTE_ERROR_LOG: Not found in file orte-checkpoint.c at line 395 [debian:28022] HNP with PID 27936 Not found! ######## Regards, Caciano Machado Computer Science Graduate Student/UFRGS

[OMPI devel] Client connection lost

2008-06-26 Thread Caciano Machado
" 2008-06-26 21:29:21: I: send channel.open-ok: channel_id=4B 2008-06-26 21:29:21: I: recv basic.publish: ticket=0 exchange="amq.direct" routing_key="1" mandatory=0 immediate=0 2008-06-26 21:29:21: I: send basic.deliver: consumer_tag="0" delivery_tag=0 redelivered=0 exchange="amq.direct" routing_key="1" 2008-06-26 21:29:21: I: recv basic.publish: ticket=0 exchange="amq.direct" routing_key="0" mandatory=0 immediate=0 2008-06-26 21:29:21: E: Socket closing: End of file found, connection to client lost (10.135.250.17:51695, OpenAMQ Kernel Client, 1.2d0, 0) Regards, Caciano Machado

Re: [OMPI devel] PML names OB1, DR and CM

2008-05-17 Thread Caciano Machado
Thank you Jeff, Despite some names doesn't make sense they are very original ;) Caciano On Fri, May 16, 2008 at 12:48 PM, Jeff Squyres wrote: > On May 15, 2008, at 2:37 PM, Caciano Machado wrote: > > > What are the meanings of the PML names OB1, DR and CM? The paper "An

[OMPI devel] PML names OB1, DR and CM

2008-05-15 Thread Caciano Machado
Hi, What are the meanings of the PML names OB1, DR and CM? The paper "An evaluation of Open MPI's Matching Transport Layer on the Cray XT" says that they don't have any special meaning, but here ( http://www.open-mpi.org/papers/workshop-2006/wed_01_pt2pt.pdf) I saw that DR stands for "Data Reliabi

Re: [OMPI devel] Recv from MTL module hanging on pml_cm_recv.c:mca_pml_cm_recv()

2008-05-09 Thread Caciano Machado
in ompi/request/request.h) which will set the > flag and trigger a condition broadcast or signal for you. This will allow > the upper level to be released from the requests condition, and therefore > discover that the request is completed. > > george. > > > > On May

[OMPI devel] Recv from MTL module hanging on pml_cm_recv.c:mca_pml_cm_recv()

2008-05-08 Thread Caciano Machado
Hi, I'm finishing the implementation of a MTL module but something went wrong. This module is using PML/cm and the Recv operations are hanging in the ompi_request_wait_completion() call in pml_cm_recv.c:mca_pml_cm_recv(). I think that I must set the variable recvreq->req_base.req_ompi.req_complete