[pooma-dev] another simple question

Jeffrey Oldham oldham at codesourcery.com
Mon Jul 22 23:08:14 UTC 2002


On Thu, Jul 18, 2002 at 01:08:16AM -0700, Garnet Kin-Lic Chan wrote:
> 
> When installing Cheetah with MM, how does one then run code to utilise
> more than one processor on a shared memory machine? (I've already
> configured POOMA; I was wondering about the equivalent of mpirun for
> shared memory...)

Use a command line like
	   Doof2d-Array-distributed -shmem -np 4 2 10 1000
'-shmem' indicates the MM shared memory library should be used.  '-np
4' indicates four processors.

The last paragraph of
http://www.codesourcery.com/pooma/pooma_manual/tutorial-array_distributed.html
has this command line.

Thanks,
Jeffrey D. Oldham
oldham at codesourcery.com



More information about the pooma-dev mailing list