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_PGI.env

    r574 r1470  
    1 module unload netcdf 
    2 module unload hdf5 
    31module load netcdf/4.3.3.1_hdf5_parallel 
    42#module unload intel 
    53module unload pgi 
    64module unload gnu 
     5module unload boost 
     6module unload blitz 
    77module load pgi/14.10 
     8module load boost 
     9module load blitz 
     10 
     11 
    812 
    913export OMPI_CC=pgcc 
Note: See TracChangeset for help on using the changeset viewer.