Newer
Older
Athanasios Karmas
committed
#!/bin/bash
#title :load_sim_tools.sh
#description :Script to load simulation software on the Collaboratory Lab containers from the Object Storage at CSCS.
Athanasios Karmas
committed
#date :20210601
Athanasios Karmas
committed
#==============================================================================
echo "Setting up environment..."
cp -r /srv/test-build/spack/.spack ~
source /srv/test-build/spack/share/spack/setup-env.sh
Athanasios Karmas
committed
spack env activate ebrains-spack-builds
Athanasios Karmas
committed
echo "Everything ready!"
#echo "Starting Python..."
#python