source: XIOS/trunk/arch/arch-X64_CURIE.fcm @ 1542

Last change on this file since 1542 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: 794 bytes
RevLine 
[390]1################################################################################
[591]2###################                Projet XIOS               ###################
[390]3################################################################################
4
5%CCOMPILER      mpicc
6%FCOMPILER      mpif90
7%LINKER         mpif90  -nofor-main
8
[1542]9%BASE_CFLAGS    -std=c++11 -diag-disable 1125 -diag-disable 279
[390]10%PROD_CFLAGS    -O3 -D BOOST_DISABLE_ASSERTS
[1009]11#%DEV_CFLAGS     -g -traceback
12%DEV_CFLAGS     -g
[395]13%DEBUG_CFLAGS   -DBZ_DEBUG -g -traceback -fno-inline
[390]14
15%BASE_FFLAGS    -D__NONE__
16%PROD_FFLAGS    -O3
[1009]17#%DEV_FFLAGS     -g -traceback
18%DEV_FFLAGS     -g
[395]19%DEBUG_FFLAGS   -g -traceback
[390]20
[395]21%BASE_INC       -D__NONE__
[390]22%BASE_LD        -lstdc++
[395]23
[411]24%CPP            mpicc -EP
[395]25%FPP            cpp -P
26%MAKE           gmake
Note: See TracBrowser for help on using the repository browser.