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
In Slurm job arrays are in the form _.
However, when running dyno gputrace the --job-id is not expected to be a string.
This results in an error:
dyno --hostname hostA gputrace --job-id 36199_0 --process-limit 8 --log-file <path to log> --iterations 1
error: Invalid value "36199_0" for '--job-id <JOB_ID>': invalid digit found in string
For more information try --help
The gputrace command works if we pass the raw jobID for the Slurm job instead, but it is easier to pass the array job id that is shown with sinfo in Slurm.
This issue is about adding this feature to support the array job when calling the dyno gputrace command.
The text was updated successfully, but these errors were encountered:
In Slurm job arrays are in the form _.
However, when running
dyno gputrace
the--job-id
is not expected to be a string.This results in an error:
The
gputrace
command works if we pass the raw jobID for the Slurm job instead, but it is easier to pass the array job id that is shown withsinfo
in Slurm.This issue is about adding this feature to support the array job when calling the
dyno gputrace
command.The text was updated successfully, but these errors were encountered: