Last change
on this file since 2399 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:
284 bytes
|
Line | |
---|
1 | module load netcdf/4.3.3.1_hdf5_parallel |
---|
2 | #module unload intel |
---|
3 | module unload pgi |
---|
4 | module unload gnu |
---|
5 | module unload boost |
---|
6 | module unload blitz |
---|
7 | module load pgi/14.10 |
---|
8 | module load boost |
---|
9 | module load blitz |
---|
10 | |
---|
11 | |
---|
12 | |
---|
13 | export OMPI_CC=pgcc |
---|
14 | export OMPI_CXX=pgcpp |
---|
15 | export OMPI_F77=pgf77 |
---|
16 | export OMPI_FC=pgf95 |
---|
Note: See
TracBrowser
for help on using the repository browser.