source: XIOS/dev/dev_olga/arch/arch-X64_CURIE_VAMPIR.fcm @ 1612

Last change on this file since 1612 was 1542, checked in by oabramkina, 6 years ago

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 size: 865 bytes
Line 
1################################################################################
2###################                Projet XIOS               ###################
3################################################################################
4
5%CCOMPILER      vtcc  -vt:cc mpicc -vt:inst manual -DVTRACE
6%FCOMPILER      vtf90 -vt:f90 mpif90 -vt:inst manual -DVTRACE
7%LINKER         vtf90  -vt:f90 mpif90 -vt:inst manual -nofor-main -DVTRACE
8%BASE_CFLAGS    -std=c++11 -diag-disable 1125 -diag-disable 279
9%PROD_CFLAGS    -O3 -D BOOST_DISABLE_ASSERTS
10%DEV_CFLAGS     -g -traceback
11%DEBUG_CFLAGS   -DBZ_DEBUG -g -traceback -fno-inline
12
13%BASE_FFLAGS    -D__NONE__
14%PROD_FFLAGS    -O3
15%DEV_FFLAGS     -g -O2 -traceback
16%DEBUG_FFLAGS   -g -traceback
17
18%BASE_INC       -D__NONE__
19%BASE_LD        -lstdc++
20
21%CPP            cpp
22%FPP            cpp -P
23%MAKE           gmake
Note: See TracBrowser for help on using the repository browser.