You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, our config files (JSON) describe the information of available queues on a given cluster and are not easily customizable. For instance, when loading queues from a config file, the keys of the returned dictionary must correspond to an actual queue name on the cluster (i.e. the PBS option -q). Also, there is no way, in the config of a queue, to add additional PBS options (e.g. -l feature=k80).
What should be done:
Support custom queue name in the config files.
Add the PBS option -q (the actual name of the queue to use) as an additional information for each queue.
Allow adding PBS option -l as additional information for each queue.
The text was updated successfully, but these errors were encountered:
Maybe BatchConfig would be less confusing. It could contain definition for all (or many) of smart-dispatch's parameters, including the queue. It would be passed with a new parameter, not to -q.
Right now, our config files (JSON) describe the information of available queues on a given cluster and are not easily customizable. For instance, when loading queues from a config file, the keys of the returned dictionary must correspond to an actual queue name on the cluster (i.e. the PBS option -q). Also, there is no way, in the config of a queue, to add additional PBS options (e.g.
-l feature=k80
).What should be done:
-q
(the actual name of the queue to use) as an additional information for each queue.-l
as additional information for each queue.The text was updated successfully, but these errors were encountered: