[torquedev] [patch] Fix -W regression from changeset 2367
Ken Nielson
knielson at adaptivecomputing.com
Wed Aug 4 09:53:53 MDT 2010
On 07/29/2010 01:58 PM, Eygene Ryabinkin wrote:
> Good day.
>
> Today I was messing with the errors that were coming from our Grid
> gatekeeper that whined that -W value for qsub is incorrect. It turned
> out that something like "-W stagein=file1 at host1:src1,file2 at host2:src2"
> was used and qsub rejected such specification.
>
> Digging the sources I had found that Subversion's r2367 was the point
> where the regression was coined in. I had created a quick patch that
> will eliminate this regression, the patch is attached.
>
> It works for me already for some hours and some hundreds of jobs, but
> more eyes looking at the patches is always a good thing.
>
> Enjoy ;))
>
>
>
> _______________________________________________
> torquedev mailing list
> torquedev at supercluster.org
> http://www.supercluster.org/mailman/listinfo/torquedev
>
Eygene,
There was a fix for this put in a while ago in the 2.4 branch. In order
to get the syntax to work you need to put single quotes around the value
for stagin like the following:
-W stagein=\'file1 at host1:src1,file2 at host2:src2\'
Ken Nielson
Adaptive Computing
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.supercluster.org/pipermail/torquedev/attachments/20100804/6b9c24ee/attachment.html
More information about the torquedev
mailing list