csc-puhti-intel-intelmpi.xml 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. <Platform name="csc-puhti-intel-intelmpi">
  2. <Description>
  3. HOST: puhti.csc.fi
  4. ARCH: linux_x86_64
  5. CPU MODEL: Intel Xeon - - Hz
  6. MAINTAINER: Tommi Bergman tommi.bergman@fmi.fi
  7. </Description>
  8. <Translation name="CSC_PUHTI_CFG">
  9. <Description>Platform dependent configuration (bull@csc)</Description>
  10. <Template>platform/csc-puhti-intel-intelmpi.cfg.tmpl</Template>
  11. <Target>ecconf.cfg</Target>
  12. </Translation>
  13. <Translation name="CSC_PUHTI_JOB">
  14. <Description>Platform dependent job script (bull@csc)</Description>
  15. <Template>platform/csc-puhti-intel-intelmpi.job.tmpl</Template>
  16. <Target>job</Target>
  17. </Translation>
  18. <Parameter name="BUILD_ARCH">
  19. <Description>Architecture used when building EC-Earth</Description>
  20. <Type>STRING</Type>
  21. <Value>ecconf</Value>
  22. </Parameter>
  23. <Parameter name="ECEARTH_SRC_DIR">
  24. <Description>Base directory for EC-Earth sources</Description>
  25. <Type>PATH</Type>
  26. <!--<Value>${HOME}/r5133_tm5_pisces/sources</Value>-->
  27. <Value>/fmi/projappl/project_2001927/${USER}/ece3/r7211-csc-puhti-config-update/sources</Value>
  28. </Parameter>
  29. <Parameter name="RUN_DIR">
  30. <Description>EC-Earth run directory</Description>
  31. <Type>PATH</Type>
  32. <Value>/fmi/scratch/project_2001927/${USER}/ECEARTH-RUNS/${exp_name}</Value>
  33. </Parameter>
  34. <Parameter name="INI_DATA_DIR">
  35. <Description>Initial data directory used by EC-Earth</Description>
  36. <Type>PATH</Type>
  37. <Value>/fmi/datasets/EC-Earth/trunk/</Value>
  38. </Parameter>
  39. <Parameter name="PROC_PER_NODE">
  40. <Description>Number of processors per node</Description>
  41. <Type>INTEGER</Type>
  42. <Value>40</Value>
  43. </Parameter>
  44. <Parameter name="RESUBMIT_JOB">
  45. <Description>Automatically resubmit the job? [true|false]</Description>
  46. <Type>BOOLEAN</Type>
  47. <Value>false</Value>
  48. </Parameter>
  49. <Parameter name="RESUBMIT_OPT">
  50. <Description>Additional options for the submit command</Description>
  51. <Type>STRING</Type>
  52. <Value></Value>
  53. </Parameter>
  54. <Parameter name="GRIBEX_DEFINITION_PATH">
  55. <Description>GRIBEX definition Template path</Description>
  56. <Type>PATH</Type>
  57. <Value>/fmi/projappl/project_2001927/${USER}/ece3/r7211-csc-puhti-config-update/sources/ifs-36r4/lib/</Value>
  58. </Parameter>
  59. <Parameter name="GRIBAPI_BASE_DIR">
  60. <Description>GRIB API base directory</Description>
  61. <Type>PATH</Type>
  62. <Value>${GRIB_API_INSTALL_ROOT}</Value>
  63. <!-- <Value>/nfs/home/users/severijn/installed/grib_api-1.21.0</Value> -->
  64. </Parameter>
  65. <Parameter name="GRIBAPI_BIN_SUBDIR">
  66. <Description>GRIB API bin directory relative to the base directory</Description>
  67. <Type>PATH</Type>
  68. <Value>bin</Value>
  69. </Parameter>
  70. <Parameter name="GRIBAPI_DEFINITION_SUBDIR">
  71. <Description>GRIB API definition directory relative to the base directory</Description>
  72. <Type>PATH</Type>
  73. <Value>share/grib_api/definitions</Value>
  74. </Parameter>
  75. <Parameter name="GRIBAPI_SAMPLES_SUBDIR">
  76. <Description>GRIB API samples directory relative to the base directory</Description>
  77. <Type>PATH</Type>
  78. <Value>share/grib_api/ifs_samples/grib1</Value>
  79. </Parameter>
  80. <Parameter name="ADD_TO_LD_LIBRARY_PATH">
  81. <Description>Additional shared library paths needed at runtime</Description>
  82. <Type>STRING</Type>
  83. <Value></Value>
  84. <!-- <Value>/nfs/home/users/severijn/installed/grib_api-1.21.0/lib:/nfs/home/users/severijn/installed/netcdf-fortran-4.4.4/lib:/nfs/home/users/severijn/installed/netcdf-4.4.1.1/lib:/nfs/home/users/severijn/installed/hdf5-1.8.18/lib</Value> -->
  85. </Parameter>
  86. <Parameter name="PRE_LOAD_MODULES_CMD">
  87. <Description>Command run before any modules are loaded</Description>
  88. <Type>STRING</Type>
  89. <Value></Value>
  90. </Parameter>
  91. <Parameter name="MODULE_LIST">
  92. <Description>List of modules to load</Description>
  93. <Type>STRING</Type>
  94. <Value></Value>
  95. </Parameter>
  96. </Platform>