bsc-nord3.xml 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. <Platform name="bsc-nord3">
  2. <Description>
  3. HOST: mn2.bsc.es
  4. ARCH: linux_x86_64
  5. CPU MODEL: Xeon E5-2670 8C 2.6GHz
  6. MAINTAINER: Domingo Manubens [domingo.manubens@bsc.es]
  7. </Description>
  8. <Translation name="NORD3_CFG">
  9. <Description>Platform dependent configuration (Nord3)</Description>
  10. <Template>platform/bsc-nord3.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>${SCRATCH}/${exp_name}/auto-ecearth3/sources/sources</Value>
  23. </Parameter>
  24. <Parameter name="RUN_DIR">
  25. <Description>EC-Earth run directory</Description>
  26. <Type>PATH</Type>
  27. <Value>${SCRATCH}/${exp_name}/${run_start_date}/${member}/runtime</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>${SCRATCH}/${exp_name}/${run_start_date}/${member}/inidata</Value>
  33. </Parameter>
  34. <Parameter name="PROC_PER_NODE">
  35. <Description>Number of processors per node</Description>
  36. <Type>INTEGER</Type>
  37. <Value>16</Value>
  38. </Parameter>
  39. <Parameter name="RESUBMIT_JOB">
  40. <Description>Automatically resubmit the job? [true|false]</Description>
  41. <Type>BOOLEAN</Type>
  42. <Value>false</Value>
  43. </Parameter>
  44. <Parameter name="RESUBMIT_OPT">
  45. <Description>Additional options for the submit command</Description>
  46. <Type>STRING</Type>
  47. <Value>-W 4:00</Value>
  48. </Parameter>
  49. <Parameter name="GRIBAPI_BASE_DIR">
  50. <Description>GRIB API base directory</Description>
  51. <Type>PATH</Type>
  52. <Value>/gpfs/apps/MN3/GRIB/1.14.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>PATH</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>/gpfs/apps/MN3/GRIB/1.14.0/lib</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>module purge</Value>
  78. </Parameter>
  79. <Parameter name="MODULE_LIST">
  80. <Description>List of modules to load</Description>
  81. <Type>STRING</Type>
  82. <Value>intel/13.0.1 SZIP/2.1 impi/5.0.1.035 GRIB/1.14.0 NETCDF/4.3.2-parallel HDF5/1.8.12-mpi MKL/11.1.2 PYTHON/2.7.3</Value>
  83. </Parameter>
  84. </Platform>