G77 NAMELIST help

Andrew Vaught andy@eas.asu.edu
Wed Mar 15 12:18:00 GMT 2000


>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



More information about the Gcc mailing list