Xref: utzoo comp.lang.c:9561 comp.lang.fortran:633 Path: utzoo!mnetor!uunet!lll-winken!lll-tis!ames!hc!beta!unm-la!unmvax!charon!ariel.unm.edu!cn7gr8ag From: cn7gr8ag@ariel.unm.edu Newsgroups: comp.lang.c,comp.lang.fortran Subject: Re:Re: Fortran -vs- C for Numerical Computing Message-ID: <2892@charon.unm.edu> Date: 21 Apr 88 20:34:24 GMT Sender: news@charon.unm.edu Reply-To: cn7gr8ag@ariel.unm.edu.UUCP () Organization: University of New Mexico Computing Center Lines: 27 Keywords: Fortran,C,Numerical Analysis,Mainframe, Personal Computers Eugene N. Miya writes: *I don't think this is really a question which LANGUAGE is better. *If you are really in a hurry, and want something portable, *You should check out one of the numerous numeric libraries (most written in *FORTRAN) this includes Dongarra's netlib, the Scientific Recepes book, *and others. Don't write something (especially, 8000 lines [I don't know *how you get this figure before hand]) when you might be able to *get it for free. *This perpetuates FORTRAN, but if you are in a hurry [like the prostitute *says, "They all seem to be.."] this is the way to go. I should have mailed *this, but I think it offers a lesson on comparisons. This leads me to believe that my first posting may not have been entirely clear. The point I needed to clarify is that the speed of run time of the code to be optimized for a mixed mainframe/personal computer environment. The quality of the code and the quality of the code on both the large and smaller systems is of concern to me. I am aware of the Numerical Recipes book in C and it should either fill or nearly fill most of my requirements. This program will take a long time to write, so it won't be your typical "fly by night" sort of programming. By the way 5000-8000 lines was just an intelligent guess at the size based on similar modelling efforts by other investigators. Bill Rider