ecmwf-cca-intel.xml 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. <Platform name="ecmwf-cca-intel">
  2. <Description>
  3. HOST: cca/ccb at ECMWF
  4. ARCH: linux_x86_64
  5. CPU MODEL: 36-core Intel(R) Broadwell
  6. MAINTAINER: Philippe Le Sager [sager@knmi.nl]
  7. </Description>
  8. <Translation name="CCA_CFG">
  9. <Description>Platform dependent configuration (cca)</Description>
  10. <Template>platform/ecmwf-cca-intel.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>${PERM}/ecearth3/sources</Value>
  23. </Parameter>
  24. <Parameter name="RUN_DIR">
  25. <Description>EC-Earth run directory</Description>
  26. <Type>PATH</Type>
  27. <Value>${SCRATCH}/ECEARTH-RUNS/${exp_name}</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>/perm/ms/nl/nm6/ECE3-DATA</Value>
  33. </Parameter>
  34. <Parameter name="PROC_PER_NODE">
  35. <Description>Number of processors per node</Description>
  36. <Type>INTEGER</Type>
  37. <Value>18</Value>
  38. </Parameter>
  39. <Parameter name="RESUBMIT_JOB">
  40. <!-- NOTE: can be true only if FORCE_RUN_FROM_SCRATCH is false -->
  41. <Description>Automatically resubmit the job? [true|false]</Description>
  42. <Type>BOOLEAN</Type>
  43. <Value>true</Value>
  44. </Parameter>
  45. <Parameter name="RESUBMIT_OPT">
  46. <Description>Additional options for the submit command</Description>
  47. <Type>STRING</Type>
  48. <Value></Value>
  49. </Parameter>
  50. <Parameter name="GRIBEX_DEFINITION_PATH">
  51. <Description>GRIBEX definition Template path</Description>
  52. <Type>PATH</Type>
  53. <Value>/usr/local/apps/libemos/tables/gribex_legacy</Value>
  54. </Parameter>
  55. <Parameter name="GRIBAPI_BASE_DIR">
  56. <Description>GRIB API base directory</Description>
  57. <Type>PATH</Type>
  58. <Value>/usr/local/apps/grib_api/1.27.0/INTEL/170</Value>
  59. </Parameter>
  60. <Parameter name="GRIBAPI_BIN_SUBDIR">
  61. <Description>GRIB API bin directory relative to the base directory</Description>
  62. <Type>PATH</Type>
  63. <Value>bin</Value>
  64. </Parameter>
  65. <Parameter name="GRIBAPI_DEFINITION_SUBDIR">
  66. <Description>GRIB API definition directory relative to the base directory</Description>
  67. <Type>PATH</Type>
  68. <Value>share/grib_api/definitions</Value>
  69. </Parameter>
  70. <Parameter name="GRIBAPI_SAMPLES_SUBDIR">
  71. <Description>GRIB API samples directory relative to the base directory</Description>
  72. <Type>STRING</Type>
  73. <Value>ifs_samples/grib1</Value>
  74. </Parameter>
  75. <Parameter name="ADD_TO_LD_LIBRARY_PATH">
  76. <Description>Additional shared library paths needed at runtime</Description>
  77. <Type>STRING</Type>
  78. <Value></Value>
  79. </Parameter>
  80. <Parameter name="PRE_LOAD_MODULES_CMD">
  81. <Description>Command run before any modules are loaded</Description>
  82. <Type>STRING</Type>
  83. <Value>source /opt/modules/default/etc/modules.sh ; module unload PrgEnv-cray; module unload PrgEnv-gnu; module rm grib_api; module rm eccodes; module unload cdo; module unload netcdf</Value>
  84. </Parameter>
  85. <Parameter name="MODULE_LIST">
  86. <Description>List of modules to load</Description>
  87. <Type>STRING</Type>
  88. <Value>PrgEnv-intel cdo/1.8.2 netcdf4/4.4.1</Value>
  89. </Parameter>
  90. <Parameter name="USE_FORKING">
  91. <Description>Use efficient mpmd to save nodes. [true/false]</Description>
  92. <Type>BOOLEAN</Type>
  93. <Value>false</Value>
  94. </Parameter>
  95. </Platform>