Skip to content
Snippets Groups Projects
Select Git revision
  • 1933ee72bb2d998e08ca0f992d5ed2782bd489a6
  • master default protected
  • noelp-master-patch-87404
  • disable-view
  • experimental_rel
  • test_quiggeldy_service
  • update-arbor-0.10.0
  • image_build
  • spack_v0.22.1
  • ebrains-24-04
  • update-readme
  • create-module-file
  • add-nestml-tests
  • feat_add_py-norse
  • update-libneuroml
  • update-bluebrain-packages
  • feat_arbor_install_all_binaries
  • ebrains-23.09-jsc-site-config
  • spack-v0.20.0
  • ebrains-23-09-spack-v0.19.2
  • ebrains-23-09
21 results

load_sim_tools.sh

Blame
  • load_sim_tools.sh 741 B
    #!/bin/bash
    #title           :load_sim_tools.sh
    #description     :Script to load simulation software on the Collaboratory Lab containers from the Object Storage at CSCS.
    #author          :Athanasios Karmas
    #date            :20210601   
    #usage           :source ./load_sim_tools.sh
    #==============================================================================
    
    echo "Setting up environment..."
    
    cp -r /srv/test-build/spack/.spack ~
    source /srv/test-build/spack/share/spack/setup-env.sh
    
    echo "Loading packages..."
    
    spack load -r python %gcc@10.3.0
    spack load -r py-numpy %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
    
    echo "Everything ready!"
    #echo "Starting Python..."
    #python