File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed
Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments