TACC / tacc_stats

TACC Stats is an automated resource-usage monitoring and analysis package.
GNU Lesser General Public License v2.1
41 stars 15 forks source link

Array jobs not apprearing #48

Open stephenlienharrell opened 9 months ago

stephenlienharrell commented 9 months ago

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.