#! /bin/csh -f

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

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

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

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

set nrhs         = 4
set seed         = 10101
set nproc        = 4
set sigma        = 1.5
set symmetryflag = 0
set randomflag   = 0

#
#  for solaris with mpich
#
# set pgFile = splitDLinSystem$nproc.pg
# /usr/local/mpi/bin/mpirun -p4pg $pgFile \
# testSplitDLinSystem \
#    $msglvl $msgFile $neqns $nrhs \
#    $inDInpMtxFile $sigma $inDInpMtxFile \
#    $symmetryflag $randomflag $seed

#
# for sgi
#
# mpirun -np $nproc \
# testSplitDLinSystem \
#    $msglvl $msgFile $neqns $nrhs \
#    $inDInpMtxFile $sigma $inDInpMtxFile \
#    $symmetryflag $randomflag $seed

#
# for hp
#
# /opt/mpi1.2.2/bin/mpirun -np $nproc \
# testSplitDLinSystem \
#    $msglvl $msgFile $neqns $nrhs \
#    $inDInpMtxFile $sigma $inDInpMtxFile \
#    $symmetryflag $randomflag $seed

