Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!usc!csun!news From: swalton@solaria.csun.edu (Stephen Walton) Newsgroups: comp.lang.fortran Subject: MINPACK under Lahey Personal Fortran Summary: Doesn't work properly--too big and/or SAVE's needed? Message-ID: <1991Jan24.202310.2050@csun.edu> Date: 24 Jan 91 20:23:10 GMT Sender: news@csun.edu (News Administrator) Reply-To: swalton@solaria.csun.edu (Stephen Walton) Organization: Cal State Northridge Lines: 16 Is anyone out there using MINPACK with Lahey Personal F77? Does it work OK? I tried the ELMDER1.FOR example program which comes with the package (obtained via netlib), and it gives different answers when compiled with LP77 than with MS Fortran. I believe the latter is correct (for once...) There are two possible explanations: 1. I am inadvertently exceeding LP77's memory limits (I have F77L on order, but it isn't here yet and I need this app *now*). 2. There are SAVE statements required in MINPACK but not present-- remember Lahey allocates local variables off the stack. Steve ------------------------------- Stephen Walton, Dept. of Physics & Astronomy, Cal State Univ. Northridge I am srw@csun.edu no matter WHAT the stupid From: line says!