Building CVS Baselibs: Difference between revisions

No edit summary
Line 46: Line 46:


Some modules set these and most of the Baselibs assume the C-preprocessor will be gcc, not, say, pgcpp.
Some modules set these and most of the Baselibs assume the C-preprocessor will be gcc, not, say, pgcpp.
=== Set MPICC_CC and MPICXX_CXX variables if using MPT ===
If you are using MPT at Pleiades, 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=pgcc MPICXX_CXX=pgCC


=== Build and install ===
=== Build and install ===