This document describes the use of fork95 in the CSI network at La Laguna. It was written by Casiano R. Leon (casiano@ull.es), March, 1999. *********************************************************************** To make fork95 available in the csi network follow this steps: 1) create an empty file .fork95 in your home directory (for example using vi) 2) define the following alias in your .cshrc file alias fork fcc -I$FORKDIR/include -FORK -m alias pram pramsim -p 8 -v 2 3) update the changes: source .cshrc 4) make an example directory and copy the files in $FORKDIR/examples mkdir -p ~/fork/examples 5) change directory cd ~/fork/examples 6) copy the examples: cp $FORKDIR/examples/* . and the hidden files: cp $FORKDIR/examples/.* . 7) compile the examples: make 8) load the interpreter with a program: /home/alu9/fork/examples[44]> pramsim -p 4 -v 2 quickhull ***** PRAM-SIMULATOR (v2.0) ***** >>>>>>>> DAMN FAST <<<<<<<< (c) by hirbli & stefran 07.10.94 You have 4 physical processors with 2 vP's each Relocating file quickhull... done Loading file /var/tmp/aaaa006KX.cod...Doing realloc old:0x800 new:0x717c Doing realloc old:0x21000 new:0xdbcdd done PRAM P0 = (p0, v0)>_ 9) execute it ! PRAM P0 = (p0, v0)>g 10) exit .... Stop nach 5803033 Runden, 1174.371 kIps real (1539.266 kIps user) 0fd9 18137FFF POPNG R6, ffffffff, R1 PRAM P0 = (p0, v0)> q 10) get the manual tutorial.ps in directory $FORKDIR/doc ls -l $FORKDIR/doc total 2998 -rw-r--r-- 1 perdomo staff 3013 Jul 31 1998 fcc.aux -rw-r--r-- 1 perdomo staff 53868 Jul 31 1998 fcc.dvi -rw-r--r-- 1 perdomo staff 7256 Jul 31 1998 fcc.log -rw-r--r-- 1 perdomo 16300 44912 Feb 6 1998 fcc.tex -r--r--r-- 1 perdomo 16330 229 Dec 5 1995 Makefile -rw-r--r-- 1 perdomo 16300 1022 Aug 5 1997 README -rw-r--r-- 1 perdomo 16300 86430 Apr 25 1996 spaalib.ps -rw-r--r-- 1 perdomo 16300 1320455 Sep 9 1997 tutorial.ps 11) aditional documentation available are in ftp://ftp.csi.ull.es/pub/asignas/PRGPAR1/fork/ ftp://ftp.csi.ull.es/pub/asignas/PRGPAR1/pram/ the file ftp://ftp.csi.ull.es/pub/asignas/PRGPAR1/fork/forkbykiko.ps contains a complete introduction to fork95 in Spanish the file ftp://ftp.csi.ull.es/pub/asignas/PRGPAR1/pram/kikopram.ps contain a description of the pram model and the ll (La Laguna) language also in Spanish. for further and updated information visit the web page of Kessler at http://www.informatik.uni-trier.de/~kessler/fork95.html