Ignore:
Timestamp:
03/28/18 17:24:06 (6 years ago)
Author:
oabramkina
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/XIOS_DEV_CMIP6/arch/arch-X64_CURIE_GCC.env

    r574 r1470  
    11module unload netcdf 
    22module unload hdf5 
     3module unload boost 
     4module unload blitz 
    35module load netcdf/4.3.3.1_hdf5_parallel 
    46module load gnu/4.9.1 
     7module load boost 
     8module load blitz 
    59export OMPI_CC=gcc 
    610export OMPI_CXX=g++ 
Note: See TracChangeset for help on using the changeset viewer.