Last change
on this file since 2697 was
1470,
checked in by oabramkina, 7 years ago
|
Changing compilation settings for PGI and GCC on Curie in order to use external Boost and Blitz libraries.
|
File size:
267 bytes
|
Line | |
---|
1 | module unload netcdf |
---|
2 | module unload hdf5 |
---|
3 | module unload boost |
---|
4 | module unload blitz |
---|
5 | module load netcdf/4.3.3.1_hdf5_parallel |
---|
6 | module load gnu/4.9.1 |
---|
7 | module load boost |
---|
8 | module load blitz |
---|
9 | export OMPI_CC=gcc |
---|
10 | export OMPI_CXX=g++ |
---|
11 | export OMPI_F77=gfortran |
---|
12 | export OMPI_FC=gfortran |
---|
Note: See
TracBrowser
for help on using the repository browser.