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

Last change on this file since 1470 was 1002, checked in by oabramkina, 7 years ago

UGRID: consistent node and edge numbering for varying number of procs.

Class CDHTAutoIndexing deprecated.

File size: 790 bytes
RevLine 
[390]1################################################################################
[591]2###################                Projet XIOS               ###################
[390]3################################################################################
4
5%CCOMPILER      mpicc
6%FCOMPILER      mpif90
7%LINKER         mpif90  -nofor-main
8
[411]9%BASE_CFLAGS    -diag-disable 1125 -diag-disable 279
[390]10%PROD_CFLAGS    -O3 -D BOOST_DISABLE_ASSERTS
[1002]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
[1002]17#%DEV_FFLAGS     -g -O2 -traceback
18%DEV_FFLAGS     -g -O2
[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.