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
3 merge requests!125Release v0.10.0,!124Update Master to new version v0.10.0,!97Felix issue106 hpc modules for juwels
Pipeline #35730 passed with warnings
...@@ -5,12 +5,11 @@ settingpath=HPC_setup/ ...@@ -5,12 +5,11 @@ settingpath=HPC_setup/
if [[ $HOSTNAME == *"juwels"* ]]; then if [[ $HOSTNAME == *"juwels"* ]]; then
echo "You are on juwels. Prepare env for juwels..." echo "You are on juwels. Prepare env for juwels..."
hpcsys="juwels" hpcsys="juwels"
echo "host ist juwels"
elif [[ $HOSTNAME == *"hdfml"* ]]; then elif [[ $HOSTNAME == *"hdfml"* ]]; then
echo "You are on hdfml. Prepareenv for hdfml..." echo "You are on hdfml. Prepareenv for hdfml..."
hpcsys="hdfml"
else else
echo "Unknown hpc host \`$HOSTNAME\`. Script only works on juwels and hdfml." echo "Unknown hpc host \`$HOSTNAME\`. Script only works on juwels and hdfml."
# hpcsys="juwels" #remove that later
echo "exit" echo "exit"
exit exit
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment