[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] Globus submit job with -- arguments?




There are probably other ways to do it, but here's one that I happen to know works:

globus-job-run ldas-grid/jobmanager-condor /bin/sh -c '/bin/date --utc'

--Dan

Stuart Anderson wrote:

       How does one submit a job that takes "--" arguemnts to a Condor pool
via Globus?


As a trivial example, the following works,

$ globus-job-run ldas-grid/jobmanager-condor /bin/date -u
Tue Feb 27 03:42:28 UTC 2007

However,

$ globus-job-run ldas-grid/jobmanager-condor /bin/date --utc

Error, argument --utc : double-dashed option syntax is not allowed

Syntax : globus-job-run {[-:] <contact string> [-np N] <executable>
[<arg>...]}...

Use -help to display full usage.


This is trying to run on a 64-bit Linux box with,
# globus-job-run -version
globus-job-run: 4.4


Thanks.