Skip to content

Commit b0979c2

Browse files
authored
Merge pull request #43 from hschellman/Jan26-update
new al9 setup
2 parents 4f247fc + 54b7203 commit b0979c2

1 file changed

Lines changed: 11 additions & 6 deletions

File tree

_includes/al9_setup_2025a.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
~~~
22
# find a spack environment and set it up
3-
# setup spack (pre spack 1.0 version)
3+
# setup spack
44
5-
# this is for spack v1.0/devel - tutorial
5+
# this is for spack v1.1
6+
echo "setup-prototype.sh"
7+
. /cvmfs/dune.opensciencegrid.org/spack/setup-env.sh
8+
spack env activate dune-prototype
9+
echo "Activated dune-prototype"
610
7-
echo "setup-tutorial.sh"
8-
. /cvmfs/dune.opensciencegrid.org/dune-spack/spack-develop-fermi/setup-env.sh
9-
spack env activate dune-tutorial
10-
echo "Activate dune-tutorial"
11+
echo "load GCC and CMAKE so don't use system"
12+
echo "GCC"
13+
spack load gcc@12.5.0 arch=linux-almalinux9-x86_64_v2
14+
echo "CMAKE"
15+
spack load cmake
1116
1217
echo "load GCC and CMAKE so don't use system"
1318
echo "GCC"

0 commit comments

Comments
 (0)