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
Previous revision
Next revisionBoth sides next revision
doku:spack [2022/03/04 07:16] – [Loading modules] dfischakdoku:spack [2023/05/17 14:39] msiegel
Line 3: Line 3:
 [[https://spack.readthedocs.io/en/latest/basic_usage.html|Official documentation of SPACK]] [[https://spack.readthedocs.io/en/latest/basic_usage.html|Official documentation of SPACK]]
  
-Available on the following clusters: + 
-  * VSC-4+==== New Spack without Environments ==== 
 + 
 +[[doku:spack-transition | Transition to new SPACK without Environments]]
  
 ---- ----
 ==== List available Packages ==== ==== List available Packages ====
  
-Most software on VSC4 is installed via spack, to list available software packages use:+Most software on VSC4/5 is installed via spack, to list available software packages use:
  
 <code> <code>
Line 50: Line 52:
  
 This will list all available versions of ''py-scipy'' which have been build with ''python@3.7.4'' and any version of ''intel-mkl''. This will list all available versions of ''py-scipy'' which have been build with ''python@3.7.4'' and any version of ''intel-mkl''.
 +
 +List all currently loaded packages:
 +<code>
 +spack find --loaded
 +</code>
  
 ---- ----
Line 95: Line 102:
 </code> </code>
  
 +Unload all currently loaded packages:
 +<code>
 +spack unload --all
 +</code>
  
  • doku/spack.txt
  • Last modified: 2023/05/17 15:26
  • by msiegel