This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: G77 NAMELIST help
- To: gcc at gcc dot gnu dot org
- Subject: Re: G77 NAMELIST help
- From: Andrew Vaught <andy at eas dot asu dot edu>
- Date: Wed, 15 Mar 2000 13:22:37 -0700 (MST)
- cc: "Michael T. Wolff" <wolff at xip dot nrl dot navy dot mil>
>Only problem is I can not find any detail on how f2c supports
>the NAMELIST statement anywhere! Will someone point me to
>a good version of a f2c manual that will give good details on,
>for example, what the exact syntax of the NAMELIST statement
>is?
>
>-Mike Wolff
> wolff@xip.nrl.navy.mil
The f2c documentation can be found at http://www.netlib.org/f2c/f2c.ps
It claims that the f2c namelist is the same as fortran 90 namelists, with
some exceptions that are mentioned in the doc.
It has been my experience that g77 namelist files and namelist
specifications have to match pretty exactly, with little tolerance for
error and poor error messages.
Andy
----------------- XOLD(K,IC,I)=
Andy Vaught .... DO ITERS=1, 10 XOLD(K,IC,I)
andy@xena.eas.asu.edu | | /CALLMSOLVE(A,B,X,I,ITERS,TOL)+(RANNYU(0)
Arizona State University ======|WRITE(6,'(I5,2X,F12.6)')ITERS,TOL -HALF)
Tempe, Arizona USA OOOOOO \ENDDORETURN PARAMETER(ZERO=1.D0)*TENTH*DELTA