Difference between revisions of "MPI: Building MVAPICH2-2.0b"
Jump to navigation
Jump to search
m |
|||
| Line 1: | Line 1: | ||
= Intel Compilers = | = Intel Compilers = | ||
| − | + | 1. Get Source | |
wget http://mvapich.cse.ohio-state.edu/download/mvapich2/mvapich2-2.0b.tgz | wget http://mvapich.cse.ohio-state.edu/download/mvapich2/mvapich2-2.0b.tgz | ||
| − | + | 2. Load Intel Compilers | |
source /cm/shared/apps/intel-evaluation/bin/compilervars.sh intel64 | source /cm/shared/apps/intel-evaluation/bin/compilervars.sh intel64 | ||
| − | + | 3. Configure | |
F77=ifort FC=ifort CC=icc CXX=icpc ./configure --prefix=/cm/shared/apps/mvapich2/intel/64/2.0b | F77=ifort FC=ifort CC=icc CXX=icpc ./configure --prefix=/cm/shared/apps/mvapich2/intel/64/2.0b | ||
| − | + | 4. Build | |
make | make | ||
make install | make install | ||
Latest revision as of 05:58, 4 December 2013
Intel Compilers
1. Get Source
wget http://mvapich.cse.ohio-state.edu/download/mvapich2/mvapich2-2.0b.tgz
2. Load Intel Compilers
source /cm/shared/apps/intel-evaluation/bin/compilervars.sh intel64
3. Configure
F77=ifort FC=ifort CC=icc CXX=icpc ./configure --prefix=/cm/shared/apps/mvapich2/intel/64/2.0b
4. Build
make make install