Skip to content

Commit

Permalink
getting_started/spack.md: use --fresh even for the first concretize
Browse files Browse the repository at this point in the history
  • Loading branch information
harshula committed Oct 2, 2024
1 parent d0f6913 commit cec75b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting_started/spack.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ git clone https://github.com/ACCESS-NRI/ACCESS-TEST.git
spack env create test ACCESS-TEST/spack.yaml
spack env activate -p test
spack find
spack concretize -f
spack concretize -f --fresh
spack install --verbose
spack find
spack uninstall --remove --all
Expand Down

0 comments on commit cec75b2

Please sign in to comment.