Re: [OMPI users] Problem with GNU GFortran OpenMPI 1.3.0

2009-06-22 Thread Jeff Squyres
This error message is indicating that MPI_Comm_f2c is being invoked before MPI_INIT. Can you see if that is happening? If it helps, you can run with the MCA parameter mpi_abort_print_stack set to 1. This will print the stack when we abort. Or run with the MCA parameter mpi_abort_delay se

[OMPI users] Problem with GNU GFortran OpenMPI 1.3.0

2009-06-22 Thread Si Hammond
Hi everyone, Another little mystery for you all! I have a relatively small MPI Fortran code which I can compile successfully with Intel and PGI compiled OpenMPI 1.3.0 (and 1.2.5). No problems with this. On a separate machine I have a GNU Gfortran 4.3 OpenMPI 1.3.0 installation and I get