Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] DAGman point - although no big deal
- Date: Tue, 19 Feb 2013 08:30:03 -0600
- From: Nathan Panike <nwp@xxxxxxxxxxx>
- Subject: Re: [HTCondor-users] DAGman point - although no big deal
Ian,
My thought is that such a check does not make sense for a scheduler or
local universe job such as DAGMan. Adding something to your script to
check that the job universe is neither scheduler nor local would be a
workaround.
Out of curiosity: What happens when condor_dagman turns around and
submits to the schedd? How does the user receive the warning message?
Nathan Panike
On Tue, Feb 19, 2013 at 01:52:39PM +0000, Ian Cottam wrote:
> Hi,
> we run a locally written script (condor_lint) from condor_submit. It
> checks for various things and warns the user.
> One check is that a Request_Memory=n line is in the script. When someone
> uses DAGman, it creates its own script that does not contain such a line,
> and the user sees the warning message.
>
> Any comment?
> cheers
> -Ian