123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125 |
- <Platform name="fmi-voima">
- <Description>
- HOST: Voima (voima.fmi.fi)
- ARCH: linux_x86_64
- CPU MODEL: Intel Sandy Bridge (Ivy Bridge?)
- MAINTAINER: Declan O'Donnell [declan.odonnell@fmi.fi]
- </Description>
- <Translation name="VOIMA_CFG">
- <Description>Platform dependent configuration (voima.fmi.fi)</Description>
- <Template>platform/fmi-voima.cfg.tmpl</Template>
- <Target>ecconf.cfg</Target>
- <Properties></Properties>
- </Translation>
- <Translation name="VOIMA_PBS">
- <Description>Platform dependent configuration (voima.fmi.fi)</Description>
- <Template>platform/fmi-voima_pbs.cfg.tmpl</Template>
- <Target>jobsubm_ece.sh</Target>
- <Properties>executable</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>/lustre/tmp/odonnell/ec-earth/trunk/sources</Value>
- </Parameter>
- <Parameter name="RUN_DIR">
- <Description>EC-Earth run directory</Description>
- <Type>PATH</Type>
- <Value>/lustre/tmp/${USER}/${exp_name}</Value>
- </Parameter>
- <Parameter name="INI_DATA_DIR">
- <Description>Initial data directory used by EC-Earth</Description>
- <Type>PATH</Type>
- <Value>/lustre/tmp/odonnell/input/ec-earth3.2.2</Value>
- </Parameter>
- <Parameter name="PROC_PER_NODE">
- <Description>Number of processors per node</Description>
- <Type>INTEGER</Type>
- <Value>28</Value>
- </Parameter>
- <Parameter name="RESUBMIT_JOB">
- <Description>Automatically resubmit the job? [true|false]</Description>
- <Type>BOOLEAN</Type>
- <Value>true</Value>
- </Parameter>
- <Parameter name="RESUBMIT_OPT">
- <Description>Additional options for the submit command</Description>
- <Type>STRING</Type>
- <Value></Value>
- </Parameter>
- <Parameter name="GRIBEX_DEFINITION_PATH">
- <Description>GRIBEX definition Template path</Description>
- <Type>PATH</Type>
- <Value>/lustre/tmp/odonnell/ec-earth/share/gribex/gribtemplates</Value>
- </Parameter>
- <Parameter name="GRIBAPI_BASE_DIR">
- <Description>GRIB API base directory</Description>
- <Type>PATH</Type>
- <Value>/lustre/tmp/odonnell/ec-earth</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>STRING</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></Value>
- </Parameter>
- <Parameter name="PRE_LOAD_MODULES_CMD">
- <Description>Command run before any modules are loaded</Description>
- <Type>STRING</Type>
- <Value></Value>
- </Parameter>
- <Parameter name="MODULE_LIST">
- <Description>List of modules to load</Description>
- <Type>STRING</Type>
- <Value></Value>
- </Parameter>
- <Parameter name="WALLTIME">
- <Description>Maximum runtime requested from the batch system (hh:mm:ss)</Description>
- <Type>STRING</Type>
- <Value>08:00:00</Value>
- </Parameter>
- <Parameter name="RUN_COMPONENTS">
- <Description>Components that will be used in the run</Description>
- <Type>STRING</Type>
- <Value>ifs</Value>
- </Parameter>
- </Platform>
|