Skip to content

Commit 0785af4

Browse files
author
user
committed
Fix parition for JUSUF
1 parent a3e2a46 commit 0785af4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ctl/control_tsmp2.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,12 @@ echo "geo_dir: "${geo_dir}
5757
if [ "${SYSTEMNAME}" == "juwels" ]; then
5858
check_var_def npnode 48 "Taking user setting for npnode "
5959
check_var_def partition batch "Taking user setting and partition "
60-
elif [ "${SYSTEMNAME}" == "jurecadc" ] || [ "${SYSTEMNAME}" == "jusuf" ]; then
60+
elif [ "${SYSTEMNAME}" == "jurecadc" ]; then
6161
check_var_def npnode 128 "Taking user setting for npnode "
6262
check_var_def partition dc-cpu "Taking user setting and partition "
63+
elif [ "${SYSTEMNAME}" == "jusuf" ]; then
64+
check_var_def npnode 128 "Taking user setting for npnode "
65+
check_var_def partition batch "Taking user setting and partition "
6366
else
6467
if ( [ -z $npnode] | [ -z $partition ] ); then
6568
echo "No npnode and/or partition for machine '$SYSTEMNAME'. Valid machine defaults for juwels/jurecadc/jusuf."

0 commit comments

Comments
 (0)