Re: [OMPI users] programming qsn??

2009-08-14 Thread amjad ali
Hello Mr. Eugene Loh, THANK YOU VERY MUCH, IT WORKED. I used both ISEND and IRECV and then a combined call to WAITALL with MPI_STATUSES_IGNORE. with best regards, Amjad Ali. On Fri, Aug 14, 2009 at 6:42 AM, Eugene Loh wrote: > amjad ali wrote: > > Please tell me that if have multiple such ISE

Re: [OMPI users] Bug: coll_tuned_dynamic_rules_filename and duplicate communicators

2009-08-14 Thread George Bosilca
John, Thanks for your bug report. This issues has been fixed in commit r21825. I'll hope to be able to push it in our next release. Thanks, george. On Jul 7, 2009, at 13:04 , Jumper, John wrote: I am attempting to use coll_tuned_dynamic_rules_filename to tune Open MPI 1.3.2. Based o

Re: [OMPI users] tcp connectivity OS X and 1.3.3

2009-08-14 Thread Jody Klymak
Hi All, Just to polish this thread off To make openmpi work on my OS X 10.5 machine I need only: ./configure --prefix=/Network/Xgrid/openmpi make make install I then edited /Network/Xgrid/openmpi/etc/openmpi-mca-params.conf and added # set ports so that they are more valid than the defaul

Re: [OMPI users] openmpi with xgrid

2009-08-14 Thread Warner Yuen
Hi Alan, Xgrid support for Open MPI is currently broken in the latest version of Open MPI. See the ticket below. However, I believe that Xgrid still works with one of the earlier 1.2 versions of Open MPI. I don't recall for sure, but I think that it's Open MPI 1.2.3. #1777: Xgrid support

Re: [OMPI users] an MPI process using about 12 file descriptors per neighbour processes - isn't it a bit too much?

2009-08-14 Thread Rolf Vandevaart
Hi Paul: I tried the running the same way as you did and I saw the same thing. I was using ClusterTools 8.2 (Open MPI 1.3.3r21324) and running on Solaris. I looked at the mpirun process and it was definitely consuming approximately 12 file descriptors per a.out process. burl-ct-v440-0 59 =

Re: [OMPI users] strange IMB runs

2009-08-14 Thread Michael Di Domenico
> One of the differences among MPI implementations is the default placement of > processes within the node. E.g., should processes by default be collocated > on cores of the same socket or on cores of different sockets? I don't know > if that issue is applicable here (that is, HP MPI vs Open MPI

Re: [OMPI users] strange IMB runs

2009-08-14 Thread Michael Di Domenico
On Thu, Aug 13, 2009 at 1:51 AM, Eugene Loh wrote: > Also, I'm puzzled why you should see better results by changing > btl_sm_eager_limit. That shouldn't change long-message bandwidth, but only > the message size at which one transitions from short to long messages. If > anything, tweaking btl_sm

[OMPI users] openmpi with xgrid

2009-08-14 Thread Alan
Hi there, I saw that http://www.open-mpi.org/community/lists/users/2007/08/3900.php. I use fink, and so I changed the openmpi.info file in order to get openmpi with xgrid support. As you can see: amadeus[2081]:~/Downloads% /sw/bin/ompi_info Package: Open MPI root@amadeus.local Di

[OMPI users] an MPI process using about 12 file descriptors per neighbour processes - isn't it a bit too much?

2009-08-14 Thread Paul Kapinos
Hi OpenMPI folks, We use Sun MPI (Cluster Tools 8.2) and also native OpenMPI 1.3.3 and we wonder us about the way OpenMPI devours file descriptors: on our computers, ulimit -n is currently set to 1024, and we found out that we may run maximally 84 MPI processes per box, and if we try to run 85