Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] Turning off message printed out
- Date: Wed, 7 Dec 2005 16:36:55 -0600 (CST)
- From: "R. Kent Wenger" <wenger@xxxxxxxxxxx>
- Subject: Re: [Condor-users] Turning off message printed out
On Tue, 29 Nov 2005, Alexander Dietz wrote:
> I am using condor version 6.7.12 on a condor pool and I got a message
> printed to the out-file every five seconds, when starting a DAG with the
> maxjobs-option. The mesage is something like:
>
> 11/29 16:07:33 Max jobs (40) already running; deferring submission of
> 160 ready jobs.
>
> Is there a way to turn this message off or increase the time interval? I
> really do not want to swamp my out-file with this stuff...
Catching up on some old email, hopefully this is still of use...
Use the -debug <level> command line flag to condor_submit_dag, where
<level> is 2 or lower, e.g.:
condor_submit_dag -debug 2 -maxjobs 40 foobar.dag
Kent Wenger
Condor Team