Skip to content

Commit 4f247fc

Browse files
authored
revert back to September instructions due to root: access problem in spack 1.1
revert back to September instructions due to root: access problem in spack 1.1
1 parent 5449102 commit 4f247fc

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

_includes/al9_setup_2025a.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,18 @@
22
# find a spack environment and set it up
33
# setup spack (pre spack 1.0 version)
44
5-
# this is for spack v1.0
6-
source /cvmfs/dune.opensciencegrid.org/spack/v1.0/share/spack/setup-env.sh
7-
echo "Activate dune-workflow"
8-
spack env activate dune-workflow
9-
echo "load GCC"
10-
echo "GCC"
11-
spack load gcc@12.5.0 arch=linux-almalinux9-x86_64_v2
5+
# this is for spack v1.0/devel - tutorial
126
13-
echo "PY-PIP"
14-
spack load py-pip@23.1.2%gcc@11.4.1 arch=linux-almalinux9-x86_64_v3
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"
1511
12+
echo "load GCC and CMAKE so don't use system"
13+
echo "GCC"
14+
spack load gcc@12.5.0 arch=linux-almalinux9-x86_64_v2
15+
echo "CMAKE"
16+
spack load cmake
1617
~~~
1718
{: .language-bash}
1819

0 commit comments

Comments
 (0)