Changes between Version 24 and Version 25 of HPC_deploy
- Timestamp:
- 2015-11-18T20:34:01+01:00 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HPC_deploy
v24 v25 100 100 $> eb --robot-paths=:/apps/sources/EasyBuild/custom/ -S MySearchTerm 101 101 }}} 102 * When no suitable !EasyConfig is present, create your own in !MyEasyConfig-1.2.3.eb file in {{{/apps/sources/EasyBuild/custom/}}} 102 * When no suitable !EasyConfig is present, create your own: 103 {{{ 104 $> cd /apps/sources/EasyBuild/custom/ 105 $> touch MyEasyConfig-1.2.3.eb 106 }}} 107 Make sure to name the *.eb file exactly the same as the name of the eventually installed ''module'' and its ''version''. 103 108 104 109 === Installing the software === … … 118 123 }}} 119 124 A new environment will be loaded, afterwards sync the new module by executing: 120 * 125 * Now sync the module: 121 126 {{{ 122 127 $> hpc-environment-sync.bash -m <modulename>/<module version> 123 128 }}} 124 To see the full list of options in the sync script use:129 * For a full list of options use the commandline help: 125 130 {{{ 126 131 hpc-environment-sync.bash -h