File: do_mkDSTree

package info (click to toggle)
spooles 2.2-9
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 19,012 kB
  • sloc: ansic: 146,834; csh: 3,615; makefile: 2,040; perl: 74
file content (75 lines) | stat: -rwxr-xr-x 1,667 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
#! /bin/csh -f

set matrices    = ../../Matrices
set matrix      = R2D100
set matrix      = BCSSTK16
set matrix      = BCSSTK24
set inGraphFile = $matrices/$matrix/orig0.graphf
set inGraphFile = $matrices/$matrix/orig1.graphf

set matrices    = ../../../matrices
set matrix      = GRD15x15x127
set inGraphFile = $matrices/$matrix/orig0.graphb

set msglvl      = 1

set msgFile    = stdout

set nseed      = 21
set nseed      =  1

set minweight  =  10
set maxweight  =  20
set minweight  =  100
set maxweight  =  200
set minweight  =  200
set maxweight  =  400
set minweight  =   50
set maxweight  =  100
set minweight  =   5
set maxweight  =  10

set freeze     = 4.0
set alpha      = 0.25
set alpha      = 0.5
set alpha      = 0.75
set alpha      = 1.0
set alpha      = 0.1

set maxDomWeight = 200000
set maxDomWeight = 8000
set maxDomWeight = 2000
set maxDomWeight = 4000
set maxDomWeight =  500
set maxDomWeight =  250
set maxDomWeight = 8000
set maxDomWeight = 16000
set maxDomWeight =  9
set maxDomWeight = 200
set maxDomWeight = 500
set maxDomWeight = 25
set maxDomWeight = 1
set maxDomWeight = 100
set maxDomWeight = 343
set maxDomWeight = 3375

set DDoption     = 1

set ordertype    = 1

set outIVfile = $matrices/$matrix/levels50.ivf
set outIVfile = $matrices/$matrix/levels.ivf
set outIVfile = none

set outDSTreeFile = $matrices/$matrix/ms.dstreef
set outDSTreeFile = $matrices/$matrix/nd.dstreef
set outDSTreeFile = none
set outDSTreeFile = $matrices/$matrix/nd2.dstreef

set seed = 4

set nlayer = 2

mkDSTree $msglvl $msgFile $inGraphFile $seed \
         $minweight $maxweight $freeze $alpha \
         $maxDomWeight $DDoption $nlayer $outDSTreeFile