Page History

Turn Off History

This is a collection of various magic numbers in Condor- and Grid-related software. These are mostly extracted from the source files for the software in question.

Originally written by Alan De Smet. Expanded by Jaime Frey.

Condor

Universe

JobUniverse in job ClassAds

0 Min A placeholder, not a universe
1 Standard Single process relinked jobs
2 Pipe A placeholder, no longer used
3 Linda A placeholder, no longer used
4 PVM Parallel Virtual Machine apps
5 Vanilla Single process non-relinked jobs
6 PVMD PVM daemon process
7 Scheduler A job run under the schedd
8 MPI Message Passing Interface jobs
9 Grid / Globus Jobs managed by condor_gridmanager (V6.6: always Globus, V6.7: grid_type=gt2, gt3, gt4, condor, oracle, nordugrid...)
10 Java Jobs for the Java Virtual Machine
11 Parallel Generalized parallel jobs
12 Local A job run under the schedd using a starter (advanced form of Scheduler)
13 Max A placeholder, not a universe

Job Status

JobStatus in job ClassAds
0 Unexpanded U
1 Idle I
2 Running R
3 Removed X
4 Completed C
5 Held H
6 Submission_err E

Notification

JobNotification in job ClassAds
0 Never
1 Always
2 Complete
3 Error