prove@batcomputer.UUCP (03/31/87)
This note announces the resubmission of PREP to net.sources. It is a preprocessor for fortran which supports macros (similar in function to c #define macros), conditional compilation, flow control extensions, and vector statement shorthand. It also performs automatic loop unrolling for certain classes of loops, which can improve performance on vector machines such as the Cray XMP. The program is written in generic c and will run on nearly any machine (even the cray). Version 2.1 improves the macro processor (using Boyer-Moore tables to increase searching speed), adds conditional compilation, and ... (see the doc file)