[torquedev] [Bug 186] New: torque-4.0.0: routing to routing queue does not work
bugzilla-daemon at supercluster.org
bugzilla-daemon at supercluster.org
Wed Apr 25 17:31:38 MDT 2012
http://www.clusterresources.com/bugzilla/show_bug.cgi?id=186
Summary: torque-4.0.0: routing to routing queue does not work
Product: TORQUE
Version: 3.0.x
Platform: PC
OS/Version: Linux
Status: NEW
Severity: blocker
Priority: P5
Component: pbs_server
AssignedTo: dbeer at adaptivecomputing.com
ReportedBy: siegert at sfu.ca
CC: torquedev at supercluster.org
Estimated Hours: 0.0
Our torque setup involves a default queue, which is a routing queue.
One of its destinations is a routing queue as well:
create queue default
set queue default queue_type = Route
set queue default route_destinations = atlas
set queue default route_destinations += dev
create queue dev
set queue dev queue_type = Route
set queue dev route_destinations = q1
set queue dev route_destinations += qs
set queue dev route_destinations += ql
(q1, qs, ql are execution queues).
When I submit a job, it always ends up in the dev queue, it never gets
delivered into one of the execution queues. As if routing of jobs is
tried once only (from default to dev).
The setup works without problems under torque-2.5.11.
As a consequence I have not been able to test torque-4.0.0 at all;
I cannot get a single job to run.
--
Configure bugmail: http://www.clusterresources.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the torquedev
mailing list