#! /bin/csh -f

set msglvl           = 1
set msgFile          = res.serial
set msgFile          = stdout
set msgFile          = res

set nproc = 4

#
# for solaris with mpich
#
# set pgFile = allInOne.$nproc.pg
# /usr/local/mpich-1.0.13/bin/mpirun -p4pg $pgFile \
# allInOne $msglvl $msgFile 
 
#
# for sgi
#
# mpirun -np $nproc \
# allInOne $msglvl $msgFile 
 
#
# for hp
#
# /opt/mpi1.2.2/bin/mpirun -np $nproc \
# allInOne $msglvl $msgFile 

