[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Condor-users] adding extra classad attributes



Thanks,

JK
> -----Original Message-----
> From: Nick LeRoy [mailto:nleroy@xxxxxxxxxxx]
> Sent: 26 July 2004 15:29
> To: Condor-Users Mail List
> Subject: Re: [Condor-users] adding extra classad attributes
> 
> 
> On Mon July 26 2004 9:06 am, Lila Klektau wrote:
> > They're in the administrator's section under configuration:
> >
> > http://www.cs.wisc.edu/condor/manual/v6.6/3_3Configuration.html
> >
> > > ... See
> > > http://www.cs.wisc.edu/condor/hawkeye
> > > and the documentation on the STARTD_CRON_NAME and
> > > STARTD_CRON_JOBS macros in
> > > the Condor manual.
> > >
> > > Hope this helps
> > >
> > > -Nick
> >
> > Which section of the manual are these documented in?
> 
> Here's an example (from my condor_config on one of my 
> personal condor setups):
> 
> MODULES = $(CD)/modules
> STARTD_CRON_NAME = Cron
> CRON_JOBS = 
> 
> ##
> ## Configuration for Module w
> ##	Monitors the users, uptime, and load averages of the system
> ##	(based on the "w" program)
> CRON_JOBS = $(CRON_JOBS) w:w_:$(MODULES)/w:5m:
> ##  Parameters for module w:
> ##
> ## End of Configuration for Module w
> ##
> 
> ##
> ## Configuration for Module test
> ##      Test module
> CRON_JOBS = $(CRON_JOBS) test:test_:$(MODULES)/test:5m:
> ##  Parameters for module w:
> ##
> ## End of Configuration for Module w
> ##
> 
> 
> -- 
>            <<< The matrix has you. >>>
>  /`-_    Nicholas R. LeRoy               The Condor Project
> {     }/ http://www.cs.wisc.edu/~nleroy  http://www.cs.wisc.edu/condor
>  \    /  nleroy@xxxxxxxxxxx              The University of Wisconsin
>  |_*_|   608-265-5761                    Department of 
> Computer Sciences
> _______________________________________________
> Condor-users mailing list
> Condor-users@xxxxxxxxxxx
> http://lists.cs.wisc.edu/mailman/listinfo/condor-users
>