Ignore:
Timestamp:
06/13/18 16:48:53 (6 years ago)
Author:
oabramkina
Message:

Replacing Boost's unordered_map and shared_pointer by its STL counterparts.

Two notes for Curie:

  • one can see the content of unordered_map with ddt only if XIOS has been compiled with gnu
  • XIOS will not compile any more with pgi (all available versions use old STL which are not up to the c++11 norms)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/arch/arch-XC30_Cray.fcm

    r591 r1542  
    1919%LINKER         CC 
    2020 
    21 %BASE_CFLAGS    -DMPICH_SKIP_MPICXX -h msglevel_4 -h zero -h gnu 
     21%BASE_CFLAGS     â€“hstd=c++11 -DMPICH_SKIP_MPICXX -h msglevel_4 -h zero -h gnu 
    2222 
    2323## Only use -O3 if you can load module cce/8.3.7 or later 
Note: See TracChangeset for help on using the changeset viewer.