C to Fortran
Dominic Baines
rdab100@hermes.cam.ac.uk
Sat, 26 Sep 1998 09:52:49 -0400
Douglas Eadline wrote:
> On Sat, 26 Sep 1998, Dominic Baines wrote:
>
> > Got some working and fully functional C code for use under MPI.
> >
> > I want to take a look at running it under Fortran and Fortran 90
> >
> > Is there an efficient C to Fortran converter out there anywhere ?
> I doubt it.
So did I that's why I thought I'd ask just in case. I don't relish
recoding in Fortran.
> > Similar to the reverse:
> > FreeBSD in particular provides a Fortran "compiler" named f77
> > that uses the freely-available Fortran to C converter f2c in
> > combination with gcc to compile Fortran code.
>
> the f -> c is much easier than the c -> f (pointers)
> Doug
>
> -------------------------------------------------------------------
> Paralogic, Inc. | PEAK | Voice:+610.861.6960
> 115 Research Drive | PARALLEL | Fax:+610.861.8247
> Bethlehem, PA 18017 USA | PERFORMANCE | http://www.plogic.com
> -------------------------------------------------------------------
Thanks Doug,
Dominic