File: do_factorMT

package info (click to toggle)
spooles 2.2-16
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 19,760 kB
  • sloc: ansic: 146,836; sh: 7,571; csh: 3,615; makefile: 1,970; perl: 74
file content (29 lines) | stat: -rwxr-xr-x 869 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#! /bin/csh -f

set msglvl           = 1
set msgFile          = res3D.64
set msgFile          = res3D
set msgFile          = /local1/ARPA/junk/res.grid.MT
set msgFile          = stdout

set mtxFile   = /local1/ARPA/matrices/i4a/i4a.inpmtxb
set etreeFile = /local1/ARPA/matrices/i4a/best0.etreef

set mtxFile   = ../../Matrices/R2D100/orig.inpmtxf
set etreeFile = ../../Matrices/R2D100/nd.etreef

set seed             = 10101
set symmetryflag     = 0
set sparsityflag     = 0
set pivotingflag     = 0
set tau              = 5
set droptol          = 1.e-10
set nrhs             = 4
set nthread          = 4
set maptype          = 3
set cutoff           = 0.25
set lookahead        = 0

testFactorMT $msglvl $msgFile $mtxFile $etreeFile \
             $seed $symmetryflag $sparsityflag $pivotingflag \
             $tau $droptol $nrhs $nthread $maptype $cutoff $lookahead