Troubleshooting
% nc summary
NC Summary For User bkring
TOTAL JOBS 0 Duration: 0s
Done 0
Idle 0
Queued 0
Running 0
Failed 0
My job won't start!
Often, your job won't start because it is waiting for a resource, usually a license, CPU, or memory.
nc info jobid
nc host
Additionally, a vovtaskers must either be READY or WRKNG (have a free job slot) to accept jobs. Any other condition will prevent the vovtaskers from taking the job.
My job failed!
nc info jobid
- The job failure has nothing to do with Accelerator. Run the job without Accelerator to verify this.
- The job command doesn't exist, possibly because of a typo.
- You are using a wrong, nonexistent, or incomplete environment with the -e. In this case, nc info jobid will tell you that it cannot switch to the environment.
- You have failed to specify (or specified the wrong) architecture or memory
usage. This can be done with the -r option. For example,
-r linux64
for Linux 64 bit or-r RAM/2000
for 2GB of ram.