Changeset 2183
- Timestamp:
- Dec 4, 2019, 11:43:54 AM (6 years ago)
- Location:
- trunk/LMDZ.COMMON
- Files:
-
- 2 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/arch/arch-CICLADifort.env
r2122 r2183 1 1 module purge 2 2 module load openmpi/1.6.5-ifort 3 module load netcdf4/4.3.3.1-ifort -
trunk/LMDZ.COMMON/arch/arch-CICLADifort.path
r1695 r2183 1 1 ROOT=$PWD 2 2 3 NETCDF_LIBDIR="-L/opt/netcdf 3/ifort/lib"4 NETCDF_LIB="-lnetcdf "5 NETCDF_INCDIR="-I/opt/netcdf 3/ifort/include"3 NETCDF_LIBDIR="-L/opt/netcdf43/ifort/lib" 4 NETCDF_LIB="-lnetcdff" 5 NETCDF_INCDIR="-I/opt/netcdf43/ifort/include" 6 6 7 7 IOIPSL_INCDIR="-I$ROOT/ioipsl/modipsl/lib" -
trunk/LMDZ.COMMON/ioipsl/install_ioipsl_ciclad.bash
r2182 r2183 1 1 #!/bin/bash 2 # script to download and install the latest version of IOIPSL on Gnome2 # script to download and install the latest version of IOIPSL on Ciclad 3 3 # 4 4 5 #0. Preliminary stuff 6 NETCDF="/opt/netcdf3/ifort" 7 netcdf_include="$NETCDF/include" 8 netcdf_lib="$NETCDF/lib" 9 echo $netcdf_include 10 echo $netcdf_lib 5 #0. Preliminary stuff 6 # source the environment from the GCM arch files 7 source ../arch/arch-CICLADifort.env 8 source ../arch/arch-CICLADifort.path 11 9 12 10 whereami=`pwd -P` … … 41 39 echo "#-Q- cicladi C_L = icc" >> AA_make.gdef 42 40 echo "#-Q- cicladi #-" >> AA_make.gdef 43 echo "#-Q- cicladi NCDF_INC = ${ netcdf_include}" >> AA_make.gdef44 echo "#-Q- cicladi NCDF_LIB = -L${netcdf_lib} -lnetcdf" >> AA_make.gdef41 echo "#-Q- cicladi NCDF_INC = ${NETCDF_INCDIR:2}" >> AA_make.gdef 42 echo "#-Q- cicladi NCDF_LIB = ${NETCDF_LIBDIR} ${NETCDF_LIB}" >> AA_make.gdef 45 43 echo "#-Q- cicladi #-" >> AA_make.gdef 46 44
Note: See TracChangeset
for help on using the changeset viewer.