source: XIOS3/dev/XIOS_KOKKOS/arch/arch-X64_JEANZAY_KOKKOS.fcm @ 2636

Last change on this file since 2636 was 2636, checked in by jderouillat, 2 months ago

First Kokkos implementation (without parallel_for), validate the test suite on JeanZay?

File size: 1.3 KB
Line 
1################################################################################
2####################                Projet XIOS               ###################
3#################################################################################
4
5
6%CCOMPILER      nvcc_wrapper
7%FCOMPILER      nvfortran
8%LINKER         nvfortran
9
10#%BASE_CFLAGS    -std=c++11 -diag-disable 1125 -diag-disable 279
11%BASE_CFLAGS    -I${KOKKOS_HOME}/include -std=c++17 -extended-lambda -fopenmp -I/gpfslocalsys/intel/parallel_studio_xe_2020_update4_cluster_edition/compilers_and_libraries_2020.4.304/linux/mpi/intel64/include
12#%PROD_CFLAGS    -O3 -D BOOST_DISABLE_ASSERTS
13%PROD_CFLAGS    -O3 -w
14%DEV_CFLAGS     -g -traceback
15%DEBUG_CFLAGS   -DBZ_DEBUG -g -fno-inline -w
16
17%BASE_FFLAGS    -D__NONE__ -I/gpfslocalsys/intel/parallel_studio_xe_2020_update4_cluster_edition/compilers_and_libraries_2020.4.304/linux/mpi/intel64/include
18%PROD_FFLAGS    -O3
19%DEV_FFLAGS     -g -O2 -traceback
20%DEBUG_FFLAGS   -g -traceback
21
22%BASE_INC       -D__NONE__
23%BASE_LD        -lstdc++ -L${KOKKOS_HOME}/lib64 -lkokkoscore -ldl -L/gpfslocalsys/cuda/12.2.0/lib64 -lcudart -fopenmp -L/gpfslocalsys/intel/parallel_studio_xe_2020_update4_cluster_edition/compilers_and_libraries_2020.4.304/linux/mpi/intel64/lib -lmpi -lmpifort
24
25%CPP            mpiicc -EP
26%FPP            cpp -P
27%MAKE           gmake
Note: See TracBrowser for help on using the repository browser.