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

fix setup call for hdfml

parent 08a80e24
No related branches found
No related tags found
Loading
Checking pipeline status
......@@ -5,12 +5,11 @@ settingpath=HPC_setup/
if [[ $HOSTNAME == *"juwels"* ]]; then
echo "You are on juwels. Prepare env for juwels..."
hpcsys="juwels"
echo "host ist juwels"
elif [[ $HOSTNAME == *"hdfml"* ]]; then
echo "You are on hdfml. Prepareenv for hdfml..."
hpcsys="hdfml"
else
echo "Unknown hpc host \`$HOSTNAME\`. Script only works on juwels and hdfml."
# hpcsys="juwels" #remove that later
echo "exit"
exit
fi
......
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