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
After that, the submit_batch_job function is supposed to do the actual grouping. This function is called by submit2if temporal_grouping is within the option list. Inside the loop by_options_jobs.each do |runner_options,jobs| of submit2, I only get the following options:
{"besteffort"=>true, "batch_id"=>2}.
I thinks those options are related to the default configuration of the runner and are not related to the campaign properties (?) but bottom line, the function submit_batch_job is not called (as temporal_grouping is absent from the option list).
CiGri provides two options for grouping task into OAR jobs:
single submission if possible
in a single submission. The number of jobs is computed automatically
by Cigri
Before advising users to use this feature, we should check if these options work as expected.
The text was updated successfully, but these errors were encountered: