Message Boards Message Boards

0
|
5314 Views
|
1 Reply
|
0 Total Likes
View groups...
Share
Share this post:

Save the Kernel Workspace

Posted 10 years ago
How to save the full kernel state so that I can continue from where I left?
I have some functions that take huge amount of time to compute, so I want to save that for further reference.
POSTED BY: satyam Agarwal
Posted 10 years ago
Hi,
If I understand well, you need to store intermediate results.
If the results are solved (evaluation is done), so you can use the Save or DumpSave and then store all context.
DumpSave["filename.mx","Global`"]
For restoring you can use:
Get["filename.mx"]
And then continue …

If you want to interrupt a calculation and continue, so I can’t do it.
POSTED BY: Mirek M
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract