[torquedev] [Bug 168] New: 2.5(.9) qsub does not seem to accept comma seperated -W argument
bugzilla-daemon at supercluster.org
bugzilla-daemon at supercluster.org
Wed Dec 14 01:48:19 MST 2011
http://www.clusterresources.com/bugzilla/show_bug.cgi?id=168
Summary: 2.5(.9) qsub does not seem to accept comma seperated
-W argument
Product: TORQUE
Version: 2.5.x
Platform: PC
OS/Version: Linux
Status: NEW
Severity: major
Priority: P5
Component: clients
AssignedTo: knielson at adaptivecomputing.com
ReportedBy: ramon.bastiaans at sara.nl
CC: torquedev at supercluster.org
Estimated Hours: 0.0
When submitting a job that contains:
#PBS -W stagein=file1 at host:/some/path/file1,stagein=file2 at host:/some/path/file2
or:
#PBS -W stagein=file1 at host:/some/path/file1,file2 at host:/some/path/file2
or:
#PBS -W
'stagein=file1 at host:/some/path/file1','stagein=file2 at host:/some/path/file2'
etc etc;
We get the error:
* qsub: illegal -W value
However, submitting like this:
#PBS -W stagein=file1 at host:/some/path/file1
#PBS -W stagein=file2 at host:/some/path/file2
It works fine.
I believe 2.4 suffered from a similar bug, which was fixed in 2.4.9 (from
changelog):
b - restore ability to parse -W x=geometry:{...,...}
Is it possible that this bug was not fixed in 2.5 ? Or maybe this is an
completely different bug.
--
Configure bugmail: http://www.clusterresources.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the torquedev
mailing list