Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] Unix file path as DAGMan variable
- Date: Mon, 15 May 2006 13:49:04 -0500 (CDT)
- From: "R. Kent Wenger" <wenger@xxxxxxxxxxx>
- Subject: Re: [Condor-users] Unix file path as DAGMan variable
On Mon, 15 May 2006, o c wrote:
> Hi,
>
> I want to put a line like this in a DAGMan file:
>
> VARS SomeNode INPUTSRC="/home/user/dirname/"
>
> and then in the submit file for SomeNode, I have:
>
> Executable = $(INPUTSRC)name.sh
>
>
> It fails to find or expand $(INPUTSRC) "can't find
> name.sh" as though $(INPUTSRC) expanded to the empty
> string.
Hmm -- I just ran some tests, and this *should* work.
Can you send us your DAG file, the submit file for the relevant node,
and the dagman.out file?
Kent Wenger
Condor Team