Hi,

you can run
zcat mpi.mod | head to confirm which gfortran was used to build the application

GFORTRAN module version '10' => gcc 4.8.3
GFORTRAN module version '12' => gcc 4.9.2
GFORTRAN module version '14' => gcc 5.1.0

i assume the failing command is mpifort ...
so you can run
mpifort -showme ...
to see the how gfortran is invoked.

it is likely mpifort simply run gfortran, and your PATH does not point to gfortran 4.9.2

Cheers,

Gilles

On 7/28/2015 1:47 PM, Syed Ahsan Ali wrote:
I am getting this error during installation of an application.
Apparently the error seems to be complaining about openmpi being
compiled with different version of gnu fortran but I am sure that it
was compiled with gcc-4.9.2. The same is also being used for
application compilation.

I am using openmpi-1.8.4

Ahsan
_______________________________________________
users mailing list
us...@open-mpi.org
Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/users
Link to this post: 
http://www.open-mpi.org/community/lists/users/2015/07/27341.php


Reply via email to