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:12] jzdoku:spack [2022/06/27 10:54] – show currently loaded packages and unload all of them lwinkler
Line 47: Line 47:
 <code> <code>
 spack find -lvd py-scipy %intel@19.0.5.281 ^python@3.7.4 ^intel-mkl spack find -lvd py-scipy %intel@19.0.5.281 ^python@3.7.4 ^intel-mkl
 +</code>
 +
 +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> </code>
  
Line 93: Line 100:
 </code> </code>
  
 +Unload all currently loaded packages: 
 +<code> 
 +spack unload --all 
 +</code>
  
  • doku/spack.txt
  • Last modified: 2023/05/17 15:26
  • by msiegel