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

test setup

parent 8c8c6cec
Branches
Tags
3 merge requests!125Release v0.10.0,!124Update Master to new version v0.10.0,!97Felix issue106 hpc modules for juwels
Pipeline #35696 passed
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