[Axiom-mail] Saving intermediate results and loading them later in another session

2010-11-10 Thread Rodrigo Canaan
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!

Thanks in advance!
___
Axiom-mail mailing list
Axiom-mail@nongnu.org
http://lists.nongnu.org/mailman/listinfo/axiom-mail


Re: [Axiom-mail] Saving intermediate results and loading them later in another session

2010-11-10 Thread Martin Rubey
Rodrigo Canaan rocan...@gmail.com 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

___
Axiom-mail mailing list
Axiom-mail@nongnu.org
http://lists.nongnu.org/mailman/listinfo/axiom-mail