fmi-voima.xml 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. <Platform name="fmi-voima">
  2. <Description>
  3. HOST: Voima (voima.fmi.fi)
  4. ARCH: linux_x86_64
  5. CPU MODEL: Intel Sandy Bridge (Ivy Bridge?)
  6. MAINTAINER: Declan O'Donnell [declan.odonnell@fmi.fi]
  7. </Description>
  8. <Translation name="VOIMA_CFG">
  9. <Description>Platform dependent configuration (voima.fmi.fi)</Description>
  10. <Template>platform/fmi-voima.cfg.tmpl</Template>
  11. <Target>ecconf.cfg</Target>
  12. <Properties></Properties>
  13. </Translation>
  14. <Translation name="VOIMA_PBS">
  15. <Description>Platform dependent configuration (voima.fmi.fi)</Description>
  16. <Template>platform/fmi-voima_pbs.cfg.tmpl</Template>
  17. <Target>jobsubm_ece.sh</Target>
  18. <Properties>executable</Properties>
  19. </Translation>
  20. <Parameter name="BUILD_ARCH">
  21. <Description>Architecture used when building EC-Earth</Description>
  22. <Type>STRING</Type>
  23. <Value>ecconf</Value>
  24. </Parameter>
  25. <Parameter name="ECEARTH_SRC_DIR">
  26. <Description>Base directory for EC-Earth sources</Description>
  27. <Type>PATH</Type>
  28. <Value>/lustre/tmp/odonnell/ec-earth/trunk/sources</Value>
  29. </Parameter>
  30. <Parameter name="RUN_DIR">
  31. <Description>EC-Earth run directory</Description>
  32. <Type>PATH</Type>
  33. <Value>/lustre/tmp/${USER}/${exp_name}</Value>
  34. </Parameter>
  35. <Parameter name="INI_DATA_DIR">
  36. <Description>Initial data directory used by EC-Earth</Description>
  37. <Type>PATH</Type>
  38. <Value>/lustre/tmp/odonnell/input/ec-earth3.2.2</Value>
  39. </Parameter>
  40. <Parameter name="PROC_PER_NODE">
  41. <Description>Number of processors per node</Description>
  42. <Type>INTEGER</Type>
  43. <Value>28</Value>
  44. </Parameter>
  45. <Parameter name="RESUBMIT_JOB">
  46. <Description>Automatically resubmit the job? [true|false]</Description>
  47. <Type>BOOLEAN</Type>
  48. <Value>true</Value>
  49. </Parameter>
  50. <Parameter name="RESUBMIT_OPT">
  51. <Description>Additional options for the submit command</Description>
  52. <Type>STRING</Type>
  53. <Value></Value>
  54. </Parameter>
  55. <Parameter name="GRIBEX_DEFINITION_PATH">
  56. <Description>GRIBEX definition Template path</Description>
  57. <Type>PATH</Type>
  58. <Value>/lustre/tmp/odonnell/ec-earth/share/gribex/gribtemplates</Value>
  59. </Parameter>
  60. <Parameter name="GRIBAPI_BASE_DIR">
  61. <Description>GRIB API base directory</Description>
  62. <Type>PATH</Type>
  63. <Value>/lustre/tmp/odonnell/ec-earth</Value>
  64. </Parameter>
  65. <Parameter name="GRIBAPI_BIN_SUBDIR">
  66. <Description>GRIB API bin directory relative to the base directory</Description>
  67. <Type>PATH</Type>
  68. <Value>bin</Value>
  69. </Parameter>
  70. <Parameter name="GRIBAPI_DEFINITION_SUBDIR">
  71. <Description>GRIB API definition directory relative to the base directory</Description>
  72. <Type>PATH</Type>
  73. <Value>share/grib_api/definitions</Value>
  74. </Parameter>
  75. <Parameter name="GRIBAPI_SAMPLES_SUBDIR">
  76. <Description>GRIB API samples directory relative to the base directory</Description>
  77. <Type>STRING</Type>
  78. <Value>share/grib_api/ifs_samples/grib1</Value>
  79. </Parameter>
  80. <Parameter name="ADD_TO_LD_LIBRARY_PATH">
  81. <Description>Additional shared library paths needed at runtime</Description>
  82. <Type>STRING</Type>
  83. <Value></Value>
  84. </Parameter>
  85. <Parameter name="PRE_LOAD_MODULES_CMD">
  86. <Description>Command run before any modules are loaded</Description>
  87. <Type>STRING</Type>
  88. <Value></Value>
  89. </Parameter>
  90. <Parameter name="MODULE_LIST">
  91. <Description>List of modules to load</Description>
  92. <Type>STRING</Type>
  93. <Value></Value>
  94. </Parameter>
  95. <Parameter name="WALLTIME">
  96. <Description>Maximum runtime requested from the batch system (hh:mm:ss)</Description>
  97. <Type>STRING</Type>
  98. <Value>08:00:00</Value>
  99. </Parameter>
  100. <Parameter name="RUN_COMPONENTS">
  101. <Description>Components that will be used in the run</Description>
  102. <Type>STRING</Type>
  103. <Value>ifs</Value>
  104. </Parameter>
  105. </Platform>