Changes between Version 12 and Version 13 of HPC_deploy


Ignore:
Timestamp:
2015-11-18T10:51:07+01:00 (9 years ago)
Author:
freerkvandijk
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HPC_deploy

    v12 v13  
    4848 * eb YOURFILE.eb
    4949
     50Before you can execute the installed EasyBuild file the module needs to be synced to the storage and nodes:
     51{{{
     52sudo -u umcg-envsync bash
     53}}}
     54A new environment will be loaded, afterwards sync the new module by executing:
     55{{{
     56hpc-environment-sync.bash -m <modulename>/<module version>
     57}}}
     58To sync new resources use "-r" instead of "-m". To see the full list of options in the sync script use:
     59{{{
     60hpc-environment-sync.bash -h
     61}}}
     62
    5063=== running an already existing .eb file ===
    5164 * eb YOURFILE.eb