kumai@karamatsu.sys1.fxis.fujixerox.co.jp (Kazuya Kumai) (08/02/90)
Converts Fortran code to C code. Do you know the tool (public domain) that converts Fortran code to C code? If you do, will you kindly send it to me? I will really appreciate your advice or any comments. Thank you.
rosenkra@convex1.convex.com (William Rosencranz) (08/05/90)
In article <1976@fxisms.fxis.fujixerox.co.jp> kumai@karamatsu.sys1.fxis.fujixerox.co.jp (Kazuya Kumai) writes: > >Converts Fortran code to C code. > >Do you know the tool (public domain) that converts Fortran code to C >code? this question has been asked several times. the tool is "f2c" and the version i know was written at at&t, as i recall. it works quite well. it is available via anonymous FTP from: research.att.com in pub/dist/f2c. if you can't ftp, then sending mail to netlib: mail netlib@research.att.com send index should get you started. it is quite large to post. i don't recall seing this posted to comp.sources.{unix,misc}. it is also worth the effort to get it. hope this helps... -bill rosenkra%c1yankee@convex.com Bill Rosenkranz |UUCP: {uunet,texsun}!convex!c1yankee!rosenkra Convex Computer Corp. |ARPA: rosenkra%c1yankee@convex.com
henry@zoo.toronto.edu (Henry Spencer) (08/05/90)
In article <104630@convex.convex.com> rosenkra@convex1.convex.com (William Rosencranz) writes: >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. Not that FTP can find, anyway. -- The 486 is to a modern CPU as a Jules | Henry Spencer at U of Toronto Zoology Verne reprint is to a modern SF novel. | henry@zoo.toronto.edu utzoo!henry
jwe@ut-emx.UUCP (John W. Eaton) (08/05/90)
henry@zoo.toronto.edu (Henry Spencer) writes: > (William Rosencranz) writes: >> [f2c] 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. > Not that FTP can find, anyway. No, but there is a directory dist/f2c which _does_ have the f2c and f77 library files. -- John Eaton jwe@emx.utexas.edu Department of Chemical Engineering The University of Texas at Austin Austin, Texas 78712
rosenkra@convex1.convex.com (William Rosencranz) (08/05/90)
In article <1990Aug5.064809.9619@zoo.toronto.edu> henry@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@convex.com Bill Rosenkranz |UUCP: {uunet,texsun}!convex!c1yankee!rosenkra Convex Computer Corp. |ARPA: rosenkra%c1yankee@convex.com
otto@tukki.jyu.fi (Otto J. Makela) (08/06/90)
In article <35203@ut-emx.UUCP> jwe@ut-emx.UUCP (John W. Eaton) writes: henry@zoo.toronto.edu (Henry Spencer) writes: > (William Rosencranz) writes: >> [f2c] 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. > Not that FTP can find, anyway. No, but there is a directory dist/f2c which _does_ have the f2c and f77 library files. Er, ls claims that the directory is EMPTY ? Possibly ls isn't working, but what is the filename then ? I tried lotsa f2c.* alternatives, none worked... -- * * * Otto J. Makela (otto@jyu.fi, MAKELA_OTTO_@FINJYU.BITNET) * * * * * * * * Phone: +358 41 613 847, BBS: +358 41 211 562 (CCITT, Bell 2400/1200/300) * * Mail: Kauppakatu 1 B 18, SF-40100 Jyvaskyla, Finland, EUROPE * * * * freopen("/dev/null","r",stdflame); * * * * * * * * * * * * * * * * * *
henry@zoo.toronto.edu (Henry Spencer) (08/06/90)
In article <35203@ut-emx.UUCP> jwe@emx.utexas.edu (John W. Eaton) writes: >> Um, there is no pub/dist directory on research.att.com at the moment. >> Not that FTP can find, anyway. > >No, but there is a directory dist/f2c which _does_ have the f2c and >f77 library files. Not last night there wasn't; I looked thoroughly and carefully. However, there is now. A pox (a minor one :-)) on people who don't post "renovations in progress" signs... -- The 486 is to a modern CPU as a Jules | Henry Spencer at U of Toronto Zoology Verne reprint is to a modern SF novel. | henry@zoo.toronto.edu utzoo!henry
etienne@accsys.ccs.imp.com (Stefan Hauser) (08/09/90)
In article <1990Aug5.212907.21545@zoo.toronto.edu> henry@zoo.toronto.edu (Henry Spencer) writes: >In article <35203@ut-emx.UUCP> jwe@emx.utexas.edu (John W. Eaton) writes: >>> Um, there is no pub/dist directory on research.att.com at the moment. >> >>No, but there is a directory dist/f2c which _does_ have the f2c and >>f77 library files. > >Not last night there wasn't; I looked thoroughly and carefully. However, i got f2c and libs on 6 (or 7?) aug from research.att.com. also there must be something... BUT.. 'dir' shows noting. (i see this on other hosts too... why ??) the trick, do an 'ls -l' or 'ls -FC' for long or short list. perhaps the peoples out there go fix their ftp-servers, so these work the way they sould..... stefan (ps sorry for my english.... perhaps i'm going to learn it, sometime in the future..:-) -- Stefan Hauser | CH-Sargans | EMAIL : etienne@accsys.ccs.imp.com
andys@ulysses.att.com (Andy Sherman) (08/20/90)
henry@zoo.toronto.edu (Henry Spencer) writes: >rosenkra@convex1.convex.com (William Rosencranz) writes: >>f2c 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. >Not that FTP can find, anyway. The directory is dist/f2c. Andy Sherman/AT&T Bell Laboratories/Murray Hill, NJ AUDIBLE: (201) 582-5928 READABLE: andys@ulysses.att.com or att!ulysses!andys What? Me speak for AT&T? You must be joking!
martin@slsvax.harvard.edu (Pat Martin) (08/23/90)
In article <13626@ulysses.att.com>, andys@ulysses.att.com (Andy Sherman) writes... >henry@zoo.toronto.edu (Henry Spencer) writes: >>rosenkra@convex1.convex.com (William Rosencranz) writes: >>>f2c 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. >>Not that FTP can find, anyway. > >The directory is dist/f2c. > Unfortunately, as of 900822, the dist directory is mode 770, which makes it impossible to FTP from via the anonymous account. Can someone at research.att.com please change this (or suggest another route)? Thanks ..pkm Patrick Martin Martin@SLSIris.Harvard.Edu Disclaimer: I get taxed too much to afford an opinion.