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
When running DPGEN with Slurm, the job ID is parsed from the output of sbatch. However, the output is in the form: Submitted batch job 123
But 'dpdispatcher' parser incorrectly extracts Submitted as the job ID.
So how can i control the parameters in 'machine.json' to handle this or how to add the --parsable flag to the sbatch command when DPGEN is used.