#! /bin/csh -f
setenv PATH /usr/lib/spooles/bin:$PATH

set msglvl  = 1
set msgFile = stdout
set msgFile = res


set nlist = 1000
set seed  = 10101
set nproc = 4

#
#  for solaris with mpich
#
set pgFile  = IVLallgather$nproc.pg
# mpirun -np 4 \
/usr/local/mpich-1.0.13/bin/mpirun -np 4 \
   testIVLallgather $msglvl $msgFile $nlist $seed
 
#
#  for sgi
#
# mpirun -np $nproc \
# testIVLallgather $msglvl $msgFile $nlist $seed
 
#
#  for hp
#
# /opt/mpi/bin/mpirun -np $nproc \
# testIVLallgather $msglvl $msgFile $nlist $seed

