[OMPI users] Configure MPI_ADDRESS_KIND and MPI_OFFSET_KIND (OSX 10.6; gcc, g95, openmpi-1.4.5.)

2012-03-03 Thread Anthony Rollett
Greetings - I am able to configure and install 1.4.5 with fortran support. However, when I try to use MPI_ADDRESS_KIND and MPI_OFFSET_KIND, I find that mpif-config.h has these parameters set to 0 (and I get compiler errors). Is there a way to configure and have these be non-zero? Is it safe t

Re: [OMPI users] "Connection to lifeline" with openmpi-1.4.5

2012-03-03 Thread Barnet Wagman
Is the job completing? Usually this message appears because mpirun terminates before everything else does. Only concern I have is that the process that issued your example message is an application process, but I'm assuming it was running local to mpirun - yes? No the job is not completin

Re: [OMPI users] compilation error with pgcc Unknown switch

2012-03-03 Thread Abhinav Sarje
Hi, I am trying to compile 64 bits. On Fri, Mar 2, 2012 at 11:48 PM, George Bosilca wrote: > Something is definitively weird in your compilation environment. > > The "undefined" function is defined in atomic_impl.h as a static inline > (static inline int64_t opal_atomic_swap_64(volatile int64_t

Re: [OMPI users] "Connection to lifeline" with openmpi-1.4.5

2012-03-03 Thread Ralph Castain
On Mar 1, 2012, at 10:47 PM, Barnet Wagman wrote: > I've run into a problem upgrading from 1.4.3 to 1.4.4 or 1.4.5 > > With 1.4.4 and 1.4.5, I'm getting error messages like > > [[59597,1],0] routed:binomial: Connection to lifeline [[59597,0],0] lost > > The error does not occur if I restrict t