Changeset 2183 for trunk/LMDZ.COMMON/ioipsl
- Timestamp:
- Dec 4, 2019, 11:43:54 AM (6 years ago)
- File:
-
- 1 copied
-
trunk/LMDZ.COMMON/ioipsl/install_ioipsl_ciclad.bash (copied) (copied from trunk/LMDZ.COMMON/ioipsl/install_ioipsl_ifort.bash) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
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.
