Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The examples above show how to check what grid applications are installed, the runtime environment of a job and what file systems are mounted.

Checking and killing your jobs

You can see the status of all jobs using the following command:

...

Or to check the jobs submitted by user <username>:

No Format
condor_q  -submitter <username>

You can view information about all requests and with the following command:

No Format

condor_status  -submitters

To cancel a job type condor_rm followed by the job number:

No Format

condor_rm <job number>