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 13:36:33 -0600
- From: Todd Tannenbaum <tannenba@xxxxxxxxxxx>
- Subject: Re: [Condor-users] First go at standard Universe checkpointing
Ian Cottam wrote:
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)?
My understanding is no, Condor should do this for you.
Also, is this described in the manual somewhere?
There is some text at the bottom this page (sec 6.1.2) -
http://www.cs.wisc.edu/condor/manual/v7.4/6_1Linux.html
... but it looks like it could some updating (any suggestions? what
would you like to see added such that it would have helped you out
more?) re 64bit etc, and perhaps it would be better off moved to the
manual section on StandAlone Checkpointing (sec 4.2).
regards,
Todd
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
_______________________________________________
Condor-users mailing list
To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/condor-users
The archives can be found at:
https://lists.cs.wisc.edu/archive/condor-users/
--
Todd Tannenbaum University of Wisconsin-Madison
Center for High Throughput Computing Department of Computer Sciences
tannenba@xxxxxxxxxxx 1210 W. Dayton St. Rm #4257
Phone: (608) 263-7132 Madison, WI 53706-1685