Campuses:
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
computing:department:unix:jobs:condor [2015/12/14 16:28] – allan | computing:department:unix:jobs:condor [2015/12/14 16:43] (current) – [Where do jobs run] allan | ||
---|---|---|---|
Line 35: | Line 35: | ||
==== Use vanilla environment ==== | ==== Use vanilla environment ==== | ||
- | |||
Unless you've specifically used '' | Unless you've specifically used '' | ||
Line 42: | Line 41: | ||
| | ||
==== Limit email output ==== | ==== Limit email output ==== | ||
- | |||
Notification = error | Notification = error | ||
Line 48: | Line 46: | ||
==== Request slot resources ==== | ==== Request slot resources ==== | ||
+ | Almost all our condor slots are set up as " | ||
+ | request_cpus = 1 | ||
+ | request_memory = 2048 | ||
- | Almost all our condor slots are set up as " | + | ==== think about your data access ==== |
- | * '' | + | Never use your home directory for job i/o - you should probably be using a '' |
- | * '' | + | |
- | * '' | + | |
===== Where do jobs run ===== | ===== Where do jobs run ===== | ||
Line 63: | 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 ===== |
+ | Some commands to help analyze why your jobs isn't matching | ||
+ | |||
+ | condor_q -analyze < | ||
+ | condor_q -better < | ||
+ | | ||
+ | Why is job not running on a particular machine | ||
+ | condor_q -better < | ||
+ | condor_q -better: | ||
+ | | ||
+ | |