nsc-bi.xml 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. <Platform name="nsc-bi">
  2. <Description>
  3. HOST: bi.nsc.liu.se
  4. ARCH: linux_x86_64
  5. CPU MODEL: Intel E5-2660
  6. MAINTAINER: Uwe Fladrich [uwe.fladrich@smhi.se]
  7. </Description>
  8. <Translation name="BI_CFG">
  9. <Description>Platform dependent configuration (bi)</Description>
  10. <Template>platform/nsc-bi.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>${HOME}/Projects/ecearth3/sources</Value>
  23. </Parameter>
  24. <Parameter name="RUN_DIR">
  25. <Description>EC-Earth run directory</Description>
  26. <Type>PATH</Type>
  27. <Value>/nobackup/rossby15/${USER}/run/${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>/nobackup/rossby20/rossby/joint_exp/ecearth/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>-t 30</Value>
  48. </Parameter>
  49. <Parameter name="GRIBAPI_BASE_DIR">
  50. <Description>GRIB API base directory</Description>
  51. <Type>PATH</Type>
  52. <Value>/software/apps/grib_api/1.12.3/i1501</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/ifs-definitions/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/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>/software/apps/intel/composer_xe_2015.1.133/compiler/lib/intel64:/software/apps/intel/composer_xe_2015.1.133/mkl/lib/intel64:/software/apps/intel/impi/5.0.2.044/intel64/lib:/software/apps/netcdf/4.3.2/i1501-impi-5.0.2.044-hdf5-1.8.14/lib:/software/apps/hdf5/1.8.14/i1501/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></Value>
  78. </Parameter>
  79. <Parameter name="MODULE_LIST">
  80. <Description>List of modules to load</Description>
  81. <Type>STRING</Type>
  82. <Value>impi/5.0.2.044</Value>
  83. </Parameter>
  84. </Platform>