Info |
---|
Some commands only work for privileged accounts. Please contact Computerome support if you need to run these. |
Canceling a given job:
Cancel job
Code Block |
---|
language | powershell |
---|
theme | RDark |
---|
|
$ mjobctl -c <jobid> |
Code Block |
---|
language | powershell |
---|
theme | RDark |
---|
|
$ canceljob <jobid> |
Force cancel job - try this if regular cancel fails
Code Block |
---|
language | powershell |
---|
theme | RDark |
---|
|
$ mjobctl -F <jobid> |
Canceling all jobs of a given user (privileged command):
Code Block |
---|
language | powershell |
---|
theme | RDark |
---|
|
# mjobctl -c -w user=<someuser> |
Re-queue a job (privileged command):
Code Block |
---|
language | powershell |
---|
theme | RDark |
---|
|
# mjobctl -R <jobex> |
Change walltime (privileged command):
Changing the wallclock limit of a job by 10 hours 11 minutes and 12 seconds (request Computerome Support in good time to extend walltime for running job):
Code Block |
---|
language | powershell |
---|
theme | RDark |
---|
|
# mjobctl -m wclimit+=10:11:12 <jobex> |
<jobex> is a regex(7) regular expression preceeded by x: e.g. "x:abc12[0-9]"
Get status if fair-share:
Code Block |
---|
language | powershell |
---|
theme | RDark |
---|
|
$ diagnose -f |
Check resource usage of completed job (privileged command):
Code Block |
---|
language | powershell |
---|
theme | RDark |
---|
|
# tracejob -v <jobid> |
Check job status:
Code Block |
---|
language | powershell |
---|
theme | RDark |
---|
|
$ checkjob -v <jobid> |
Check when job will run:
Code Block |
---|
language | powershell |
---|
theme | RDark |
---|
|
$ showstart <jobid> |