Campuses:
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
computing:department:unix:jobs:condor [2015/12/14 16:42] – allan | computing:department:unix:jobs:condor [2015/12/14 16:43] (current) – [Where do jobs run] allan | ||
---|---|---|---|
Line 62: | Line 62: | ||
+CondorGroup = " | +CondorGroup = " | ||
- | In additionl, you can let your jobs run on **any** cluster | + | In addition, you can let your jobs run on **any** cluster, with the condition that it will be pre-empted (ie killed) if a job with a higher rank (based on the group owning the cluster) needs to run. You can enable this behavior with: |
+CanEvict = True | +CanEvict = True | ||
- | |||
- | In this case your job can run on any cluster, but will be pre-empted (ie killed) if a job with a higher rank (based on the group owning the cluster) needs to run. | ||
===== Why won't my job run ===== | ===== Why won't my job run ===== |