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