123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- <Platform name="bsc-nord3">
- <Description>
- HOST: mn2.bsc.es
- ARCH: linux_x86_64
- CPU MODEL: Xeon E5-2670 8C 2.6GHz
- MAINTAINER: Domingo Manubens [domingo.manubens@bsc.es]
- </Description>
- <Translation name="NORD3_CFG">
- <Description>Platform dependent configuration (Nord3)</Description>
- <Template>platform/bsc-nord3.cfg.tmpl</Template>
- <Target>ecconf.cfg</Target>
- <Properties></Properties>
- </Translation>
- <Parameter name="BUILD_ARCH">
- <Description>Architecture used when building EC-Earth</Description>
- <Type>STRING</Type>
- <Value>ecconf</Value>
- </Parameter>
- <Parameter name="ECEARTH_SRC_DIR">
- <Description>Base directory for EC-Earth sources</Description>
- <Type>PATH</Type>
- <Value>${SCRATCH}/${exp_name}/auto-ecearth3/sources/sources</Value>
- </Parameter>
- <Parameter name="RUN_DIR">
- <Description>EC-Earth run directory</Description>
- <Type>PATH</Type>
- <Value>${SCRATCH}/${exp_name}/${run_start_date_as}/${member}/runtime</Value>
- </Parameter>
- <Parameter name="INI_DATA_DIR">
- <Description>Initial data directory used by EC-Earth</Description>
- <Type>PATH</Type>
- <Value>${SCRATCH}/${exp_name}/${run_start_date_as}/${member}/inidata</Value>
- </Parameter>
- <Parameter name="PROC_PER_NODE">
- <Description>Number of processors per node</Description>
- <Type>INTEGER</Type>
- <Value>16</Value>
- </Parameter>
- <Parameter name="RESUBMIT_JOB">
- <Description>Automatically resubmit the job? [true|false]</Description>
- <Type>BOOLEAN</Type>
- <Value>false</Value>
- </Parameter>
- <Parameter name="RESUBMIT_OPT">
- <Description>Additional options for the submit command</Description>
- <Type>STRING</Type>
- <Value>-W 4:00</Value>
- </Parameter>
- <Parameter name="GRIBAPI_BASE_DIR">
- <Description>GRIB API base directory</Description>
- <Type>PATH</Type>
- <Value>/gpfs/apps/MN3/GRIB/1.14.0</Value>
- </Parameter>
- <Parameter name="GRIBAPI_BIN_SUBDIR">
- <Description>GRIB API bin directory relative to the base directory</Description>
- <Type>PATH</Type>
- <Value>bin</Value>
- </Parameter>
- <Parameter name="GRIBAPI_DEFINITION_SUBDIR">
- <Description>GRIB API definition directory relative to the base directory</Description>
- <Type>PATH</Type>
- <Value>share/grib_api/definitions</Value>
- </Parameter>
- <Parameter name="GRIBAPI_SAMPLES_SUBDIR">
- <Description>GRIB API samples directory relative to the base directory</Description>
- <Type>PATH</Type>
- <Value>share/grib_api/ifs_samples/grib1</Value>
- </Parameter>
- <Parameter name="ADD_TO_LD_LIBRARY_PATH">
- <Description>Additional shared library paths needed at runtime</Description>
- <Type>STRING</Type>
- <Value>/gpfs/apps/MN3/GRIB/1.14.0/lib</Value>
- </Parameter>
- <Parameter name="PRE_LOAD_MODULES_CMD">
- <Description>Command run before any modules are loaded</Description>
- <Type>STRING</Type>
- <Value>module purge</Value>
- </Parameter>
- <Parameter name="MODULE_LIST">
- <Description>List of modules to load</Description>
- <Type>STRING</Type>
- <Value>intel/13.0.1 SZIP/2.1 impi/5.0.1.035 GRIB/1.14.0 NETCDF/4.3.2-parallel HDF5/1.8.12-mpi MKL/11.1.2 PYTHON/2.7.3</Value>
- </Parameter>
- </Platform>
|