Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support array job in Slurm for trace capture #325

Open
A-Kokolis opened this issue Nov 4, 2024 · 0 comments
Open

Support array job in Slurm for trace capture #325

A-Kokolis opened this issue Nov 4, 2024 · 0 comments

Comments

@A-Kokolis
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant