Skip to content

Commit

Permalink
Merge pull request #91 from Moritz921/master
Browse files Browse the repository at this point in the history
Fix pbs generic scheduler
  • Loading branch information
anaegel authored Jun 26, 2024
2 parents c4d504a + 2a54c5c commit dba4ef6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/shell/schedulers/pbs-generic
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function UJS_Submit


# PBSnodes="-l select=$nnodes:node_type=rome:mpiprocs=$nppn"
PBSnodes=""
PBSnodes="-l select=$nnodes:ncpus=$nppn:mpiprocs=$nppn"


if [ -z "$queue" ]; then
Expand Down Expand Up @@ -82,7 +82,7 @@ function UJS_Submit
exit
fi
jobid=`echo $jobid | sed 's/\([0-9]*\).*/\1/'`
fi
fi
}


Expand Down

0 comments on commit dba4ef6

Please sign in to comment.