source: XIOS/trunk/arch/arch-GCC_LINUX.fcm @ 1620

Last change on this file since 1620 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: 668 bytes
RevLine 
[327]1################################################################################
[591]2###################                Projet XIOS               ###################
[327]3################################################################################
4
[395]5%CCOMPILER      mpicc
[327]6%FCOMPILER      mpif90
7%LINKER         mpif90 
8
[1542]9%BASE_CFLAGS    -w -std=c++11
[395]10%PROD_CFLAGS    -O3 -DBOOST_DISABLE_ASSERTS
11%DEV_CFLAGS     -g -O2
12%DEBUG_CFLAGS   -g
[327]13
[983]14%BASE_FFLAGS    -D__NONE__ -ffree-line-length-none
[327]15%PROD_FFLAGS    -O3
[395]16%DEV_FFLAGS     -g -O2
17%DEBUG_FFLAGS   -g
[327]18
[395]19%BASE_INC       -D__NONE__
20%BASE_LD        -lstdc++
21
22%CPP            cpp
23%FPP            cpp -P
24%MAKE           gmake
Note: See TracBrowser for help on using the repository browser.