home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: sci.math.symbolic
- Path: sparky!uunet!decwrl!access.usask.ca!news
- From: jake@skatter.usask.ca
- Subject: Re: long symbolic runs
- Message-ID: <1992Sep2.060217.27956@access.usask.ca>
- Sender: news@access.usask.ca (USENET News System)
- Nntp-Posting-Host: skatter.usask.ca
- Organization: University of Saskatchewan
- References: <ARA.92Sep1200345@camelot.ai.mit.edu>
- Date: Wed, 2 Sep 1992 06:02:17 GMT
- Lines: 41
-
- From article <ARA.92Sep1200345@camelot.ai.mit.edu>, by ara@zurich.ai.mit.edu (Allan Adler):
- >
- >
- > I would not rule out the possibility of backing up 200 MB or more. If one has
- > a tape drive, one can save stuff in pieces in files of a certain size and
- > then back them up on the tape drive, then delete them to make more room
- > for files to hold more pieces. As long as one has enough cartridges
- > and is willing allow the time to back up to a tape, one can handle
- > gigabytes.
- >
- > On a SUN, the tape drive is reasonably efficient. On the PC's I've seen
- > that have tape drives, they are as slow as molasses.
- >
- > In reply to the original question about what algebra systems provide
- > facilities for automaticaly saving computations, I think, but am not
- > sure, that some authors of REDUCE packages may have toyed with this
- > feature. My reason for thinking so is that the source code for the
- > Groebner package and the Distributed Polynomial package says something
- > about the checkpointing stuff having been deleted. I'm told that
- > the practice of periodically saving partial results to disk is called
- > checkpointing.
- >
- > Allan Adler
- > ara@altdorf.ai.mit.edu
-
- Mathematica has a Dump[] command, which, according to the book, writes a
- complete image to file.
-
- I guess all you need is a mechanism to dump at certain user-definable
- intervals while a computation proceeds.
-
- There may be complications. Mathematica can take quite a long time to
- interrupt because of something about having only a certain number of
- points within which the internal state is "clean" enough to be halted
- and restarted. But, hey, what I know about the internals of the Mma
- kernel you can write on the back of a large stamp with a jiffy marker.
-
- I wouldn't mind some good, solid documentation.
-
- jake@skatter.usask.ca
-
-