Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[condor-users] requiring a project code to start a job
- Date: Thu, 06 May 2004 18:43:46 -0500
- From: "David A. Kotz" <dkotz@xxxxxxxxxxxxx>
- Subject: [condor-users] requiring a project code to start a job
Those who decide such things have decided that jobs must be submitted
with a project code so that we can keep track of how the clusters are
being used.
I was thinking of requiring something like this in the submit file:
+Project = "validproject1"
and having a START expression like the following in the condor_config:
START = ( (KeyboardIdle > $(StartIdleTime)) && \
$(CPUIdle) || \
(State != "Unclaimed" && State != "Owner") &&\
((TARGET.Project == validprject1) ||\
(TARGET.Project == validproject2) ))
Will that reject jobs submitted without a project specified?
If so, how could I capture this project information for reporting?
--
David A. Kotz <dkotz@xxxxxxxxxxxxx>
Condor Support Information:
http://www.cs.wisc.edu/condor/condor-support/
To Unsubscribe, send mail to majordomo@xxxxxxxxxxx with
unsubscribe condor-users <your_email_address>