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

How should I compile with MPI?

anishtain4
Beginner
373 Views
I have installed the "Intel MPI Library Runtime Environment 4.0 Update 1" and I have written some codes according to MPI standards. I use "Microsoft Visual Studio 2008" and "Intel Visual Fortran Compiler Professional 11.1.048".
How should I compile the MPI code? when I compile it that would be easy to run it parallel with "wmpiexec" right? when I try to compile it with visual studio it fails to understand the line "use MPI" and all its subroutines.
in the document ther is a guide for compiling C but not FORTRAN, can anyone please give me a fast guide? for a noobie in this field so please don't assume I have done something like changing any environmental variable or else.
0 Kudos
1 Reply
Steven_L_Intel1
Employee
373 Views
You may be interested in MPICH2.
0 Kudos
Reply