Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] First go at standard Universe checkpointing
- Date: Mon, 10 Jan 2011 18:25:37 +0000
- From: Ian Cottam <Ian.Cottam@xxxxxxxxxxxxxxxx>
- Subject: Re: [Condor-users] First go at standard Universe checkpointing
Have tried this now with x86_64 instead of i386 and it works!
Thank you very much.
This makes checkpointing work standalone; do I need to replicate the
setarch command when I submit under Condor (I assume so)?
Also, is this described in the manual somewhere?
cheers
-Ian
On 10/01/2011 16:48, "Daniel Forrest" <dan.forrest@xxxxxxxxxxxxx> wrote:
>This is due to address space randomization and the virtual memory
>layout (placement of the VDSO). Run it like this:
>
>setarch i386 -R -L ./cctest
>
>
>And restart it like this:
>
>setarch i386 -R -L ./cctest -_condor_restart cctest.ckpt
>
>
>This assumes you are running 32-bit, but I would bet you are.
>
>--
>Dan
>