File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -57,9 +57,12 @@ echo "geo_dir: "${geo_dir}
5757if [ " ${SYSTEMNAME} " == " juwels" ]; then
5858check_var_def npnode 48 " Taking user setting for npnode "
5959check_var_def partition batch " Taking user setting and partition "
60- elif [ " ${SYSTEMNAME} " == " jurecadc" ] || [ " ${SYSTEMNAME} " == " jusuf " ] ; then
60+ elif [ " ${SYSTEMNAME} " == " jurecadc" ]; then
6161check_var_def npnode 128 " Taking user setting for npnode "
6262check_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 "
6366else
6467if ( [ -z $npnode ] | [ -z $partition ] ); then
6568echo " No npnode and/or partition for machine '$SYSTEMNAME '. Valid machine defaults for juwels/jurecadc/jusuf."
You can’t perform that action at this time.
0 commit comments