Newsgroups: comp.sys.transputer
From: zega01@AMOCO.COM (ELIZABETH A. (X6504/X4597/X5638))
Subject: Help running a process in two transputers
Organization: Amoco Chemical Company, Naperville IL
Date: 27 Oct 1994 20:05:19 GMT
Message-ID: <38p15v$lr7@tabloid.amoco.com>

I have an occam program that runs in one transputer, the procedures are run in
parallel using the following configuration:
CHAN OF INT a,b,c,x,y,z
PAR
  process1(a,y)
  process2(b,z)
  process3(a,b,c,x,y,z)
  process4(c,x)
:
I would like to run the program using two transputers, but since I am new to
parallel processing, I am not sure which ones should go together, or if this is
even feasible with only two transputers.  Any suggestions on how to configure
the .PGM file will be greatly appreciated.
Thank you
Elizabeth

