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

mpiicc, mpiicpc, mpiifort, etc. are missing in Parallel Studio XE Cluster Edition

Islem_M_
Beginner
387 Views

Hello,

 

I recently installed the Parallel Studio XE Cluster Edition ( student edition), windows 10 and ubuntu 14.04.03 versions but I noticed that mpiicc, mpiicpc, mpiifort are missing. It is mentioned in the web site that the cluster edition includes MPI CLUSTER tools. I need these tools to  continue installing a software that requires these files.

 

Any help ?

Regards

0 Kudos
1 Reply
jimdempseyatthecove
Honored Contributor III
387 Views

Are you sourcing the environment variables? On my system:

source /opt/intel/parallel_studio_xe_2016.3.067/bin/psxevars.sh intel64 mps_hardware_events=yes
source /opt/intel/compilers_and_libraries_2016.3.210/linux/mpi/intel64/bin/mpivars.sh intel64
 

Adjust the above for your version of Parallel Studio and installation folder. Note, I am configuring for intel64 processor.

Jim Dempsey

 

0 Kudos
Reply