zenobe-intelmpi.xml 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. <?xml version="1.0"?>
  2. <Platform name="zenobe">
  3. <Description>
  4. HOST: zenobe.hpc.cenaero.be
  5. ARCH: linux_x86_64
  6. CPU MODEL: Ivy Bridge
  7. MAINTAINER: Pierre-Yves Barriat [pierre-yves.barriat@uclouvain.be]
  8. </Description>
  9. <Translation name="ZENOBE_CFG">
  10. <Description>Platform dependent configuration (zenobe)</Description>
  11. <Template>platform/zenobe.cfg.tmpl</Template>
  12. <Target>ecconf.cfg</Target>
  13. <Properties></Properties>
  14. </Translation>
  15. <Parameter name="BUILD_ARCH">
  16. <Description>Architecture used when building EC-Earth</Description>
  17. <Type>STRING</Type>
  18. <Value>ecconf</Value>
  19. </Parameter>
  20. <Parameter name="ECEARTH_SRC_DIR">
  21. <Description>Base directory for EC-Earth sources</Description>
  22. <Type>PATH</Type>
  23. <Value>${HOME}/modeles/ecearth/ecearth_3.2.3/sources</Value>
  24. </Parameter>
  25. <Parameter name="RUN_DIR">
  26. <Description>EC-Earth run directory</Description>
  27. <Type>PATH</Type>
  28. <Value>/SCRATCH/acad/ecearth/${USER}/run/${exp_name}</Value>
  29. </Parameter>
  30. <Parameter name="INI_DATA_DIR">
  31. <Description>Initial data directory used by EC-Earth</Description>
  32. <Type>PATH</Type>
  33. <Value>/SCRATCH/acad/ecearth/DATA/v3.2.3/inidata</Value>
  34. </Parameter>
  35. <Parameter name="PROC_PER_NODE">
  36. <Description>Number of processors per node</Description>
  37. <Type>INTEGER</Type>
  38. <Value>24</Value>
  39. </Parameter>
  40. <Parameter name="RESUBMIT_JOB">
  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="GRIBAPI_BASE_DIR">
  51. <Description>GRIB API base directory</Description>
  52. <Type>PATH</Type>
  53. <Value>/projects/acad/ecearth/opt/grib_api</Value>
  54. </Parameter>
  55. <Parameter name="GRIBAPI_BIN_SUBDIR">
  56. <Description>GRIB API bin directory relative to the base directory</Description>
  57. <Type>PATH</Type>
  58. <Value>bin</Value>
  59. </Parameter>
  60. <Parameter name="GRIBAPI_DEFINITION_SUBDIR">
  61. <Description>GRIB API definition directory relative to the base directory</Description>
  62. <Type>PATH</Type>
  63. <Value>share/definitions</Value>
  64. </Parameter>
  65. <Parameter name="GRIBAPI_SAMPLES_SUBDIR">
  66. <Description>GRIB API samples directory relative to the base directory</Description>
  67. <Type>PATH</Type>
  68. <Value>share/ifs_samples/grib1</Value>
  69. </Parameter>
  70. <Parameter name="ADD_TO_LD_LIBRARY_PATH">
  71. <Description>Additional shared library paths needed at runtime</Description>
  72. <Type>STRING</Type>
  73. <Value>/projects/acad/ecearth/opt/grib_api/lib:/projects/acad/ecearth/opt/openjpeg/lib:/projects/acad/ecearth/opt/netcdf/4.4.1.1_ivy_2016.2.181/lib</Value>
  74. </Parameter>
  75. <Parameter name="PRE_LOAD_MODULES_CMD">
  76. <Description>Command run before any modules are loaded</Description>
  77. <Type>STRING</Type>
  78. <Value>module purge</Value>
  79. </Parameter>
  80. <Parameter name="MODULE_LIST">
  81. <Description>List of modules to load</Description>
  82. <Type>STRING</Type>
  83. <Value>compiler/intel/comp_and_lib/2016.2.181 intelmpi/5.1.3.181/64 hdf5/1.8.18-el6/intel_2016.2.181/intelmpi_5.1.3.181</Value>
  84. </Parameter>
  85. </Platform>