source: XIOS/dev/dev_trunk_omp/arch/arch-X64_IRENE_intelmpi.fcm @ 1746

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

dev_trunk_omp: Tested on Irene (test_omp.exe). compiler=intel17, mpi=intelmpi, openmpi, with and without ep

File size: 856 bytes
Line 
1################################################################################
2###################                Projet XIOS               ###################
3################################################################################
4#
5# Compile XIOS with intelmpi
6#
7   
8%CCOMPILER      mpicc -qopenmp
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.