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
This structure was meant to hold info about
the default queue and extra qsub args, but instead
let's delegate the responsibility for those values
to the code that launches tasks using scir (in the case
of cbrain, ClusterTask's submit_cluster_job().
That way, we can substitute the ppn=N values from
the tool_config's ncpu attribute, if we agree for
a convention for it (e.g. if the bourreau's
cms_extra_qsub_args attribute contains something like
"-l node=1:ppn={NCPU}"
then submit_cluster_job() would make the substitution
before passing the string to the job object creator.
The text was updated successfully, but these errors were encountered:
This structure was meant to hold info about
the default queue and extra qsub args, but instead
let's delegate the responsibility for those values
to the code that launches tasks using scir (in the case
of cbrain, ClusterTask's submit_cluster_job().
That way, we can substitute the ppn=N values from
the tool_config's ncpu attribute, if we agree for
a convention for it (e.g. if the bourreau's
cms_extra_qsub_args attribute contains something like
then submit_cluster_job() would make the substitution
before passing the string to the job object creator.
The text was updated successfully, but these errors were encountered: