Changes between Version 8 and Version 9 of HPC_deploy


Ignore:
Timestamp:
2015-11-16T13:08:16+01:00 (9 years ago)
Author:
Roan Kanninga
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HPC_deploy

    v8 v9  
    4242
    4343For installing more advanced tools like R please read the [https://hpcugent.github.io/easybuild/ documentation] online or have a look in our custom scripts on the cluster
     44
     45=== installing a new tool ===
     46 * Create YOURFILE.eb file in /apps/sources/EasyBuild/custom/
     47 * module load EasyBuild
     48 * eb YOURFILE.eb
     49
     50=== running an already existing .eb file ===
     51 * eb YOURFILE.eb
     52 
     53=== NB ===
     54 * rerunning an .eb file that already is installed will result in an error saying that the module file is already there. To overwrite the module file run with '''''-f''''' argument.
     55 * EasyBuild will first always check if there is source code in /apps/sources, when it is not there then it will try to download the file.
     56