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

Improve Slurm result parsing #104

Open
richcar58 opened this issue Sep 25, 2024 · 0 comments
Open

Improve Slurm result parsing #104

richcar58 opened this issue Sep 25, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@richcar58
Copy link

Tapis Jobs looks for the string "Submitted batch job " followed by some number of digits on the last line of the console output from a successful sbatch call. Some installations of Slurm sbatch, or some local variant or wrapper script, can sometimes output another line of text after the line we expect. Change the code sbatch parsing code to look at all output lines in reverse order and use the first one that fits the expected format.

@richcar58 richcar58 added the enhancement New feature or request label Sep 25, 2024
@richcar58 richcar58 self-assigned this Sep 25, 2024
@richcar58 richcar58 moved this from To Do to Develop in Tapis Project Beta Board Oct 7, 2024
@richcar58 richcar58 moved this from Develop to Staging in Tapis Project Beta Board Oct 9, 2024
@richcar58 richcar58 moved this from Staging to Done/Production in Tapis Project Beta Board Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

No branches or pull requests

1 participant