ecmwf-hpc2020-intel-openmpi.xml 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. <Platform name="ecmwf-hpc2020-intel-openmpi">
  2. <Description>
  3. HOST: aa6-100.bullx
  4. ARCH: linux_x86_64
  5. CPU MODEL: AMD(R) EPYC Rome 2.6 GHz
  6. MAINTAINER: Philippe Le Sager [sager@knmi.nl]
  7. </Description>
  8. <Translation name="ECMWF_AA_CFG">
  9. <Description>Platform dependent configuration</Description>
  10. <Template>platform/ecmwf-hpc2020.cfg.tmpl</Template>
  11. <Target>ecconf.cfg</Target>
  12. </Translation>
  13. <Parameter name="BUILD_ARCH">
  14. <Description>Architecture used when building EC-Earth</Description>
  15. <Type>STRING</Type>
  16. <Value>ecconf</Value>
  17. </Parameter>
  18. <Parameter name="ECEARTH_SRC_DIR">
  19. <Description>Base directory for EC-Earth sources</Description>
  20. <Type>PATH</Type>
  21. <Value>${PERM}/ec-earth3/sources</Value>
  22. </Parameter>
  23. <Parameter name="RUN_DIR">
  24. <Description>EC-Earth run directory</Description>
  25. <Type>PATH</Type>
  26. <Value>${SCRATCH}/ecearth3/${exp_name}</Value>
  27. </Parameter>
  28. <Parameter name="INI_DATA_DIR">
  29. <Description>Initial data directory used by EC-Earth</Description>
  30. <Type>PATH</Type>
  31. <Value>${HPCPERM}/ece3data</Value>
  32. </Parameter>
  33. <Parameter name="PROC_PER_NODE">
  34. <Description>Number of processors per node</Description>
  35. <Type>INTEGER</Type>
  36. <Value>128</Value>
  37. </Parameter>
  38. <Parameter name="RESUBMIT_JOB">
  39. <Description>Automatically resubmit the job? [true|false]</Description>
  40. <Type>BOOLEAN</Type>
  41. <Value>true</Value>
  42. </Parameter>
  43. <Parameter name="RESUBMIT_OPT">
  44. <Description>Additional options for the submit command</Description>
  45. <Type>STRING</Type>
  46. <Value/>
  47. </Parameter>
  48. <Parameter name="GRIBEX_DEFINITION_PATH">
  49. <Description>GRIBEX definition Template path</Description>
  50. <Type>PATH</Type>
  51. <Value>/perm/nm6/gribex_000370/gribtemplates</Value>
  52. </Parameter>
  53. <Parameter name="GRIBAPI_BASE_DIR">
  54. <Description>GRIB API base directory</Description>
  55. <Type>PATH</Type>
  56. <Value>/usr/local/apps/ecmwf-toolbox/2021.08.3.0/INTEL/2021.4</Value>
  57. </Parameter>
  58. <Parameter name="GRIBAPI_BIN_SUBDIR">
  59. <Description>GRIB API bin directory relative to the base directory</Description>
  60. <Type>PATH</Type>
  61. <Value>bin</Value>
  62. </Parameter>
  63. <Parameter name="GRIBAPI_DEFINITION_SUBDIR">
  64. <Description>GRIB API definition directory relative to the base directory</Description>
  65. <Type>PATH</Type>
  66. <Value>share/eccodes/definitions</Value>
  67. </Parameter>
  68. <Parameter name="GRIBAPI_SAMPLES_SUBDIR">
  69. <Description>GRIB API samples directory relative to the base directory</Description>
  70. <Type>PATH</Type>
  71. <Value>share/eccodes/ifs_samples/grib1</Value>
  72. </Parameter>
  73. <Parameter name="ADD_TO_LD_LIBRARY_PATH">
  74. <Description>Additional shared library paths needed at runtime</Description>
  75. <Type>STRING</Type>
  76. <Value>/usr/local/apps/ecmwf-toolbox/2021.08.3.0/INTEL/2021.4/lib:/usr/local/apps/hdf5-parallel/1.10.6/INTEL/2021.4/HPCX/2.9/lib:/usr/local/apps/netcdf4-parallel/4.7.4/INTEL/2021.4/HPCX/2.9/lib</Value>
  77. </Parameter>
  78. <Parameter name="PRE_LOAD_MODULES_CMD">
  79. <Description>Command run before any modules are loaded</Description>
  80. <Type>STRING</Type>
  81. <Value/>
  82. </Parameter>
  83. <Parameter name="MODULE_LIST">
  84. <Description>List of modules to load</Description>
  85. <Type>STRING</Type>
  86. <Value>prgenv/intel hpcx-openmpi/2.9.0 intel-mkl/19.0.5 ecmwf-toolbox/2021.08.3.0 cdo</Value>
  87. </Parameter>
  88. <Parameter name="USE_MACHINEFILE">
  89. <Description>Use MPI machinefiles to control process placement? [true|false]</Description>
  90. <Type>BOOLEAN</Type>
  91. <Value>false</Value>
  92. </Parameter>
  93. </Platform>