Skip to content
Snippets Groups Projects
Commit fd2d6d40 authored by Felix Kleinert's avatar Felix Kleinert
Browse files

update setupHPC

parent 169b22ef
No related branches found
No related tags found
3 merge requests!125Release v0.10.0,!124Update Master to new version v0.10.0,!97Felix issue106 hpc modules for juwels
Pipeline #35762 passed
......@@ -6,7 +6,7 @@ if [[ $HOSTNAME == *"juwels"* ]]; then
echo "You are on juwels. Prepare env for juwels..."
hpcsys="juwels"
elif [[ $HOSTNAME == *"hdfml"* ]]; then
echo "You are on hdfml. Prepareenv for hdfml..."
echo "You are on hdfml. Prepare env for hdfml..."
hpcsys="hdfml"
else
echo "Unknown hpc host \`$HOSTNAME\`. Script only works on juwels and hdfml."
......@@ -14,7 +14,9 @@ else
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment