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 [2021/08/27 09:11] jzdoku:spack [2022/03/04 07:16] dfischak
Line 6: Line 6:
   * VSC-4   * VSC-4
  
-=== List available Packages ===+---- 
 +==== List available Packages ====
  
 Most software on VSC4 is installed via spack, to list available software packages use: Most software on VSC4 is installed via spack, to list available software packages use:
Line 48: Line 49:
 </code> </code>
  
-=== Loading modules ===+This will list all available versions of ''py-scipy'' which have been build with ''python@3.7.4'' and any version of ''intel-mkl''
 + 
 +---- 
 +==== Loading modules ====
  
 The ''spack'' command can be used to load software modules. The general form is: The ''spack'' command can be used to load software modules. The general form is:
Line 54: Line 58:
 spack load <package> spack load <package>
 </code> </code>
-''package'' has to be a uniquely define software package where all dependencies have been resolved, e.g.:+''package'' has to be a uniquely defined software package where all dependencies have been resolved, e.g.:
  
 <code> <code>
Line 89: Line 93:
 <code> <code>
 spack load /2cmze2s spack load /2cmze2s
 +</code>
 +
 +<code>
 +print()
 </code> </code>
  
  
  
  • doku/spack.txt
  • Last modified: 2023/05/17 15:26
  • by msiegel