source: XIOS/dev/XIOS_DEV_CMIP6/arch/arch-X64_CURIE_PGI.env @ 1470

Last change on this file since 1470 was 1470, checked in by oabramkina, 6 years ago

Changing compilation settings for PGI and GCC on Curie in order to use external Boost and Blitz libraries.

File size: 284 bytes
RevLine 
[574]1module load netcdf/4.3.3.1_hdf5_parallel
[395]2#module unload intel
3module unload pgi
4module unload gnu
[1470]5module unload boost
6module unload blitz
[574]7module load pgi/14.10
[1470]8module load boost
9module load blitz
[395]10
[1470]11
12
[395]13export OMPI_CC=pgcc
14export OMPI_CXX=pgcpp
15export OMPI_F77=pgf77
16export OMPI_FC=pgf95
Note: See TracBrowser for help on using the repository browser.