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

[MPI] How to compile program with MPI library?

alexander_m
Beginner
476 Views
Including mpif.h is not enogh.
0 Kudos
1 Reply
TimP
Honored Contributor III
476 Views
As far as I know, there is no MPI offering included within any compiler supported on this list. You haven't told us enough about what you are doing for anyone to answer. Which MPI, which compiler, which OS? MPI installations generally set up wrappers for your compilers, so you would use mpif77, mpif90, mpicc to compile and link subroutines which refer to MPI library. mpif77 and mpif90 could be identical, both using CVF or IFL as the compiler. Read the instructions which come with your MPI and tell us what isn't working.
0 Kudos
Reply