FAQ
How do I acknowlege my usage of M3?
I can't start a Strudel desktop
If you see an error message including Disk quota exceeded
, you have almost certainly filled
up your home directory. Strudel needs to write to files in your home directory, so if you
have used up all of your home storage quota, then Strudel will
fail. See Run over your storage quota? for cleaning up your home directory
to resolve this.
Why is my job pending?
M3 uses the Slurm fair-share scheduler. Your job is given a priority and placed in a queue. You can view the anticipated start time of your job with squeue
squeue --start -u $USER
However a N/A
start time means that the scheduler has not yet found an available slot for your job.
You can not change your position in the queue. If you are waiting for a long time, please examine previous jobs (See here) and check that you are asking for the correct amount of resources. You should not request more in your Slurm request than what your job will actually use.
What do the squeue messages mean?
The reason for a pending job is shown with squeue in the NODELIST(REASON) column. e.g.
squeue --jobs 12345,12346,12348
JOBID PARTITION NAME USER ST TIME NODES NODELIST(REASON)
12345 debug job1 dave R 0:21 4 m3d[9-12]
12346 debug job2 dave PD 0:00 8 (Resources)
12348 debug job3 ed PD 0:00 4 (Priority)
Please look at our squeue page for a more detailed explanation of these fields.