Skip to content
Snippets Groups Projects
Commit bfd282c5 authored by Athanasios Karmas's avatar Athanasios Karmas
Browse files

Update load_sim_tools.sh

parent bad7d979
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,9 @@ echo "Setting up environment..."
cp -r /srv/test-build/spack/.spack ~
source /srv/test-build/spack/share/spack/setup-env.sh
cd /srv/$ENV
spack repo add ebrains-spack-builds
echo "Loading packages..."
spack load -r python %gcc@10.3.0
......@@ -18,7 +21,7 @@ spack load -r py-numpy %gcc@10.3.0
spack load -r py-pip %gcc@10.3.0
spack load -r arbor %gcc@10.3.0
spack load -r neuron %gcc@10.3.0
spack load -r nest %gcc@10.3.0
spack load -r nest@2.20.0 %gcc@10.3.0
echo "Everything ready!"
#echo "Starting Python..."
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment