Skip to content

3.7.15

Compare
Choose a tag to compare
@AnarManafov AnarManafov released this 10 Jun 12:32
· 79 commits to master since this release

DDS Core

Fixed: Fix task scheduler to ignore custom requirements

ToolsAPI

Added: Users can define additional job RMS configuration via SSubmitRequestData::m_inlineConfig. It will be inlined as is into the final job script. (#449)
Added: SSubmitRequestData supports flags. See SSubmitRequestData::setFlag and SSubmitRequestData::ESubmitRequestFlags. (#442)

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. (#449)
Added: The command learned a new argument --enable-overbooking. The flag instructs DDS RMS plug-ing to not specify any CPU requirement for RMS jobs. (#442)

DDS SLURM plug-in

Modified: The #SBATCH --cpus-per-task=%DDS_NSLOTS% requirement is now can be disabled by providing the "enable-overbooking" flag (ToolsAPI or dds-submit). (#442)