This version is outdated by a newer approved version.DiffThis version (2021/08/26 07:03) is a draft.
Approvals: 0/1

This is an old revision of the document!


List available Packages

Most software on VSC4 is installed via spack, to list available software packages use:

spack find

List all available packages compiled with a specific compiler (gcc 9.1.0 in this example):

spack find %gcc@9.1.0

A specific version can be requested as well:

spack find openmpi@4.1.0

List a specific version compiled with a specific compiler:

spack find openmpi@4.1.0%gcc@9.1.0
  • doku/spack.1629961397.txt.gz
  • Last modified: 2021/08/26 07:03
  • by mhickel