Discussion:
[torqueusers] torque working last submissions first
Zimmerman, Curtis J. (MSFC-EV42)
2018-04-17 14:43:28 UTC
Permalink
Our group uses qsub to submit individual trajectories for Monte Carlo analysis. This is a perfectly parallel process - none of the trajectories need to know anything but their own input data. Our typical job has 2000 qsubs, so the queue starts with 2000 items in it. Torque is working the last jobs submitted with qsub first (last in first out). We would prefer to have it work the first jobs first (fifo).


[cid:***@01D3D630.89D5C9A0]

Thanks,

Curtis Zimmerman
NASA MSFC EV42
(256) 544-6970
Sathya Perumal
2018-04-18 06:44:56 UTC
Permalink
I'm not expert an expert in a torque however, I faced this issue recently,
and figured out by changing configuration file for fifo order it worked.

"strict_fifo: True ALL" in sched_config file

Sathya




On 17 April 2018 at 20:13, Zimmerman, Curtis J. (MSFC-EV42) <
Post by Zimmerman, Curtis J. (MSFC-EV42)
Our group uses qsub to submit individual trajectories for Monte Carlo
analysis. This is a perfectly parallel process – none of the trajectories
need to know anything but their own input data. Our typical job has 2000
qsubs, so the queue starts with 2000 items in it. Torque is working the
last jobs submitted with qsub first (last in first out). We would prefer
to have it work the first jobs first (fifo).
Thanks,
Curtis Zimmerman
NASA MSFC EV42
(256) 544-6970
_______________________________________________
torqueusers mailing list
http://www.supercluster.org/mailman/listinfo/torqueusers
--
S S R R Perumal PhD
Solid State and Structural Chemistry Unit,
IISc, Bangalore.
***@gmail.com
Sathya Perumal
2018-04-18 15:33:46 UTC
Permalink
I'm not an expert on torque however I faced this issue recently, and
figured out by changing configuration file for fifo order it worked.

"strict_fifo: True ALL" in sched_config file

Sathya
Post by Zimmerman, Curtis J. (MSFC-EV42)
Our group uses qsub to submit individual trajectories for Monte Carlo
analysis. This is a perfectly parallel process – none of the trajectories
need to know anything but their own input data. Our typical job has 2000
qsubs, so the queue starts with 2000 items in it. Torque is working the
last jobs submitted with qsub first (last in first out). We would prefer
to have it work the first jobs first (fifo).
Thanks,
Curtis Zimmerman
NASA MSFC EV42
(256) 544-6970
_______________________________________________
torqueusers mailing list
http://www.supercluster.org/mailman/listinfo/torqueusers
--
S S R R Perumal PhD
Solid State and Structural Chemistry Unit,
IISc, Bangalore
Loading...