[Swift-user] Error with condor provider

Arjun Comar mandaya at rose-hulman.edu
Wed Jun 23 11:26:58 CDT 2010


Hey all,
I've been trying to get jobs submitted over Condor via swift, and running
into a few problems. I think I've finally hit a point where it's the Condor
provider itself that's failing over any of my configurations.
Here's the sites entry (though any sites entry over Condor will do, and I've
tried several):

<config>
  <pool handle="Nebraska_red.unl.edu">
    <gridftp url="gsiftp://red.unl.edu/"/>
    <execution provider="condor"/>
    <profile key="jobType" namespace="globus">grid</profile>
    <profile key="gridResource" namespace="globus">gt2
red.unl.edu/jobmanager-condor</profile>
    <workdirectory>/opt/osg/data/engage/tmp/red.unl.edu</workdirectory>
  </pool>
</config>

And any swift script at all fails, even a simple helloworld:

type messagefile;
app (messagefile t) greeting () {
        echo "Hello, world!" stdout=@filename(t);
}
messagefile outfile <"hello.txt">;
outfile = greeting();

With the following error:
The following errors have occurred:
1. Application "echo" failed (Cannot submit job: Could not submit job
(condor_submit reported an exit code of 1). Submitting job(s)
Found illegal unescaped double-quote: "" -e /bin/echo -out hello.txt -err
stderr.txt -i -d "" -if "" -of hello.txt -k "" -status "provider " -a
"Hello, world!"The full arguments you specified were:
/opt/osg/data/engage/tmp/
red.unl.edu/helloworld-20100623-1051-dr5v5apa/shared/_swiftwrapecho-dqt6jttj
-jobdir d -scratch "" -e /bin/echo -out hello.txt -err
stderr.txt -i -d "" -if "" -of hello.txt -k "" -status "provider " -a
"Hello, world!")

The same script runs just fine through any other submission mechanism, even
to the same site (ssh, coasters+ssh:pbs, etc).

Anyone have any thoughts on fixing the problem?

Thanks!

-- 
Arjun Comar, Rose-Hulman '12
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/swift-user/attachments/20100623/e5553dd1/attachment.html>


More information about the Swift-user mailing list