Instructions for running PARSEC with SunOS (Solaris) on SPARC processor
- Please compile and run your PARSEC programs on
stimpy.cis which is
running SunOS (Solaris) on SPARC processor.
- Set the environment variable PCC_DIRECTORY to
/m/degas/research/simulators/parsec/solaris.
- Add $PCC_DIRECTORY/bin into your PATH.
- Make sure your shell uses the gcc at
/usr/local/gnu/gcc/bin/gcc.
- Use "pcc" to compile PARSEC programs. For instance,
pcc -o pc
ProducerConsumer.pc creates the
executable file pc.
- Use ulimit -s 200000
(ksh shell) or
unlimit (tcsh shell)
to set limitations on the system resources available to the
current shell and its descendents.