-
Hello, I'm compiling LIS-7.4.0, I have installed ESMF-8.4.2, openjpeg-2.4.0, eccodes-2.23.0 and loaded openmpi/2.1.5 and GNU Compiler11.2. This is my environment settings: 24 | use mpi [ERR] Compile failed |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Hi |
Beta Was this translation helpful? Give feedback.
-
Hello, I have not tried compiling LIS with OpenMPI 2. As the documentation says, I used OpenMPI version 4. But the actual problem is
This says that OpenMPI 2 was compiled with a different version the GNU Fortran compiler than you are using to compile LIS. This is a limitation of Fortran module files. In general, everything that contains a Fortran module (which compiles to a *.mod file) must be compiled with the same Fortran compiler. You need an MPI library compiled with GNU compilers version 11.2. |
Beta Was this translation helpful? Give feedback.
Hello,
I have not tried compiling LIS with OpenMPI 2. As the documentation says, I used OpenMPI version 4.
But the actual problem is
This says that OpenMPI 2 was compiled with a different version the GNU Fortran compiler than you are using to compile LIS. This is a limitation of Fortran module files. In general, everything that contains a Fortran module (which compiles to a *.mod file) must be compiled with the same Fortran compiler.
You need an MPI library compiled with GNU compilers version 11.2.