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
ALICE needs a possibility to specify different number of CPU and task slots.
But instead of opening each RMS option one by one, DDS should give a possibility to provide all additional agreements via an inline script.
ToolsAPI's Submit request should implement a string field, which users can use to push their additional RMS arguments in. This inline data will be then injected into the final job script, per plug-in.
The text was updated successfully, but these errors were encountered:
AnarManafov
changed the title
Add CPU requirement for submit (command/ToolsAPI)
ToolsAPI: submit command should accept an inline RMS configuration script
Jun 3, 2022
…onfiguration script
dds-tools-api: Added: Users can define additional job RMS configuration via SSubmitRequestData::m_inlineConfig. It will be inlined as is into the final job script. (FairRootGroupGH-449)
dds-submit: Added: The command learned a new argument --inline-config. Content of this string will be added to the RMS job configuration file as is. It can be specified multiple times to add multiline options. (FairRootGroupGH-449)
ALICE needs a possibility to specify different number of CPU and task slots.
But instead of opening each RMS option one by one, DDS should give a possibility to provide all additional agreements via an inline script.
ToolsAPI's Submit request should implement a string field, which users can use to push their additional RMS arguments in. This inline data will be then injected into the final job script, per plug-in.
The text was updated successfully, but these errors were encountered: