Skip to content

Commit

Permalink
Merge pull request #64 from JapeMexDeu/hawk_issue
Browse files Browse the repository at this point in the history
enabling use of queue parameter in hawk
  • Loading branch information
anaegel authored May 16, 2024
2 parents c178cfd + f99ccc6 commit 604ed3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/shell/schedulers/hawk
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function UJS_Submit
if [ -z "$queue" ]; then
qsubqueue=""
else
qsubqueue="-queue $queue"
qsubqueue="-q $queue"
fi

if [ $exclusive == true ]; then
Expand Down

0 comments on commit 604ed3d

Please sign in to comment.