argc, argv

Steve Kargl sgk@troutmask.apl.washington.edu
Tue Mar 30 18:13:00 GMT 2004


On Tue, Mar 30, 2004 at 08:01:39AM +0200, Thomas Veith wrote:
> Hi *,
> 
> at the moment I'm packaging a HPF-Fortran-precompiler (Vienna) for gentoo 
> using intels ifort as backend.
> 
> But I would like to add support for gfortran; therefore I need to know how to 
> access commandline arguments (argc, argv). In intel it is done with the 
> functions nargs() and getarg().
> 
> Exists in gfortran a direct way to access argc and argv or are there functions 
> comparable to intels ifort which allow to access argc and argv either 
> directly or indirectly ala getarg(n, buffer)?
> 

gfortran will eventually support iargc() and getarg(), which are
part of g77.  At the moment, neither is implemented.

-- 
Steve



More information about the Fortran mailing list