Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] dagman single quote error
- Date: Mon, 8 Sep 2008 10:13:40 -0400
- From: "Frédéric Bastien" <nouiz@xxxxxxxxx>
- Subject: Re: [Condor-users] dagman single quote error
Thanks for the information and creating the problem repport.
I need the ' symbol for a special case that will probably never happen
in the submit script we use in our lab to launch jobs with dagman. I
only need dagman to limit the number of concurrent jobs for a cluster
of jobs. That is more important for our lab then the ' trouble, but I
think you already know that many people would like this feature.
Thanks for all the good work.
Frédéric
On Fri, Sep 5, 2008 at 2:54 PM, R. Kent Wenger <wenger@xxxxxxxxxxx> wrote:
> On Thu, 4 Sep 2008, Frédéric Bastien wrote:
>
>> I have a dagman error in the file *.dagman.out:
>> [...]
>> 9/4 13:29:15 Parsing dag.condor.dag ...
>> 9/4 13:29:15 dag.condor.dag
>> (line 2): sinqle quotes are not allowed in values.
>> [...]
>> The dag.condor.dag file contain:
>>
>> VARS 0 args="myecho '1'"
>>
>> Is their a way to escape the single quote so that we make it work? The
>> dagman section of the condor manual and in the man page of
>> condor_submit_dag talk only about double quote but not about single
>> quote. Not being able to pass single quote their will cause me more
>> trouble. The only reason I use dagman it to limit the concurrent
>> number of jobs in my jobs array.
>
> Unfortunately, there's no way to get a single quote into a DAGMan VARS
> value. You can put in double-quotes by escaping them:
>
> VARS 0 args="myecho \"1\""
>
> if that doesn you any good.
>
> I've created a problem report for this -- in general, there should be more
> flexibility in the VARS values.
>
> Kent Wenger
> Condor Team
> _______________________________________________
> Condor-users mailing list
> To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
> subject: Unsubscribe
> You can also unsubscribe by visiting
> https://lists.cs.wisc.edu/mailman/listinfo/condor-users
>
> The archives can be found at:
> https://lists.cs.wisc.edu/archive/condor-users/
>
>