Closed FreddieSun closed 5 years ago
Hey @FreddieSun , I think the maximum nodes you can get on the debug queue is 2 nodes (i.e. 48 cpu cores). See https://www.sdsc.edu/support/user_guides/comet.html#running.
You would have to either use a different queue or reduce the number of cpus you specify in the resource description.
Sorry for replying late. Thanks, Vivek.
I met a problem while I submit the EnTK'job to Comet.
The full log is here
Here I am measuring the strong scaling of EnTK. So I fix the task's size to be 192, and change the number of cpu needed. I changed it from 24, 48, 96, 192. For 24, 48, 96, they all work well. However, after i set the number of CPU needed to 192, I got the error.
Here is the code I submit:
Here is my radical-stack
Here is the session's file. session.tar.gz
Any idea? Thank you