[Beowulf] Teaching Scientific Computation (looking for the perfect text)
Many of your questions may have already been answered in earlier discussions or in the FAQ. The search results page will indicate current discussions as well as past list serves, articles, and papers.
Greg Lindahl lindahl at pbm.comTue Nov 20 15:22:27 PST 2007
- Previous message: [Beowulf] Teaching Scientific Computation (looking for the perfect text)
- Next message: [Beowulf] Teaching Scientific Computation (looking for the perfect text)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Tue, Nov 20, 2007 at 05:18:59PM -0500, Peter St. John wrote: > It turns out that the automaton > produces C which is morphed to look like Fortran, so for example this: > > 100 WRITE (6, 200, X) > 200 FORMAT(...) In all fairness, this is extremely difficult. You can turn a few simple formats into fprintfs(), but most formats are not that simple. And the commonly-used * formats require funky calls. And since you want to re-use a real Fortran I/O library instead of reinventing it, you tend to end up with a translation which is close to what the Fortran FE generates anyway: "start record", "emit this part of the line", ..., "end record". The actual computation is often pretty readable in Ctran. -- greg
- Previous message: [Beowulf] Teaching Scientific Computation (looking for the perfect text)
- Next message: [Beowulf] Teaching Scientific Computation (looking for the perfect text)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Beowulf mailing list
