
| llsubmit | jobscript | submits your job to the LoadLeveler system |
| llq | job-ID | checks the status of specified job |
| llq | -u your-uid | checks the status of your jobs |
| llq | -s job-ID | gives verbose information about status of jobs. (may e.g. help if you want to find out why the scheduler does not start your job) |
| llcancel | job-ID | cancels your batch job |
| llstatus | [options] | returns status information about the system |
| llclass | [options] | lists all available job classes |
| TORQUE command | LL command | |
|---|---|---|
| Job submission | qsub [scriptfile] | llsubmit [scriptfile] |
| Job deletion | qdel [job_id] | llcancel [job_id] |
| Job status (for user) | qstat -u [username] | llq -u [username] |
| Extended job status | qstat -f [job_id] | llq -l [job_id] |
| Hold a job temporarily | qhold [job_id] | llhold [job_id] |
| Release job hold | qrls [job_id] | llhold -r [job_id] |
| List of usable queues | qstat -Q | llclass |
Use this command:
| llq -l |
|---|
Use this command:
| llq -l |
|---|
If your job is a valid job there are several possible reasons for it to be queued for a long time and/or to be overtaken ...
... later submitted jobs with a higher priority (usually these have used less of their share then your job).
--- by jobs with lower priority that are sufficiently small and specified a wall clock limit to allows them to be considered for backfilling
llq -s
gives information about status of jobs (may e.g. help if you want to find out why the scheduler does not start your job).
Copyright © 2014 - All Rights Reserved - Domain Name
Template by OS Templates