#! /bin/csh -f

set matrices     = ../../Matrices
set matrix       = BCSSTK24

set msglvl  = 3
set msgFile = stdout

set inGraphFile   = $matrices/$matrix/orig1.graphf

set inCompidsFile = $matrices/$matrix/bkl.ivf
set inCompidsFile = $matrices/$matrix/fishnet.ivf

set outGraphFile = $matrices/$matrix/schur1.graphf
set outGraphFile = none

set outMapFile   = $matrices/$matrix/schurmap.ivf
set outMapFile   = none

testSchurComplement $msglvl $msgFile \
     $inGraphFile $inCompidsFile $outGraphFile $outMapFile
