IBM Support

How do I recompile and install openmpi 1.2 with Intel Compiler?

Troubleshooting


Problem

How do I recompile and install openmpi 1.2 with Intel Compiler?

Resolving The Problem

How do I recompile and install openmpi 1.2 with Intel Compiler?

 
Please find below the procedure I used to recompile and install the openmpi 1.2, using the intel compilers for C, C++ and fortran.
 
1- Load the appropriate modules :
----------------
- Load Intel Compiler Environment

First, you need to source the Intel Compiler Environment, e.g.
# . /opt/intel/cce/9.1.042/bin/iccvars.sh
# . /opt/intel/fce/9.1.036/bin/ifortvars.sh
 
 
2- Export the appropriate anvironment :
 
export F77=ifort
export FC=ifort
export CC=icc
export CXX=icpc
3- Clean the actual distribution :

make distclean
 
4- Configure, make and install the distribution :
 
./configure --prefix=/share/apps/open-mpi/openmpi-1.2-ai
make
sudo make install
 

[{"Product":{"code":"SSZUCA","label":"IBM Spectrum Cluster Foundation"},"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Component":"--","Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"4.1.1","Edition":"","Line of Business":{"code":"LOB10","label":"Data and AI"}},{"Product":{"code":"SSZUCA","label":"IBM Spectrum Cluster Foundation"},"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Component":null,"Platform":[{"code":"","label":""}],"Version":"","Edition":"","Line of Business":{"code":"LOB10","label":"Data and AI"}}]

Document Information

Modified date:
09 September 2018

UID

isg3T1014254