Skip to content
Snippets Groups Projects
Select Git revision
  • 744a6c388e3cdbe1a97c5038d0131b34852feffc
  • main default protected
  • 0.50.0
  • 0.49.0
  • 0.48.0
  • 0.48.0-rc1
  • 0.47.0
  • 0.47.0-rc2
  • 0.47.0-rc1
  • 0.46.0
  • 0.45.0
  • 0.44.0
  • 0.43.0
  • 0.42.0
  • 0.42.0-rc4
  • 0.42.0-rc3
  • 0.42.0-rc2
  • 0.42.0-rc1
  • 0.41.0
  • 0.40.0
  • 0.40.0-rc7
  • 0.40.0-rc6
22 results

generate-release-notes.sh

Blame
  • setupHPC.sh 639 B
    
    basepath=${PWD}/
    settingpath=HPC_setup/
    
    if [[ $HOSTNAME == *"juwels"* ]]; then
      echo "You are on juwels. Prepare env for juwels..."
      hpcsys="juwels"
    elif [[ $HOSTNAME == *"hdfml"* ]]; then
      echo  "You are on hdfml. Prepare env for hdfml..."
      hpcsys="hdfml"
    else
      echo "Unknown hpc host \`$HOSTNAME\`. Script only works on juwels and hdfml."
      echo "exit"
      exit
    fi
    
    echo "execute: HPC_setup/setup_venv_${hpcsys}.sh $basepath$settingpath"
    source HPC_setup/setup_venv_${hpcsys}.sh $basepath$settingpath
    
    echo "execute: HPC_setup/create_runscripts_HPC.sh $hpcsys $basepath"
    source HPC_setup/create_runscripts_HPC.sh $hpcsys $basepath