File: do_testFS

package info (click to toggle)
spooles 2.2-5
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 18,824 kB
  • ctags: 3,665
  • sloc: ansic: 146,828; csh: 3,615; makefile: 2,045; perl: 70
file content (37 lines) | stat: -rwxr-xr-x 1,004 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
#! /bin/csh -f

set matrices     = ../../Matrices
set matrix       = R2D100
set inETreeFile = $matrices/$matrix/nd.etreef
set inGraphFile = $matrices/$matrix/orig0.graphf

set matrices     = ../../../matrices
set matrix       = BCSSTK24
set matrix       = GRD15x15x127
set matrix       = BCSSTK37
set matrix       = BCSSTK30
set matrix       = MN12    
set matrix       = GRD31x31x31
set matrix       = GRD7x7

# set matrices     = /local1/ARPA/matrices
# set matrix       = i4a    

set inETreeFile = $matrices/$matrix/nd2.etreef
set inETreeFile = $matrices/$matrix/msmd.etreef
set inETreeFile = $matrices/$matrix/best0.etreef
set inETreeFile = $matrices/$matrix/ms.etreef
set inETreeFile = $matrices/$matrix/mmd.etreef
set inETreeFile = $matrices/$matrix/nd.etreef

set firstEPSfile  = temp1.eps
set secondEPSfile = temp2.eps

set labelflag   = 1
set radius      = 10

set msglvl  = 1
set msgFile = stdout

testFS $msglvl $msgFile $inETreeFile \
       $labelflag $radius $firstEPSfile $secondEPSfile