Intel® MPI Library
Get help with building, analyzing, optimizing, and scaling high-performance computing (HPC) applications.

mpif77 not passing

Ignacio_F_1
Beginner
416 Views

Hello,

(I posted this first here, sorry for the double post.)

I just noticed that in version 4.1.0.030 of iMPI, mpif77 is not passing the flag -i8 to the ifort compiler:

$ mpif77 -i8 -show
ifort -ldl -I/lunarc/sw/alarik/pkg/intel/13.1/impi/4.1.0.030/intel64/include -L/lunarc/sw/alarik/pkg/intel/13.1/impi/4.1.0.030/intel64/lib -Xlinker --enable-new-dtags -Xlinker -rpath -Xlinker /lunarc/sw/alarik/pkg/intel/13.1/impi/4.1.0.030/intel64/lib -Xlinker -rpath -Xlinker /opt/intel/mpi-rt/4.1 -lmpi_ilp64 -lmpigf -lmpi -lmpigi -lrt -lpthread

while mpif90 does:

$ mpif90 -i8 -show
ifort -ldl -i8 -I/lunarc/sw/alarik/pkg/intel/13.1/impi/4.1.0.030/intel64/include/gfortran -I/lunarc/sw/alarik/pkg/intel/13.1/impi/4.1.0.030/intel64/include -L/lunarc/sw/alarik/pkg/intel/13.1/impi/4.1.0.030/intel64/lib -Xlinker --enable-new-dtags -Xlinker -rpath -Xlinker /lunarc/sw/alarik/pkg/intel/13.1/impi/4.1.0.030/intel64/lib -Xlinker -rpath -Xlinker /opt/intel/mpi-rt/4.1 -lmpigf -lmpi -lmpigi -lrt -lpthread

Is this by design or an oversight?

0 Kudos
1 Reply
James_T_Intel
Moderator
416 Views

Hi Ignacio,

The mpif77 compiler script does strip -i8 out of the arguments.  Let me check why.

Sincerely,
James Tullos
Technical Consulting Engineer
Intel® Cluster Tools

0 Kudos
Reply