We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f247fc + 54b7203 commit b0979c2Copy full SHA for b0979c2
1 file changed
_includes/al9_setup_2025a.md
@@ -1,13 +1,18 @@
1
~~~
2
# find a spack environment and set it up
3
-# setup spack (pre spack 1.0 version)
+# setup spack
4
5
-# this is for spack v1.0/devel - tutorial
+# 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"
10
-echo "setup-tutorial.sh"
-. /cvmfs/dune.opensciencegrid.org/dune-spack/spack-develop-fermi/setup-env.sh
-spack env activate dune-tutorial
-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
16
17
echo "load GCC and CMAKE so don't use system"
18
echo "GCC"
0 commit comments