-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
|
Thanks for reporting this. It appears that your cluster's job IDs are strings, not integers. Before I can proceed with a fix, I need to understand how (substitute the IDs of some jobs that are currently executing). Please share the output of these commands so that I can confirm they behave as expected. Please also paste text as text formatted as a code block to improve readability and allow text based copy and paste.
row is a thin interface between your workflow and the scheduler. You are expected to pass whatever arguments are needed to request the intended resources on your cluster's specific SLURM configuration. |
Beta Was this translation helpful? Give feedback.

Please test the branch
fix-sbatch-parsing: #197. It ignores non-numeric characters insbatchoutput.To replace
--gpus-per-taskwith another string, setslurm_gpus_per_taskin yourclusters.tomlfile. For example:https://row--197.org.readthedocs.build/en/197/clusters/cluster.html#slurm_gpus_per_task