[Swift-devel] Problem with 0.92 sending jobs to OSG via Condor-G

Mihael Hategan hategan at mcs.anl.gov
Thu Jan 13 00:32:53 CST 2011


On Wed, 2011-01-12 at 23:43 -0600, Michael Wilde wrote:
> An initial test with an older trunk (~mid-december, swift-r3703 cog-r2925 cog modified locally) seems to work fine with the same tc, sites, and properties file.
> 
> I need to check what local mods I had applied, but I think its more likely that some Condor submit file quoting fix fell off in 0.92 integration.

Yeah. A svn diff > somefile would help.

> 
> So Marc, sorry - this release is not usable for you yet.
> 
> - Mike
> 
> 
> ----- Original Message -----
> > Im trying my first tests of 0.92 on engage-submit, sending 100 trivial
> > cat jobs to 10 OSG sites.
> > 
> > My jobs seem to be all dying with the error "Found illegal unescaped
> > double-quote" (see below).
> > 
> > Has anyone successfully run a Condor-G job on OSG with 0.92?
> > 
> > I'll dig deeper and try the same test with the older version of trunk
> > that Marc has been using here with better success. Will also try a
> > single job run and capture a simpler log and the condor-g submit file.
> > 
> > Allan, have you tried 0.92 against COndor-G? If not, could you?
> > 
> > Sarah, we should add some Condor-G-to-GT2 testing to 0.92 validation I
> > think.
> > 
> > - Mike
> > 
> > --
> > 
> > Caused by:
> > org.globus.cog.abstraction.impl.common.task.TaskSubmissionException:
> > 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/cat -out
> > outdir/f.0065.out -err stderr.txt -i -d outdir -if data.txt -of
> > outdir/f.0065.out -k "" -cdmfile "" -status file -a data.txtThe full
> > arguments you specified were:
> > /osg/data/engage/tmp/osg.hpc.ufl.edu/catsn-20110113-0025-vv4p4up3/shared/_swiftwrap
> > cat-ajxnee4k -jobdir a -scratch "" -e /bin/cat -out outdir/f.0065.out
> > -err stderr.txt -i -d outdir -if data.txt -of outdir/f.0065.out -k ""
> > -cdmfile "" -status file -a data.txt
> > 
> > 
> > Script is:
> > 
> > e$ cat catsn.swift
> > type file;
> > 
> > app (file o) cat (file i)
> > {
> > cat @i stdout=@o;
> > }
> > 
> > file out[]<simple_mapper; location="outdir",
> > prefix="f.",suffix=".out">;
> > foreach j in [1:@toint(@arg("n","1"))] {
> > file data<"data.txt">;
> > out[j] = cat(data);
> > }
> > 
> > 
> > --
> > Michael Wilde
> > Computation Institute, University of Chicago
> > Mathematics and Computer Science Division
> > Argonne National Laboratory
> > 
> > _______________________________________________
> > Swift-devel mailing list
> > Swift-devel at ci.uchicago.edu
> > http://mail.ci.uchicago.edu/mailman/listinfo/swift-devel
> 





More information about the Swift-devel mailing list