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.path

    r574 r1470  
    1111HDF5_LIB="" 
    1212 
     13BOOST_INCDIR="-I $BOOST_INCDIR" 
     14BOOST_LIBDIR="-L $BOOST_LIBDIR" 
     15BOOST_LIB="" 
     16 
     17BLITZ_INCDIR="-I $BLITZ_INCDIR" 
     18BLITZ_LIBDIR="-L $BLITZ_LIBDIR" 
     19BLITZ_LIB="" 
     20 
    1321OASIS_INCDIR="-I$PWD/../../oasis3-mct/BLD/build/lib/psmile.MPI1" 
    1422OASIS_LIBDIR="-L$PWD/../../oasis3-mct/BLD/lib" 
Note: See TracChangeset for help on using the changeset viewer.