Converts Fortran code to C code

William Rosencranz rosenkra at convex1.convex.com
Mon Aug 6 02:34:04 AEST 1990


In article <1990Aug5.064809.9619 at zoo.toronto.edu> henry at zoo.toronto.edu (Henry Spencer) writes:
>In article i wrote
>>it is available via anonymous FTP from:
>>
>>	research.att.com
>>
>>in pub/dist/f2c.
>
>Um, there is no pub/dist directory on research.att.com at the moment.

grrrr...thank u henry. it should be dist/f2c....sorry...

BTW/FYI: much of the vectorizable fortran that i pump thru f2c produces
vectorizable C code (admitedly not too much since i just joined
convex a few months ago). also note that the way convex does directives
in C (using "/*$dir ... */") results in recognizable directives for
the convex C compiler (vc or cc v4.0). cray (and alliant) uses
"#pragma ..." in scc. this was a pleasant suprise the first time i
tried it and is a distinct plus, IMHO...

-bill
rosenkra%c1yankee at convex.com
Bill Rosenkranz            |UUCP: {uunet,texsun}!convex!c1yankee!rosenkra
Convex Computer Corp.      |ARPA: rosenkra%c1yankee at convex.com



More information about the Comp.lang.c mailing list