bsc-marenostrum4.xml 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. <Platform name="bsc-marenostrum4">
  2. <Description>
  3. HOST: mn1.bsc.es
  4. ARCH: linux_x86_64
  5. CPU MODEL: 2 x Intel Xeon Platinum 8160 CPU with 24 cores each @ 2.10GHz
  6. MAINTAINER: Pablo Echevarria pablo.echevarria@bsc.es
  7. </Description>
  8. <Translation name="MARENOSTRUM4_CFG">
  9. <Description>Platform dependent configuration (MareNostrum4)</Description>
  10. <Template>../classic/platform/bsc-marenostrum4.cfg.tmpl</Template>
  11. <Target>ecconf.cfg</Target>
  12. <Properties></Properties>
  13. </Translation>
  14. <Parameter name="BUILD_ARCH">
  15. <Description>Architecture used when building EC-Earth</Description>
  16. <Type>STRING</Type>
  17. <Value>ecconf</Value>
  18. </Parameter>
  19. <Parameter name="ECEARTH_SRC_DIR">
  20. <Description>Base directory for EC-Earth sources</Description>
  21. <Type>PATH</Type>
  22. <Value>${SCRATCH}/${exp_name}/auto-ecearth3/sources/sources</Value>
  23. </Parameter>
  24. <Parameter name="RUN_DIR">
  25. <Description>EC-Earth run directory</Description>
  26. <Type>PATH</Type>
  27. <Value>${SCRATCH}/${exp_name}/${run_start_date_as}/${member}/runtime</Value>
  28. </Parameter>
  29. <Parameter name="INI_DATA_DIR">
  30. <Description>Initial data directory used by EC-Earth</Description>
  31. <Type>PATH</Type>
  32. <Value>${SCRATCH}/${exp_name}/${run_start_date_as}/${member}/inidata</Value>
  33. </Parameter>
  34. <Parameter name="PROC_PER_NODE">
  35. <Description>Number of processors per node</Description>
  36. <Type>INTEGER</Type>
  37. <Value>48</Value>
  38. </Parameter>
  39. <Parameter name="RESUBMIT_JOB">
  40. <Description>Automatically resubmit the job? [true|false]</Description>
  41. <Type>BOOLEAN</Type>
  42. <Value>false</Value>
  43. </Parameter>
  44. <Parameter name="RESUBMIT_OPT">
  45. <Description>Additional options for the submit command</Description>
  46. <Type>STRING</Type>
  47. <Value>-W 4:00</Value>
  48. </Parameter>
  49. <Parameter name="GRIBAPI_BASE_DIR">
  50. <Description>GRIB API base directory</Description>
  51. <Type>PATH</Type>
  52. <Value>/apps/GRIB/1.14.0/INTEL/</Value>
  53. </Parameter>
  54. <Parameter name="GRIBAPI_BIN_SUBDIR">
  55. <Description>GRIB API bin directory relative to the base directory</Description>
  56. <Type>PATH</Type>
  57. <Value>bin</Value>
  58. </Parameter>
  59. <Parameter name="GRIBAPI_DEFINITION_SUBDIR">
  60. <Description>GRIB API definition directory relative to the base directory</Description>
  61. <Type>PATH</Type>
  62. <Value>share/grib_api/definitions</Value>
  63. </Parameter>
  64. <Parameter name="GRIBAPI_SAMPLES_SUBDIR">
  65. <Description>GRIB API samples directory relative to the base directory</Description>
  66. <Type>PATH</Type>
  67. <Value>share/grib_api/ifs_samples/grib1</Value>
  68. </Parameter>
  69. <Parameter name="ADD_TO_LD_LIBRARY_PATH">
  70. <Description>Additional shared library paths needed at runtime</Description>
  71. <Type>STRING</Type>
  72. <Value>/apps/GRIB/1.14.0/INTEL/lib</Value>
  73. </Parameter>
  74. <Parameter name="PRE_LOAD_MODULES_CMD">
  75. <Description>Command run before any modules are loaded</Description>
  76. <Type>STRING</Type>
  77. <Value>module purge</Value>
  78. </Parameter>
  79. <Parameter name="MODULE_LIST">
  80. <Description>List of modules to load</Description>
  81. <Type>STRING</Type>
  82. <Value>
  83. intel/2017.4 impi/2018.4 netcdf/4.2 hdf5/1.8.19 perl/5.26 mkl/2018.4 CDO/1.8.2 szip/2.1.1
  84. </Value>
  85. </Parameter>
  86. <Parameter name="USE_MACHINEFILE">
  87. <Description>Use MPI machinefiles to control process placement? [true|false]</Description>
  88. <Type>BOOLEAN</Type>
  89. <Value>%USE_MACHINEFILE%</Value>
  90. </Parameter>
  91. </Platform>