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

Re: [Condor-users] Problem with Condor standalone library



hi,
  For some reason, it is working now. I just wrote a shell script [test.sh] where I wrote:

#!/bin/sh
exec setarch i386 -R ./helloWorld -_condor_D_ALL

Then. only running:
./test.sh

now pressing CTRL-Z takes checkpoint. and then restarting by writing:
./helloWorld -_condor_restart helloWorld.ckpt

restarts from the point where it left off.

I have no explanation, perhaps any of you have it. Thank you.


-- Tan

On Sat, Mar 22, 2008 at 2:13 PM, Daniel Forrest <forrest@xxxxxxxxxxxxx> wrote:
Tan,

> Thank you for your suggestion. Well, I just tried now with setting
> arch, but still it takes myapp.ckpt.tmp. So that means the checkpoint
> is not successful.

Please try this:

setarch i386 -R ./myapp -_condor_D_ALL

And reply with the debug output.

--
Daniel K. Forrest       Laboratory for Molecular and
forrest@xxxxxxxxxxxxx   Computational Genomics
(608) 262 - 9479        University of Wisconsin, Madison



--
Tanzima Zerin Islam