Changes between Version 12 and Version 13 of HPC_deploy
- Timestamp:
- 2015-11-18T10:51:07+01:00 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HPC_deploy
v12 v13 48 48 * eb YOURFILE.eb 49 49 50 Before you can execute the installed EasyBuild file the module needs to be synced to the storage and nodes: 51 {{{ 52 sudo -u umcg-envsync bash 53 }}} 54 A new environment will be loaded, afterwards sync the new module by executing: 55 {{{ 56 hpc-environment-sync.bash -m <modulename>/<module version> 57 }}} 58 To sync new resources use "-r" instead of "-m". To see the full list of options in the sync script use: 59 {{{ 60 hpc-environment-sync.bash -h 61 }}} 62 50 63 === running an already existing .eb file === 51 64 * eb YOURFILE.eb