Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

mpiifort

comp5980
Beginner
1,787 Views

hello

I have installed intel fortran compiler and lam-mpi but I cant see mpiifort

I have mpif77 binary file but I havent mpiifort

0 Kudos
1 Reply
TimP
Honored Contributor III
1,787 Views
Quoting - comp5980

hello

I have installed intel fortran compiler and lam-mpi but I cant see mpiifort

I have mpif77 binary file but I havent mpiifort

mpiifort is a script provided with Intel MPI. In order to use ifort with lam mpi, you must rebuild lam from source, configured with ifort as the Fortran compiler. Note that lam doesn't get much support, as Intel supports Intel MPI, and the former lam team supports OpenMPI.

MPI is among the topics of the HPC forum.

0 Kudos
Reply