Changeset 4893 for BOL/script_install_amaury/arch_local
- Timestamp:
- Apr 8, 2024, 10:51:53 AM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOL/script_install_amaury/arch_local/arch-local-gfortran-parallel.fcm
r4892 r4893 1 1 %COMPILER mpif90 2 %CCOMPILER mpicc # xios 2 3 %LINK mpif90 3 4 %FPP cpp … … 7 8 %FPP_FLAGS -P -traditional 8 9 %FPP_DEF NC_DOUBLE 10 9 11 %BASE_FFLAGS -cpp -ffree-line-length-0 -fdefault-real-8 -DNC_DOUBLE 12 %BASE_CFLAGS -w -std=c++11 -D__XIOS_EXCEPTION # xios 13 %BASE_LD -Wl,-rpath=$(dirname $(readlink -f "$(which mpif90)"))/../lib:$(nf-config --prefix)/lib -lstdc++ 14 %BASE_INC -D__NONE__ # xios 15 10 16 %PROD_FFLAGS -O3 -fallow-argument-mismatch 17 %PROD_CFLAGS -O3 -DBOOST_DISABLE_ASSERTS # xios 18 11 19 %DEV_FFLAGS -Wall -fbounds-check -fallow-argument-mismatch 20 %DEV_CFLAGS -g -O2 # xios 21 12 22 %DEBUG_FFLAGS -g3 -Wall -fbounds-check -ffpe-trap=invalid,zero,overflow -O0 -fstack-protector-all -fbacktrace -finit-real=snan -fallow-argument-mismatch 23 %DEBUG_CFLAGS -g -DBZ_DEBUG # xios 24 13 25 %MPI_FFLAGS -fcray-pointer 14 %OMP_FFLAGS -fopenmp -fcray-pointer15 %BASE_LD -Wl,-rpath=$(dirname $(readlink -f "$(which mpif90)"))/../lib:$(nf-config --prefix)/lib16 26 %MPI_LD -L$(dirname $(readlink -f "$(which mpif90)"))/../lib -lmpi 17 27 %OMP_LD -fopenmp 28 %OMP_FFLAGS -fopenmp -fcray-pointer 18 29 30 %CPP cpp # xios 31 %FPP cpp -P # xios 32 %MAKE make # xios 33 34
Note: See TracChangeset
for help on using the changeset viewer.