source: BOL/script_install/arch/arch-local-gfortran9.fcm @ 5636

Last change on this file since 5636 was 5565, checked in by fhourdin, 9 months ago

Ajout d'un repertoire arch dans BOL/script_install

File size: 775 bytes
Line 
1%COMPILER            gfortran
2%LINK                gfortran
3%FPP                 cpp
4%AR                  ar
5%ARFLAGS             rU
6%MAKE                make
7%FPP_FLAGS           -P -traditional
8%FPP_DEF             NC_DOUBLE
9
10%BASE_FFLAGS         -cpp -ffree-line-length-0 -fdefault-real-8 -DNC_DOUBLE
11%BASE_LD             -Wl,-rpath=$(shell dirname $(shell readlink -f "$(shell which mpif90)"))/../lib:$(shell nf-config --prefix)/lib -lstdc++
12%PROD_FFLAGS         -O3
13%DEV_FFLAGS          -Wall -fbounds-check
14%DEV_CFLAGS          -g -O2  # xios
15%DEBUG_FFLAGS        -g3 -Wall -fbounds-check -ffpe-trap=invalid,zero,overflow -O0 -fstack-protector-all -fbacktrace -finit-real=snan
16
17%MPI_FFLAGS         
18%MPI_LD             
19%OMP_LD             
20%OMP_FFLAGS         
21
Note: See TracBrowser for help on using the repository browser.