Changes between Version 34 and Version 35 of HPC_deploy


Ignore:
Timestamp:
2015-12-10T15:10:33+01:00 (8 years ago)
Author:
Pieter Neerincx
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HPC_deploy

    v34 v35  
    44
    55== Deploying (reference) data sets ==
     6
     7==== 0. Make sure perms are correct ====
     8
     9Either use umask before you start:
     10{{{
     11umask 0002
     12}}}
     13or use
     14{{{
     15chmod g+rwX,o+rX,o-w /apps/data/.....
     16}}}
     17after deploying, but before running the hpc-environment-sync.bash script!
    618
    719==== 1. Where to put reference data ====
     
    137149For more complicated installations like for example for ''R'', please read the [https://hpcugent.github.io/easybuild/ documentation] online and have a look at existing !EasyConfigs.
    138150
     151==== 0. Make sure perms are correct ====
     152
     153Either use umask before you start:
     154{{{
     155umask 0002
     156}}}
     157or use
     158{{{
     159chmod g+rwX,o+rX,o-w /apps/software/.....   /apps/modules/.....
     160}}}
     161after deploying, but before running the hpc-environment-sync.bash script!
     162
    139163==== 1. Find existing !EasyConfig or create a new one ====
    140164 * To search for existing !EasyConfigs in both the default robot search path as well as in our dir for custom !EasyConfigs: