Changes between Version 24 and Version 25 of HPC_deploy


Ignore:
Timestamp:
2015-11-18T20:34:01+01:00 (8 years ago)
Author:
Pieter Neerincx
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HPC_deploy

    v24 v25  
    100100$> eb --robot-paths=:/apps/sources/EasyBuild/custom/ -S MySearchTerm
    101101}}}
    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''.
    103108
    104109=== Installing the software ===
     
    118123}}}
    119124  A new environment will be loaded, afterwards sync the new module by executing:
    120 *
     125* Now sync the module:
    121126{{{
    122127$> hpc-environment-sync.bash -m <modulename>/<module version>
    123128}}}
    124 To see the full list of options in the sync script use:
     129* For a full list of options use the commandline help:
    125130{{{
    126131hpc-environment-sync.bash -h