User Tools

Site Tools


cluster:73

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
cluster:73 [2021/10/27 19:18]
hmeij07 [OneAPI]
cluster:73 [2021/11/03 15:15]
hmeij07 [EasyBuild]
Line 21: Line 21:
 ====== EasyBuild ====== ====== EasyBuild ======
  
- EasyBuild is a software build and installation framework that allows you to manage (scientific) software on High Performance Computing (HPC) systems in an efficient way. +EasyBuild is a software build and installation framework that allows you to manage (scientific) software on High Performance Computing (HPC) systems in an efficient way.
-  * maybe use alongside OpenHPC modules? +
-  * replacement for miniconda?+
  
-EasyBuild 4.4.2 supports 2469 different software packages (incl. toolchains, bundles) +  * supports 2469 different software packages (incl. toolchains, bundles) 
-  * [[cluster:209|EasyBuild]] page with details+  * local page with lots of **details[[cluster:209|EasyBuild]]** 
 + 
 +Easybuild uses ''environment-modules'' to control the environment. Load the module of interest and all dependencies will be taken care of. See below. 
 + 
 +**Installed mpodules** 
 + 
 +  * astropy-4.2.1-fosscuda-2020b 
 +  * emcee-2.2.1-foss-2019a 
 + 
 +To use module, discover the modules and load desired module. On ''greentail52" (debugging) or in submit scripts on queues: amber128, mwgpu, exx96 (centos7 required) 
 + 
 +<code> 
 + 
 +# discover all modules 
 +module use /sanscratch/CENTOS7/easybuild/4.4.2/modules/all 
 + 
 +# view availability 
 +module avail 
 + 
 +# load 
 +module load module_name 
 + 
 +# list modules loaded 
 +module list 
 + 
 +# check, start app, import package (astropy or emcee) 
 +# note that these modules use different python versions 
 +which python 
 + 
 +</code>
  
 ====== Hoomd ====== ====== Hoomd ======
cluster/73.txt · Last modified: 2024/05/15 12:58 by hmeij07