[OMPI users] Fix the use of hostfiles when a username is supplied in v1.5 ?

2010-10-22 Thread Olivier Riff
users@lists.open-mpi.org Date: 2010/3/11 Subject: Re: [OMPI users] OPenMpi: How to specify login name in machinefile passed to mpirun To: Open MPI Users <us...@open-mpi.org> Yeah, it was a bug in the parser - fix scheduled for 1.4.2 release. Thanks! Ralph On Mar 11, 2010, at 4:32 AM, Olivie

Re: [OMPI users] Display in terminal of error message using throw std::runtime_error on distant node...

2010-09-24 Thread Olivier Riff
or you, but I don't. :-\ > > > On Sep 24, 2010, at 3:36 AM, Olivier Riff wrote: > > > Hello, > > > > My question concerns the display of error message generated by a throw > std::runtime_error("Explicit error message"). > > I am launching on a termi

[OMPI users] Display in terminal of error message using throw std::runtime_error on distant node...

2010-09-24 Thread Olivier Riff
Hello, My question concerns the display of error message generated by a throw std::runtime_error("Explicit error message"). I am launching on a terminal an openMPI program on several machines using: mpirun -v -machinefile MyMachineFile.txt MyProgram. I am wondering why I cannot see an error

Re: [OMPI users] General question on the implementation ofa"scheduler" on client side...

2010-05-23 Thread Olivier Riff
2010/5/21 Jeff Squyres <jsquy...@cisco.com> > On May 21, 2010, at 3:13 AM, Olivier Riff wrote: > > > -> That is what I was thinking about to implement. As you mentioned, and > specifically for my case where I mainly send short messages, there might not > be much win.

Re: [OMPI users] General question on the implementation of a"scheduler" on client side...

2010-05-21 Thread Olivier Riff
; google > for libnbc for a (non-optimized) implementation that may be of help to you. > MPI implementations (like Open MPI) will feature non-blocking collectives > someday in the future. > > -> Interesting to know and to keep in mind. Sometimes the future is really near. Thanks aga

Re: [OMPI users] Buffer size limit and memory consumption problem on heterogeneous (32 bit / 64 bit) machines

2010-05-20 Thread Olivier Riff
works fine now. Regards, Olivier 2010/5/20 Olivier Riff <olir...@googlemail.com> > > > 2010/5/20 Nysal Jan <jny...@gmail.com> > > This probably got fixed in https://svn.open-mpi.org/trac/ompi/ticket/2386 >> Can you try 1.4.2, the fix should be in there. >>

Re: [OMPI users] Buffer size limit and memory consumption problem on heterogeneous (32 bit / 64 bit) machines

2010-05-20 Thread Olivier Riff
es it. I will tell you the result asap. Thanks. Olivier > Regards > --Nysal > > > On Thu, May 20, 2010 at 2:02 PM, Olivier Riff <olir...@googlemail.com>wrote: > >> Hello, >> >> I assume this question has been already discussed many times

Re: [OMPI users] Buffer size limit and memory consumption problem on heterogeneous (32 bit / 64 bit) machines

2010-05-20 Thread Olivier Riff
Hello Terry, Thanks for your answer. 2010/5/20 Terry Dontje <terry.don...@oracle.com> > Olivier Riff wrote: > > Hello, > > I assume this question has been already discussed many times, but I can not > find on Internet a solution to my problem. > It is about bu

[OMPI users] General question on the implementation of a "scheduler" on client side...

2010-05-20 Thread Olivier Riff
Hello, I have a general question about the best way to implement an openmpi application, i.e the design of the application. A machine (I call it the "server") should send to a cluster containing a lot of processors (the "clients") regularly task to do (byte buffers from very various size). The

[OMPI users] Buffer size limit and memory consumption problem on heterogeneous (32 bit / 64 bit) machines

2010-05-20 Thread Olivier Riff
Hello, I assume this question has been already discussed many times, but I can not find on Internet a solution to my problem. It is about buffer size limit of MPI_Send and MPI_Recv with heterogeneous system (32 bit laptop / 64 bit cluster). My configuration is : open mpi 1.4, configured with:

Re: [OMPI users] Question on virtual memory allocated

2010-05-15 Thread Olivier Riff
Thank you Jeff for your explaination. It is much clearer now. Best regards. Olivier 2010/5/15 Jeff Squyres <jsquy...@cisco.com> > On May 12, 2010, at 8:19 AM, Olivier Riff wrote: > > > What I do not understand is where the value of 2104m for the virtual > memory comes

[OMPI users] Question on virtual memory allocated

2010-05-12 Thread Olivier Riff
Hello, My question is about virtual memory allocated by an open-mpi program. I am not familiar with memory managment and I will be grateful if you could explain me what I am observing when I launch my openMpi program on several machines. My program is started on a server machine which comunicate

Re: [OMPI users] OPenMpi: How to specify login name in machinefile passed to mpirun

2010-03-11 Thread Olivier Riff
2010/3/11 Ralph Castain <r...@open-mpi.org> > Yeah, it was a bug in the parser - fix scheduled for 1.4.2 release. > > Thanks! > Ralph > OK, thanks Ralph for the test and the quick analyse. Regards, Olivier > > On Mar 11, 2010, at 4:32 AM, Olivier Riff wrote:

Re: [OMPI users] OPenMpi: How to specify login name in machinefile passed to mpirun

2010-03-11 Thread Olivier Riff
't recall if/when anyone actually tested that code > path. I'll have a look...probably in the hostfile parser. > > What version are you using? > > On Mar 10, 2010, at 8:26 AM, Olivier Riff wrote: > > Oops sorry I made the test too fast: it still does not work properly with > sev

Re: [OMPI users] OPenMpi: How to specify login name in machinefile passed to mpirun

2010-03-10 Thread Olivier Riff
?! (there is no user1 account on machine2...) My problem is still open... why is there a connection attempt to machine2 with user1 ... Has somebody an explanation ? Thanks, Olivier 2010/3/10 Olivier Riff <olir...@googlemail.com> > OK, it works now thanks. I forgot to add the slots in

Re: [OMPI users] OPenMpi: How to specify login name in machinefile passed to mpirun

2010-03-10 Thread Olivier Riff
t; On Mar 10, 2010, at 5:41 AM, Olivier Riff wrote: > > > Hello, > > > > I am using openmpi on several machines which have different user accounts > and I cannot find a way to specify the login for each machine in the > machinefile passed to mpirun. > > T

[OMPI users] OPenMpi: How to specify login name in machinefile passed to mpirun

2010-03-10 Thread Olivier Riff
Hello, I am using openmpi on several machines which have different user accounts and I cannot find a way to specify the login for each machine in the machinefile passed to mpirun. The only solution I found is to use the -host argument of mpirun, such as: mpirun -np 2 --host