Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Submit feedback
    • Contribute to GitLab
  • Sign in
SHARK
SHARK
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 1
    • Issues 1
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Commits
  • Issue Boards
  • Shark
  • SHARKSHARK
  • Wiki
  • Errorqueue

Errorqueue

Last edited by mpvillerius Nov 06, 2015
Page history

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
  • FAQ
  • FineTune__SLASH__Solutions
  • GetConnected
  • Graphical
  • Graphicalview
  • Guidelines
More Pages

New Wiki Page

Tip: You can specify the full path for the new file. We will automatically create any missing directories.