Skip to content
GitLab
  • Explore
  • Sign in
  • SharkShark
  • SHARKSHARK
  • Wiki
  • Errorqueue

Errorqueue · Changes

Page history
Original Shark Trac Wiki, converted to gitlab markdown authored Nov 06, 2015 by Villerius's avatar Villerius
Hide whitespace changes
Inline Side-by-side
Errorqueue.md 0 → 100644
View page @ 20a398d4
# Why won't my job run?
----
If your job shows "Eqw" or "qw" state when you run qstat. Check your job with:
qstat -j <job number>
Did your job ran but something else isn't working, get more info with:
qacct -j <job number>
Check the lines with "failed" and/or "exit_status"
If you have an "access denied" message somewhere in your job explanation, you probably have a permission problem. Your user account does not have the privileges to read from/write to where you told it (this happens with the -e and -o options to qsub often). Check if you can write to the specified directories.
To avoid permissions problems, cd into the directory on the NFS where you want your job to run, and submit from there using qsub -cwd to make sure it runs in that same directory on all the nodes.
Not a permissions problem? Maybe the nodes or the queues are unreachable. Check this with:
qstat -f
or with more detail
qstat -F
Clone repository
  • AccessingGridStorage
  • ChangePasswd
  • CheckpointingQueue
  • Configuration
  • Contact_info_shark
  • DescriptionExenode
  • EnvironmentModules
  • Errorqueue
  • Examples
  • Examples_slurm
  • FAQ
  • FineTune__SLASH__Solutions
  • GetConnected
  • Graphical
  • Graphicalview
View All Pages