Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29285 Discussions

[MPI] How to compile program with MPI library?

alexander_m
Beginner
735 Views
Including mpif.h is not enogh.
0 Kudos
1 Reply
TimP
Honored Contributor III
735 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