1

I am trying to use all the nodes but not able to do so. As CPU load is always around 0.1-0.5. where am i going wrong?

enter image description here

My job is at node 7

#script
#!/bin/bash
#BATCH --job-name=atg7-3-7-3
#SBATCH --output=atg7-3-7-3.out
#SBATCH --nodes=1
#SBATCH --ntasks-per-node=40
#SBATCH --cpus-per-task=1
#SBATCH --mem=128GB
#SBATCH --partition=compute

Other jobs go around 40 to 100. I want to run it at 100 percent of its computing capacity. I am new to slurm.

James Z
  • 12,209
  • 10
  • 24
  • 44
shan
  • 11
  • 2
  • The remaining of the submission script would be necessary to understand what is happening. The show section only concern the resource request, not the resource usage. – damienfrancois Jul 12 '23 at 12:44

0 Answers0