Changeset 2097 for LMDZ5/trunk/makelmdz_fcm
- Timestamp:
- Jul 21, 2014, 2:39:49 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/makelmdz_fcm
r2084 r2097 79 79 [-parallel none/mpi/omp/mpi_omp] : parallelism (default: none) : mpi, openmp or mixted mpi_openmp 80 80 [-g GRI] : grid configuration in dyn3d/GRI_xy.h (default: reg, inclues a zoom) 81 [-io IO] : Input/Output library (default: ioipsl)81 [-io ioipsl/mix/xios] : Input/Output library (default: ioipsl) 82 82 [-include INCLUDES] : extra include path to add 83 83 [-cpp CPP_KEY] : additional preprocessing definitions … … 321 321 INCLUDE="$INCLUDE -I${IOIPSL_INCDIR}" 322 322 LIB="$LIB -L${IOIPSL_LIBDIR} -l${LIBPREFIX}ioipsl" 323 elif [[ $io == xios]]323 elif [[ $io == mix ]] 324 324 then 325 325 # For now, xios implies also using ioipsl 326 326 CPP_KEY="$CPP_KEY CPP_IOIPSL CPP_XIOS" 327 INCLUDE="$INCLUDE -I${IOIPSL_INCDIR} -I${XIOS_INCDIR}" 328 LIB="$LIB -L${IOIPSL_LIBDIR} -l${LIBPREFIX}ioipsl -L${XIOS_LIBDIR} -l${LIBPREFIX}stdc++ -l${LIBPREFIX}xios" 329 elif [[ $io == xios ]] 330 then 331 # For now, xios implies also using ioipsl 332 CPP_KEY="$CPP_KEY CPP_IOIPSL CPP_XIOS CPP_IOIPSL_NO_OUTPUT" 327 333 INCLUDE="$INCLUDE -I${IOIPSL_INCDIR} -I${XIOS_INCDIR}" 328 334 LIB="$LIB -L${IOIPSL_LIBDIR} -l${LIBPREFIX}ioipsl -L${XIOS_LIBDIR} -l${LIBPREFIX}stdc++ -l${LIBPREFIX}xios"
Note: See TracChangeset
for help on using the changeset viewer.