home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!mcsun!sun4nl!cwi.nl!dik
- From: dik@cwi.nl (Dik T. Winter)
- Newsgroups: comp.lang.fortran
- Subject: Re: Week days
- Message-ID: <6739@charon.cwi.nl>
- Date: 22 Jul 92 01:55:19 GMT
- References: <1992Jul21.200531.6612@ac.dal.ca>
- Sender: news@cwi.nl
- Organization: CWI, Amsterdam
- Lines: 34
-
- In article <1992Jul21.200531.6612@ac.dal.ca> indran@ac.dal.ca writes:
- > I am running a fortran program which is relativly huge and
- > require nearly 30 hrs of cpu time, on VAX 8800.TDuring
- > week days (when there are many users) the program crashes
- > very easly with the error arithematic overflow. The same
- > program without any change will run during weekends. Could
- > someone tell me what is going on ? If the results depend on
- > week days can I trust them ?.
- >
- Did you also look at the phase of the moon? They have also a profound
- influence.
-
- But seriously. I do not know under what circumstances you are running
- your program. It may be that it generates some traffic on ethernet
- for data/results/swap, etc. Not everything is 100% save. Just an
- hour ago I did edit a file, and when writing it back one bit was
- flipped (changing the letter 'r' to 'b'). Such things can happen,
- and may be more frequent when there are a lot of users. Other things
- you might think about is obscure bugs in the operating system where,
- under some conditions, the wrong data is paged in or somesuch. (Yes,
- all operating systems contain bugs.) Those bugs especially show up on
- heavily loaded systems.
-
- Now I do not know whether you should trust your results. There is still
- another possibility, you know. Uninitialized data. Running on an idle
- processor might very well produce the same initial values on every run,
- while this is less likely if the processor is busy.
-
- Not much help, I am afraid. But my motto is: never trust the results
- produced by a computer.
- --
- dik t. winter, cwi, kruislaan 413, 1098 sj amsterdam, nederland
- home: bovenover 215, 1025 jn amsterdam, nederland
- dik@cwi.nl
-