1#! /bin/csh -f
2
3set msglvl  = 1
4set msgFile = stdout
5set msgFile = res
6
7
8set nlist = 1000
9set seed  = 10101
10set nproc = 4
11
12#
13#  for solaris with mpich
14#
15set pgFile  = IVLallgather$nproc.pg
16# /usr/local/mpi/bin/mpirun -p4pg $pgFile \
17/usr/local/mpich-1.0.13/bin/mpirun -p4pg $pgFile \
18   testIVLallgather $msglvl $msgFile $nlist $seed
19
20#
21#  for sgi
22#
23# mpirun -np $nproc \
24# testIVLallgather $msglvl $msgFile $nlist $seed
25
26#
27#  for hp
28#
29# /opt/mpi/bin/mpirun -np $nproc \
30# testIVLallgather $msglvl $msgFile $nlist $seed
31
32