Re: Saving Kernel Status
- To: mathgroup at smc.vnet.net
- Subject: [mg46633] Re: Saving Kernel Status
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Thu, 26 Feb 2004 17:53:21 -0500 (EST)
- Organization: Universitaet Leipzig
- References: <c1ira2$6bc$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
- Sender: owner-wri-mathgroup at wolfram.com
Hi, what may DumpSave[] do .. save a dump of the kernel ?? DumpSave["file.mx", symbol] writes definitions associated with a symbol to a \ file in internal Mathematica format. DumpSave["file.mx", "context`"] writes \ out definitions associated with all symbols in the specified context. \ DumpSave["file.mx", {object1, object2, ... }] writes out definitions for \ several symbols or contexts. DumpSave["package`", objects] chooses the name \ of the output file based on the computer system used. DumpSave["file"] saves \ all definitions in the current session. Regards Jens Florian Schaudel wrote: > > Hi there, > > unforunately, google couldn't help me on this question: > > Is there a way, to dump the status of the kernel to a file, shut down the > computer and restart it later in exactly the same status (i.e. variables > having same values, etc.)? > > Thanks in advance for your help, > Florian