Building CVS Baselibs: Difference between revisions
mNo edit summary |
m →(OPTIONAL) Set MPICC_CC and MPICXX_CXX variables if using MPT: SGI MPT is not just at NAS |
||
Line 51: | Line 51: | ||
=== (OPTIONAL) Set MPICC_CC and MPICXX_CXX variables if using MPT === | === (OPTIONAL) Set MPICC_CC and MPICXX_CXX variables if using MPT === | ||
If you are using MPT | If you are using SGI MPT, and you wish to use the Intel or PGI C and C++ compilers instead of GNU, you must set the MPICC_CC and MPICXX_CXX variables to be the "correct" compilers. This can be done either in the environment full (beware!) or during the install by adding at the end: | ||
MPICC_CC=icc MPICXX_CXX=icpc | MPICC_CC=icc MPICXX_CXX=icpc |