Skip to content

Commit

Permalink
Merge commit 'd7403c6' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
robertoostenveld committed Apr 24, 2024
2 parents d42c3e0 + d7403c6 commit e93219a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qsub/qsubfeval.m
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
end

hostname = gethostname();
if isempty(queue) && ~compiled && (~isempty(regexp(hostname, '^dccn-c', 'once')) || ~isempty(regexp(hostname, '^mentat', 'once')))
if isempty(queue) && ~compiled && (~isempty(regexp(hostname, '^dccn-c', 'once')) || ~isempty(regexp(hostname, '^mentat', 'once'))) && isequal(backend, 'torque')
% At the DCCN we want the non-compiled distributed MATLAB jobs to be queued in the "matlab" queue. This
% routes them to specific multi-core machines and limits the number of licenses that can be claimed at once.
queue = 'matlab';
Expand Down

0 comments on commit e93219a

Please sign in to comment.