source: XIOS3/trunk/arch/arch-GCC_MACOSX.fcm @ 2572

Last change on this file since 2572 was 2471, checked in by jderouillat, 16 months ago

Fixes for new MAC environment. AND On clients that do not initialize MPI themselves, do not monitor XIOS initialization with timers (requires that MPI_init has already been done)

File size: 665 bytes
RevLine 
[397]1################################################################################
[591]2###################                Projet XIOS               ###################
[397]3################################################################################
4
5%CCOMPILER      mpiCC
6%FCOMPILER      mpif90
7%LINKER         mpif90
8
[2471]9%BASE_CFLAGS    -w -std=gnu++11
[397]10%PROD_CFLAGS    -O3 -D BOOST_DISABLE_ASSERTS
11%DEV_CFLAGS     -g
12%DEBUG_CFLAGS   -g -O2
13
[2471]14%BASE_FFLAGS    -D__NONE__ -ffree-line-length-none
[397]15%PROD_FFLAGS    -O3
16%DEV_FFLAGS     -g -O2
17%DEBUG_FFLAGS   -g
18
19%BASE_INC       -D__NONE__
20%BASE_LD        -lstdc++
21
[2471]22%CPP            cpp
23%FPP            cpp -P
24%MAKE           make
[397]25
Note: See TracBrowser for help on using the repository browser.