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

test setup

parent 8c8c6cec
No related branches found
No related tags found
Loading
Checking pipeline status
basepath=${PWD}
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..."
else
echo "Unknown hpc host \`$HOSTNAME\`. Script only works on juwels and hdfml."
# hpcsys="juwels" #remove that later
echo "exit"
exit
fi
source HPC_setup/setup_venv${hpcsys}.sh $basepath/$settingpath
#source $settingpath/testcall_juwels.sh $basepath/$settingpath
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment