Changeset 5049 for LMDZ6/trunk/arch
- Timestamp:
- Jul 14, 2024, 3:58:01 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/arch/arch-X64_ADASTRA-GNU.fcm
r5042 r5049 9 9 %FPP_DEF NC_DOUBLE 10 10 11 %BASE_FFLAGS -cpp -ffree-line-length-0 -fdefault-real-8 -DNC_DOUBLE 11 %BASE_FFLAGS -cpp -ffree-line-length-0 -fdefault-real-8 -DNC_DOUBLE -fallow-argument-mismatch -march=native -fPIC 12 12 %BASE_CFLAGS -w -std=c++11 -D__XIOS_EXCEPTION # xios 13 13 # /!\ LD must be written in Makefile syntax 14 %BASE_LD -Wl,-rpath=$(shell dirname $(shell readlink -f "$(shell which mpif90)"))/../lib:$(shellnf-config --prefix)/lib -lstdc++14 %BASE_LD -Wl,-rpath=$(shell nf-config --prefix)/lib -lstdc++ 15 15 %BASE_INC -D__NONE__ # xios 16 16 17 %PROD_FFLAGS -O3 -fallow-argument-mismatch17 %PROD_FFLAGS -O3 18 18 %PROD_CFLAGS -O3 -DBOOST_DISABLE_ASSERTS # xios 19 19 … … 31 31 %CPP cpp # xios 32 32 %MAKE make # xios 33 34
Note: See TracChangeset
for help on using the changeset viewer.