source: XIOS/dev/dev_trunk_omp/arch/arch-X64_IRENE_omp.fcm @ 1616

Last change on this file since 1616 was 1616, checked in by yushan, 5 years ago

add compile files for Irène using intelMPI

File size: 876 bytes
Line 
1################################################################################
2###################                Projet XIOS               ###################
3################################################################################
4#
5# Compile XIOS with intelmpi
6#
7
8%CCOMPILER      mpicc -qopenmp -D_usingEP -D_intelmpi
9%FCOMPILER      mpif90 -qopenmp
10%LINKER         mpif90 -qopenmp -nofor-main
11
12%BASE_CFLAGS    -std=c++11 -diag-disable 1125 -diag-disable 279
13%PROD_CFLAGS    -O3 -D BOOST_DISABLE_ASSERTS
14#%DEV_CFLAGS     -g -traceback
15%DEV_CFLAGS     -g
16%DEBUG_CFLAGS   -DBZ_DEBUG -g -traceback -fno-inline
17
18%BASE_FFLAGS    -D__NONE__
19%PROD_FFLAGS    -O3
20#%DEV_FFLAGS     -g -traceback
21%DEV_FFLAGS     -g
22%DEBUG_FFLAGS   -g -traceback
23
24%BASE_INC       -D__NONE__
25%BASE_LD        -lstdc++
26
27%CPP            mpicc -EP
28%FPP            cpp -P
29%MAKE           gmake
Note: See TracBrowser for help on using the repository browser.