-
Notifications
You must be signed in to change notification settings - Fork 29
Selection of Compilers
Man-Long Wong edited this page Jan 29, 2018
·
4 revisions
The compilers to be used to compile C, C++ and Fortran parts of HAMeRS can be chosen by setting the environment variables CC
, CXX
and F77
respectively before running CMake. For example, to use the default MPI compilers, you can run:
export CC=mpicc
export CXX=mpicxx
export F77=mpif77
- User Guide
- Programmer Guide
- Tutorials