source: LMDZ6/trunk/arch/arch-JEANZAY_NVIDIA_ACC.fcm @ 5353

Last change on this file since 5353 was 5351, checked in by yann meurdesoif, 2 weeks ago

Add arch files for nvidia compiler on jeanzay, and activating openACC compilation
YM

  • Property svn:eol-style set to native
File size: 611 bytes
Line 
1# $Id: arch-X64_JEANZAY.fcm 4599 2023-06-30 16:27:01Z ymeurdesoif $
2%COMPILER            mpif90
3%LINK                mpif90
4%FPP                 cpp
5%AR                  ar
6%ARFLAGS             rs
7%MAKE                gmake
8%FPP_FLAGS           -P -traditional
9%FPP_DEF             NC_DOUBLE FFT_MKL
10%BASE_FFLAGS         -i4 -r8 -acc=gpu -gpu=cc70
11%PROD_FFLAGS         -gopt -traceback -fast -gpu=fastmath
12%DEV_FFLAGS          -g -O1 -traceback
13%DEBUG_FFLAGS        -g -Mbounds -Kieee -O0 -traceback -gpu=nofma
14%MPI_FFLAGS
15%OMP_FFLAGS          -mp
16%BASE_LD             -i4 -r8
17%MPI_LD
18%OMP_LD              -mp
Note: See TracBrowser for help on using the repository browser.