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-X64_CURIE_VAMPIR.fcm

    r591 r1542  
    66%FCOMPILER      vtf90 -vt:f90 mpif90 -vt:inst manual -DVTRACE 
    77%LINKER         vtf90  -vt:f90 mpif90 -vt:inst manual -nofor-main -DVTRACE 
    8 %BASE_CFLAGS    -diag-disable 1125 -diag-disable 279 
     8%BASE_CFLAGS    -std=c++11 -diag-disable 1125 -diag-disable 279 
    99%PROD_CFLAGS    -O3 -D BOOST_DISABLE_ASSERTS 
    1010%DEV_CFLAGS     -g -traceback 
Note: See TracChangeset for help on using the changeset viewer.