Project

General

Profile

Actions

Building OpenMPI with intel compiler » History » Revision 1

Revision 1/3 | Next »
Alexis Jeandet, 06/11/2013 08:19 PM


BuildingOMPI

To build openMPI with intel compiler:

export CC=icc
export CXX=icpc
export F77=ifort
export F90=ifort
export FC=ifort
export LIBS="-lirc" 
./configure
make -j 64  # or the number of cores you have

Updated by Alexis Jeandet over 10 years ago · 1 revisions

Also available in: PDF HTML TXT