#! /bin/csh -f

set msglvl        = 1
set msgFile       = res.serial
set msgFile       = stdout
set msgFile       = res
set matrices      = ../../Matrices

set matrix        = R3D13824
set inDInpMtxFile = $matrices/$matrix/orig.dinpmtxb
set neqns         = 13824

set matrix        = R2D100
set inDInpMtxFile = $matrices/$matrix/orig.dinpmtxf
set neqns         = 100

set matrix        = R2D10000
set inDInpMtxFile = $matrices/$matrix/orig.dinpmtxf
set neqns         = 10000

set seed         = 10101
set coordType    = 3    
set inputMode    = 2    
set nproc        = 4
set maxzeros     = 128
set maxfrontsize = 64

#
# for solaris with mpich
#
# set pgFile     = order$nproc.pg
# /usr/local/mpi/bin/mpirun -p4pg $pgFile \
# testOrder \
#    $msglvl $msgFile $neqns $seed \
#    $coordType $inputMode $inDInpMtxFile $maxzeros $maxfrontsize
 
#
# for sgi
#
# mpirun -np $nproc \
# testOrder \
#    $msglvl $msgFile $neqns $seed \
#    $coordType $inputMode $inDInpMtxFile $maxzeros $maxfrontsize
 
#
# for hp
#
# /opt/mpi1.2.2/bin/mpirun -np $nproc \
# testOrder \
#    $msglvl $msgFile $neqns $seed \
#    $coordType $inputMode $inDInpMtxFile $maxzeros $maxfrontsize
