Path: utzoo!mnetor!uunet!lll-winken!lll-tis!ames!pacbell!att-ih!ihnp4!inuxc!iuvax!pur-ee!uiucdcs!uxc.cso.uiuc.edu!ccvaxa!aglew From: aglew@ccvaxa.UUCP Newsgroups: comp.lang.fortran Subject: Re: I would like to have an argumen Message-ID: <32300004@ccvaxa> Date: 12 Mar 88 20:23:00 GMT References: <720@cresswell.quintus.UUCP> Lines: 12 Nf-ID: #R:cresswell.quintus.UUCP:-72000:ccvaxa:32300004:000:533 Nf-From: ccvaxa.UUCP!aglew Mar 12 14:23:00 1988 ..> UNIX not having temporary files ..> versus the open/unlink trick that keeps your file open until ..> your process dies. I'm of two minds about scratch files. On the one hand, I like not having to explicitly, or externally, clean up; on the other hand, I sometimes used to wish that I could look at a scratch file after a program aborted ("Hey Mr. POD, my program aborted after 2 hours!" "Well, how far did it get?" "Oh, all the temporary results are stored in a scratch file...") A good checkpoint facility obviates this need.