Changeset 2097 for LMDZ5/trunk/makelmdz
- Timestamp:
- Jul 21, 2014, 2:39:49 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/makelmdz
r2032 r2097 107 107 [-parallel none/mpi/omp/mpi_omp] : parallelism (default: none) : mpi, openmp or mixted mpi_openmp 108 108 [-g GRI] : grid configuration in dyn3d/GRI_xy.h (default: reg, inclues a zoom) 109 [-io IO] : Input/Output library (default: ioipsl)109 [-io ioipsl/mix/xios] : Input/Output library (default: ioipsl) 110 110 [-include INCLUDES] : extra include path to add 111 111 [-cpp CPP_KEY] : additional preprocessing definitions … … 384 384 INCLUDE="$INCLUDE -I${IOIPSL_INCDIR}" 385 385 LIB="$LIB -L${IOIPSL_LIBDIR} -l${LIBPREFIX}ioipsl" 386 elif [[ $io == xios]]386 elif [[ $io == mix ]] 387 387 then 388 388 # For now, xios implies also using ioipsl 389 389 CPP_KEY="$CPP_KEY CPP_IOIPSL CPP_XIOS" 390 INCLUDE="$INCLUDE -I${IOIPSL_INCDIR} -I${XIOS_INCDIR}" 391 LIB="$LIB -L${IOIPSL_LIBDIR} -l${LIBPREFIX}ioipsl -L${XIOS_LIBDIR} -l${LIBPREFIX}stdc++ -l${LIBPREFIX}xios" 392 elif [[ $io == xios ]] 393 then 394 # For now, xios implies also using ioipsl 395 CPP_KEY="$CPP_KEY CPP_IOIPSL CPP_XIOS CPP_IOIPSL_NO_OUTPUT" 390 396 INCLUDE="$INCLUDE -I${IOIPSL_INCDIR} -I${XIOS_INCDIR}" 391 397 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.