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

Intel MPI in Composer Edition ?

JC_M_
初學者
1,076 檢視

Hi everyone,

by using the Intel® Fortran Compiler installed on Linux with the Composer Edition version,

does we are allow to use Intel MPI for doing compilation ?

or do we need the Cluster Edition, which included the MPI Library to use MPI compilation,

thanks for your support,

best regards,

JC

0 積分
4 回應
Steven_L_Intel1
1,076 檢視

The Composer Edition includes Intel MPI run-time files to support the coarray feature, but not things you need to develop MPI applications. For that you would need the Cluster Edition if you wanted to use Intel MPI.

JC_M_
初學者
1,076 檢視

Many thanks Steve for your reply,

but I am not sure to well understand. In fact, I am very skilled and I do not intent to develop MPI applications.

Let me be more straight:

With the Composer version, do I have the mpif90 command to compile my fortran code that I can use after using multicore process by mpiexec command ?

thanks for this clarification.

Kevin_D_Intel
員工
1,076 檢視

No. mpif90 is not included in the Composer Edition. As Steve wrote, you need the Intel Cluster Edition to receive the full Intel MPI library and wrappers like mpif90.

There is a table at https://software.intel.com/en-us/intel-parallel-studio-xe/details showing what is included in three Parallel Studio XE Editions available.

Additional details about Intel MPI are available at: https://software.intel.com/en-us/intel-mpi-library/details

JC_M_
初學者
1,076 檢視

thanks again,

it is now clear to me,

best regards,

JC

回覆