Intel® MPI Library
Get help with building, analyzing, optimizing, and scaling high-performance computing (HPC) applications.

mpiicc and mpiifort are missing

OP1
New Contributor II
1,079 Views

On one of our Linux clusters, when looking at the content of the directory:
/parallel_studio_xe_update2/compilers_and_libraries_2/compilers_and_libraries_2016.2.181/linux/mpi/intel64/bin
mpiicc and mpiifort are missing from the listing.

Even after sourcing the environment variables I get "mpiicc: command not found" (same with mpiifort).

Thanks in advance for your help!

0 Kudos
2 Replies
Artem_R_Intel1
Employee
1,079 Views

Hi,

It looks like there is only Runtime Environement for Intel® MPI Library installed on your system. You need to install Software Development Kit component:

The product comprises the following main components:

Runtime Environment (RTO) includes the tools you need to run programs, including the scalable process management system (Hydra*), supporting utilities, shared (.so) libraries, and documentation.
Software Development Kit (SDK) includes all of the Runtime Environment components plus compilation tools, including compiler drivers such as mpiicc, include files and modules, static (.a) libraries, debug libraries, and test codes.

0 Kudos
OP1
New Contributor II
1,079 Views

Thanks Artem - it turns out that we need to install the Cluster edition on this particular system.

0 Kudos
Reply