Multiflow Compiler


There is a readme file here.

A prefatory note from Jack Lo(jlo) about the README file:

You should probably ignore the first part of it.  There's a section 
in there "Compiler switches" that is basically a man page for
the compiler.

The one difference is that the compiler is called scc (for C 
programs) and sfc for fortran.  To use it you also need to 
specify which version of the compiler to use with -v.
You should use the default osf build.

scc -v osf compiler_flags foo.c
sfc -v osf compiler_flags foo.f