Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [condor-users] requiring a project code to start a job
- Date: Thu, 06 May 2004 18:49:20 -0500
- From: "David A. Kotz" <dkotz@xxxxxxxxxxxxx>
- Subject: Re: [condor-users] requiring a project code to start a job
Assuming, of course, that I proofread the condor_config, spell things
correctly, and put quotes where they belong. D'oh!
- dave
On Thu, 2004-05-06 at 18:43, David A. Kotz wrote:
> 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?
--
WARNING:
* Tapioca ball must chew before swallow
* Children under 5 not suggest to eat
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>