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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: