axiom-mail
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Tim Daly
Subject: Re: [Axiom-mail] Saving intermediate results and loading them later in another session
Date: Sat, 13 Nov 2010 12:59:52 -0500
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.9) Gecko/20100825 Thunderbird/3.1.3

 Sorry, I was away on a business trip.

There is a save/restore facility (see the Jenks book, volume 0 at
http://axiom-developer.org/axiom-website/documentation.html)

You cannot interrupt a long running computation, save it, and then
restore it and continue. Break the computation in parts and do
save/restore at the parts. You could write an input file to do
checkpoint saves after each part completes.

Tim Daly

On 11/10/2010 1:40 PM, Rodrigo Canaan wrote:
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
address@hidden
http://lists.nongnu.org/mailman/listinfo/axiom-mail



reply via email to

[Prev in Thread] Current Thread [Next in Thread]