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

mpi library

105039204
Beginner
345 Views
Guys,

I am very new to parllel programing in fortran using the IVF 11.1. XE composer on linux.
Currently im trying to understand what exactly is needed to compile a sample MPI interface program.

Things which i know thatshallbe neededto compile a MPI program
i) Intel Visual fortran compiler

But when i compile the program it says "mpfi.h" is not found using -openmp compiler option or -parallel flag during compilation.

Do I need to download/purchase some other libraries to make it work?


Thanks
Aditya

0 Kudos
2 Replies
Steven_L_Intel1
Employee
345 Views
MPI is a separate library, not included with Intel Composer. (If you are using Composer XE 2011, that is version 12.)

You can purchase Intel MPI or use the freeware MPICH2 library.
0 Kudos
TimP
Honored Contributor III
345 Views
OpenMPI, and possibly others, have full instructions for building with ifort.
0 Kudos
Reply