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

Re: [Condor-users] Standalone checkpoint error ...



Hi Erik,

> 
> You need to run your program under the old memory layout:
> 
> [goncalo@lflip02 ~]$ setarch i386 ./ever 
> 
> and then, to restart,
> 
> [goncalo@lflip02 ~]$ setarch i386 ./ever -_condor_restart ever.ckpt
> 
> (Condor automatically does the equivelent of a 'setarch i386' before running
> standard universe jobs, which is why it works inside of Condor)

you are absolutely right. Now it works OK. Thanks :)

Nevertheless, I would like to know if the "address space randomization" is 
a kernel option at compilation time?

Thanks again
Goncalo