Re: OpenMPI Fortran: 'Error reading module mpi' and unexpected but silent termination
- From: Bart Vandewoestyne <MyFirstName.MyLastName@xxxxxxxxxx>
- Date: Wed, 31 Oct 2007 16:45:46 GMT
On 2007-10-31, Steven G. Kargl <kargl@xxxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
If you need to add this option, then you're going to need to find
out what compiler options were used when the Open MPI package was
created. In particularly, this suggests that the -ff2c option
was used. This option is typically undesirable and only needed
when dealing with g77 compiled libraries that can't be rebuilt
with gfortran. It is also possible that some odd non-default
options were set in CFLAGS, which may affect the ABI.
Steven,
Thanks for your kind answers, but more questions are popping up in my head:
1) Is there a standard way to find out what compiler flags were
used for creating the Open MPI Kubuntu package? Do you mean
something like this?
bartv@kortrijk:~$ mpif90 -v
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.1.2 (Ubuntu 4.1.2-0ubuntu4)
If this is what you mean, then I'm still puzzled what the exact mpif90 command
would be to try next...
2) What is an 'ABI'?
Regards,
Bart
--
"Share what you know. Learn what you don't."
.
- Follow-Ups:
- Re: OpenMPI Fortran: 'Error reading module mpi' and unexpected but silent termination
- From: Steven G. Kargl
- Re: OpenMPI Fortran: 'Error reading module mpi' and unexpected but silent termination
- References:
- OpenMPI Fortran: 'Error reading module mpi' and unexpected but silent termination
- From: Koen Poppe
- Re: OpenMPI Fortran: 'Error reading module mpi' and unexpected but silent termination
- From: Steven G. Kargl
- Re: OpenMPI Fortran: 'Error reading module mpi' and unexpected but silent termination
- From: Bart Vandewoestyne
- Re: OpenMPI Fortran: 'Error reading module mpi' and unexpected but silent termination
- From: Steven G. Kargl
- Re: OpenMPI Fortran: 'Error reading module mpi' and unexpected but silent termination
- From: Bart Vandewoestyne
- Re: OpenMPI Fortran: 'Error reading module mpi' and unexpected but silent termination
- From: Steven G. Kargl
- OpenMPI Fortran: 'Error reading module mpi' and unexpected but silent termination
- Prev by Date: Re: Stack corruption and memory leak problems in c++/Fortran application
- Next by Date: Re: OpenMPI Fortran: 'Error reading module mpi' and unexpected but silent termination
- Previous by thread: Re: OpenMPI Fortran: 'Error reading module mpi' and unexpected but silent termination
- Next by thread: Re: OpenMPI Fortran: 'Error reading module mpi' and unexpected but silent termination
- Index(es):
Relevant Pages
|