#! /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        = R2D10000
set inDInpMtxFile = $matrices/$matrix/orig.dinpmtxf
set neqns         = 10000

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

set seed       = 10101
set coordType  = 3    
set inputMode  = 2    
set nproc      = 4

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