- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
You can purchase Intel MPI or use the freeware MPICH2 library.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
OpenMPI, and possibly others, have full instructions for building with ifort.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page