Re: Saving intermediate results and loading them later in another session
Martin Rubey <[email protected]> Wed, 10 Nov 2010 19:49:45 +0100
| Newsgroups | gmane.comp.mathematics.axiom.user |
|---|---|
| Message-ID | <[email protected]> |
Rodrigo Canaan <[email protected]> writes: > Hello! > > I am working on a program that takes quite a long time to execute, and I wanted to be able to save the intermediate results to an output and to load it > later in another session, so that I wouldn't need to run the program overnight everytime. I want to run a bit, save the important variables, be able to > close the session, shut down my computer and continue running later. Or if there is a way to save the entire state of the session, that would work as > well. > > The spool command won't work, because it won't print the output in a format that is readable later as an input by Axiom. > > If there is a way to do it, please let me know! )history )save file )history )restore file Note that this is not completely reliable. Martin