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
We found that when including a slurm array processing line in a slurm batch script, that this prevents any stats information from being recorded.
#SBATCH --array=0-1
We created a simple job (matrix multiplication in R) that includes or doesn't include array processing - using two nodes. The only difference in the batch scripts is including the line above. Both jobs ran correctly to completion. However, the job that includes the array statement fails to appear in the ls6-stats portal. We've seen this behavior in some of our users jobs as well.
The text was updated successfully, but these errors were encountered:
From user:
We found that when including a slurm array processing line in a slurm batch script, that this prevents any stats information from being recorded.
#SBATCH --array=0-1
We created a simple job (matrix multiplication in R) that includes or doesn't include array processing - using two nodes. The only difference in the batch scripts is including the line above. Both jobs ran correctly to completion. However, the job that includes the array statement fails to appear in the ls6-stats portal. We've seen this behavior in some of our users jobs as well.
The text was updated successfully, but these errors were encountered: