PUBLIC DOCUMENTS:
o2cl.ps
"An occam2.1 Checklist"
A 17-page Postscript document covering most of occam2 by
Peter Welch
A useful document for
students of occam. (A text version is also available in
../course/checklist.txt)
kroc.ps
This is a DRAFT paper and may not represent the current state
of the KROC system and thus may be incomplete or wrong.
KROC - The Kent Retargeted Occam Compiler by
David C. Wood
Computing Laboratory
University of Kent at Canterbury
This paper describes an implementation of occam for the SPARC
architecture.
It uses a standard compiler to generate Transputer assembly
language, which it translates into assembly language for the
SPARC. This is then assembled and linked with a kernel that
performs the necessary scheduling between different
processes. This process provides an easy method of porting
occam to other machines.
occam/
occam 2.1 small reference manual (changes since occam2).
The full occam 2.1 reference manual is available in
PostScript form from the Internet Parallel Computing Archive
at HENSA Unix:
and the draft occam 3 reference manual is in the same
directory, for interest.
ocinf/
occam-C interface tool (ocinf) tutorial manual. This should
be read in conjunction with the ocinf examples, in
../examples/ocinf