Re: NLEQ1 and open source Fortran
- From: "N. Shamsundar" <shamsundar_at_@xxxxxx>
- Date: Mon, 29 Aug 2005 15:54:35 -0500
rlopneg wrote:
I have used NLEQ1 and other CodeLib packages for a number of years using a number of different compilers on different platforms and operating systems. These are high quality, robust, portable codes, but some preparatory work is required to call them from your code. Most older F77 codes assume that storage is static; many assume that by default storage is set to zero prior to execution.Hello I've been having some troubles trying to solve al large scale nonlinear system using nleq1. When I compile it using Intel's Fortran Compiler everything works properly, but since I'm trying not to use comercial software I tried compiling my program using GNU's (gcc) GFortran. When doing this I get the solver stops due to singular matrix problems. I've checked that the SMALL and EPMACH values are the right ones for my machine, and I'm using the files downloaded right from http://www.zib.de/Numerik/numsoft/CodeLib/codes/nleq1/. And besides that, the solver works fine with Intel's fortran...
Does any body know how to correct this, or why it works on comercial fortran compilers and not with open source compilers??
thanks, Rodrigo
My hunch is that your errors have more to do with how you call and pass parameters -- especially two- or higher-dimensional arrays -- to NLEQ1 than with which compiler you use.
N. Shamsundar University of Houston .
- References:
- NLEQ1 and open source Fortran
- From: rlopneg
- NLEQ1 and open source Fortran
- Prev by Date: Re: little isprime challenge
- Next by Date: Re: [CHALLENGE] finding rightmost zero bit
- Previous by thread: Re: NLEQ1 and open source Fortran
- Next by thread: indexing tags like cscope in fortran?
- Index(es):
Relevant Pages
|