Changeset 4900 for BOL/script_install_amaury/arch_local
- Timestamp:
- Apr 15, 2024, 11:18:38 AM (9 months ago)
- Location:
- BOL/script_install_amaury/arch_local
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOL/script_install_amaury/arch_local/arch-local-gfortran-parallel.fcm
r4896 r4900 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 $( readlink -f "$(which mpif90)"))/../lib:$(shell nf-config --prefix)/lib -lstdc++14 %BASE_LD -Wl,-rpath=$(shell dirname $(shell readlink -f "$(shell which mpif90)"))/../lib:$(shell nf-config --prefix)/lib -lstdc++ 15 15 %BASE_INC -D__NONE__ # xios 16 16 … … 25 25 26 26 %MPI_FFLAGS -fcray-pointer 27 %MPI_LD -L$(shell dirname $( readlink -f "$(which mpif90)"))/../lib -lmpi27 %MPI_LD -L$(shell dirname $(shell readlink -f "$(shell which mpif90)"))/../lib -lmpi 28 28 %OMP_LD -fopenmp 29 29 %OMP_FFLAGS -fopenmp -fcray-pointer -
BOL/script_install_amaury/arch_local/arch-local-gfortran.path
r4896 r4900 1 NETCDF_INCDIR=" $(nf-config --fflags)"2 NETCDF_LIBDIR="$(nf-config --flibs)" 3 NETCDF_LIB ="$(nf-config --flibs)"1 NETCDF_INCDIR="-I$(nf-config --includedir)" 2 # Ugly hack for orchidee <=2.0 3 NETCDF_LIBDIR="-L$(nf-config --flibs | sed -e "s/-L//")" 4 4 NETCDF95_INCDIR="-I$LMDGCM/../../include" 5 5 NETCDF95_LIBDIR="-L$LMDGCM/../../lib"
Note: See TracChangeset
for help on using the changeset viewer.