[Swift-user] runnin' on IBI
Michael Wilde
wilde at mcs.anl.gov
Thu Nov 11 18:11:19 CST 2010
Marc, can you point me to the directory in which you performed this run, andmake sure that I can access it?
I am wondering if you changed swift.properties, either by specifying a -config file on the swift command line or by editng swift.properties in your swift build or $HOME/.swift directory?
Specifically Im wondering what the property "status.mode" is set to?
If its set to:
status.mode=provider
then can you try again with it set to:
status.mode=file
and vice verse?
It looks to me as if its set (defaulting) to "file", but I cant tell without looking deeper into the swift code.
As I recall you are using the SGE provider in non-coaster mode, right?
If you have not changed anything in swift.properties, but you are specifying -sites.file and -tc.file on the command line, then you should create a file (call it "cf") with these lines, in the directory in which you run the swift command:
wrapperlog.always.transfer=true
sitedir.keep=true
execution.retries=0
lazy.errors=false
status.mode=provider
use.provider.staging=false
provider.staging.pin.swiftfiles=false
and then run the swift command with the additional arg (at the front):
swift -config cf -sites.file sites.xml etc etc
This may not address the problem bit will help us diagnose it a bit further.
- Mike
----- Original Message -----
> Hi,
>
> has anyone got to run stuff on the IBI cluster?
>
> I'ved tried twice now, and both attempts eventually failed.
> The error goes along the lines of:
>
>
> Caused by: Exception caught while reading exit code
> Caused by:
> org.globus.cog.abstraction.impl.scheduler.common.ProcessException:
> Exception caught while reading exit code
> Caused by: java.lang.NumberFormatException: null
> at java.lang.Integer.parseInt(Unknown Source)
>
>
> which would be strange for a program to terminate without an exit
> code...
>
>
> I attached the last 300 lines of the log file, if ever it helps!
>
>
> Many Thanks,
> Marc.
>
>
> _______________________________________________
> Swift-user mailing list
> Swift-user at ci.uchicago.edu
> http://mail.ci.uchicago.edu/mailman/listinfo/swift-user
--
Michael Wilde
Computation Institute, University of Chicago
Mathematics and Computer Science Division
Argonne National Laboratory
More information about the Swift-user
mailing list