This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: G77 NAMELIST help



>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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]