source: XIOS/dev/dev_trunk_omp/arch/arch-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: 946 bytes
Line 
1################################################################################
2###################                Projet XIOS               ###################
3################################################################################
4#
5# compile XIOS with local netcdf and hdf5 with intelmpi
6#
7%CCOMPILER      mpicc -qopenmp -D_usingEP -D_intelmpi
8%FCOMPILER      mpif90 -qopenmp
9%LINKER         mpif90 -qopenmp -nofor-main -Wl,-rpath -Wl,$HOME/lib/netcdf_f_intel/lib
10
11%BASE_CFLAGS    -std=c++11 -diag-disable 1125 -diag-disable 279
12%PROD_CFLAGS    -O3 -D BOOST_DISABLE_ASSERTS
13#%DEV_CFLAGS     -g -traceback
14%DEV_CFLAGS     -g
15%DEBUG_CFLAGS   -DBZ_DEBUG -g -traceback -fno-inline
16
17%BASE_FFLAGS    -D__NONE__
18%PROD_FFLAGS    -O3
19#%DEV_FFLAGS     -g -traceback
20%DEV_FFLAGS     -g
21%DEBUG_FFLAGS   -g -traceback
22
23%BASE_INC       -D__NONE__
24%BASE_LD        -lstdc++
25
26%CPP            mpicc -EP
27%FPP            cpp -P
28%MAKE           gmake
Note: See TracBrowser for help on using the repository browser.