Re: [OMPI users] mpif90 error with different openmpi editions

2013-06-26 Thread Gus Correa
You say: > one possiblity is use different mpif90 and mpicc, but I > checked in my case they all use gcc 4.3.4 Do you really mean gcc for both, or is it gfortran for mpif90 perhaps? What is the output of: mpif90 --show and mpicc --show for each OMPI version? Maybe other list subscribers can

Re: [OMPI users] mpif90 error with different openmpi editions

2013-06-26 Thread xu
No. I didn't mix environment variables. I run two editions seperately. I searched online, one possiblity is use different mpif90 and mpicc, but I checked in my case they all use gcc 4.3.4 From: Gus Correa To: Open MPI Users Sent: Tuesday, June 18, 2013 8:

Re: [OMPI users] openmpi 1.6.3 fails to identify local host if its IP is 127.0.1.1

2013-06-26 Thread Ralph Castain
The root cause of the problem is that you are assigning your host name to the loopback device. This is rather unusual, but not forbidden. Normally, people would name that interface something like "localhost" since it cannot be used to communicate off-node. Doing it the way you have could cause pro

Re: [OMPI users] Application hangs on mpi_waitall

2013-06-26 Thread George Bosilca
Ed, Im not sure but there might be a case where the BTL is getting overwhelmed by the nob-blocking operations while trying to setup the connection. There is a simple test for this. Add an MPI_Alltoall with a reasonable size (100k) before you start posting the non-blocking receives, and let's se

Re: [OMPI users] openmpi 1.6.3 fails to identify local host if its IP is 127.0.1.1

2013-06-26 Thread Riccardo Murri
Hello, On 26 June 2013 03:11, Ralph Castain wrote: > I've been reviewing the code, and I think I'm getting a handle on > the issue. > > Just to be clear - your hostname resolves to the 127 address? And you are on > a Linux (not one of the BSD flavors out there)? Yes (but resolves to 127.0.1.1 --

Re: [OMPI users] error: unknown type name 'ompi_jobid_t'

2013-06-26 Thread Ralph Castain
Sorry about that - it has been fixed in the upcoming 1.7.2, which should be released in the immediate future. For now, you can grab the 1.7.2 tarball from the web site. On Tue, Jun 25, 2013 at 8:25 PM, Jeff Hammond wrote: > I observe this error with the OpenMPI 1.7.1 "feature": > > Making all i