dmi-hpcdev-intel.xml 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. <Platform name="dmi-hpcdev-intel">
  2. <Description></Description>
  3. <Translation name="hpcdev_CFG">
  4. <Description>Platform dependent configuration (hpcdev)</Description>
  5. <Template>platform/dmi-hpcdev-intel.cfg.tmpl</Template>
  6. <Target>ecconf.cfg</Target>
  7. <Properties></Properties>
  8. </Translation>
  9. <Parameter name="BUILD_ARCH">
  10. <Description>Architecture used when building EC-Earth</Description>
  11. <Type>STRING</Type>
  12. <Value>ecconf</Value>
  13. </Parameter>
  14. <Parameter name="ECEARTH_SRC_DIR">
  15. <Description>Base directory for EC-Earth sources</Description>
  16. <Type>PATH</Type>
  17. <Value>${HOME}/EC-Earth3_dmi/r6211_dmi/sources</Value>
  18. </Parameter>
  19. <Parameter name="RUN_DIR">
  20. <Description>EC-Earth run directory</Description>
  21. <Type>PATH</Type>
  22. <Value>/data/${USER}/ecearth3_exp/${exp_name}</Value>
  23. </Parameter>
  24. <Parameter name="INI_DATA_DIR">
  25. <Description>Initial data directory used by EC-Earth</Description>
  26. <Type>PATH</Type>
  27. <Value>/data/shuting/EC-Earth/ecearth3.2.3</Value>
  28. </Parameter>
  29. <Parameter name="PROC_PER_NODE">
  30. <Description>Number of processors per node</Description>
  31. <Type>INTEGER</Type>
  32. <Value>36</Value>
  33. </Parameter>
  34. <Parameter name="RESUBMIT_JOB">
  35. <Description>Automatically resubmit the job? [true|false]</Description>
  36. <Type>BOOLEAN</Type>
  37. <Value>true</Value>
  38. </Parameter>
  39. <Parameter name="RESUBMIT_OPT">
  40. <Description>Additional options for the submit command</Description>
  41. <Type>STRING</Type>
  42. <Value></Value>
  43. </Parameter>
  44. <Parameter name="GRIBEX_DEFINITION_PATH">
  45. <Description>GRIBEX definition Template path</Description>
  46. <Type>PATH</Type>
  47. <Value>/home/shuting/Libraries/gribex_000370.ifort/gribtemplates</Value>
  48. </Parameter>
  49. <Parameter name="GRIBAPI_BASE_DIR">
  50. <Description>GRIB API base directory</Description>
  51. <Type>PATH</Type>
  52. <Value>/netapp/dmisys/swrepo/grib_api/1.14.4-1/INTEL/15.0</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>STRING</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>/opt/intel/compilers_and_libraries_2018.0.128/linux/compiler/lib/intel64:/opt/intel/compilers_and_libraries_2018/linux/mkl/lib/intel64</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>source /opt/modules/default/etc/modules.sh ; module swap PrgEnv-cray PrgEnv-intel</Value>
  78. </Parameter>
  79. <Parameter name="MODULE_LIST">
  80. <Description>List of modules to load</Description>
  81. <Type>STRING</Type>
  82. <Value></Value>
  83. </Parameter>
  84. </Platform>