File: do_ST_tests

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 (88 lines) | stat: -rwxr-xr-x 2,507 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
76
77
78
79
80
81
82
83
84
85
86
87
88
#! /bin/csh -f

set TEST_DIR = ../../../inp

echo plat362.mtx
rm fort.*
uncompress < $TEST_DIR/plat362.mtx.Z > fort.37
cp $TEST_DIR/jcp.plat362.inp  input.dat
testSerial 0 junk stdout 10 3 fort.37 
exit
testSerial 0 junk stdout 10 3 fort.37 > res.mtx.plat362

echo matrices.3
rm fort.*
uncompress < $TEST_DIR/matrix.3A.Z > fort.37
uncompress < $TEST_DIR/matrix.3B.Z > fort.38
cp $TEST_DIR/jcp.inp.vib.3 input.dat
testSerial 0 junk stdout 10 1 fort.37 fort.38  > res.mtx.3
  
echo matrices.4
rm fort.*
uncompress < $TEST_DIR/matrix.4A.Z > fort.37
uncompress < $TEST_DIR/matrix.4B.Z > fort.38
cp  $TEST_DIR/jcp.inp.vib.4 input.dat
testSerial 0 junk stdout 10 1 fort.37 fort.38  > res.mtx.4

echo matrices.5
rm fort.*
uncompress < $TEST_DIR/matrix.5A.Z > fort.37
uncompress < $TEST_DIR/matrix.5B.Z > fort.38
cp $TEST_DIR/jcp.inp.vib.5  input.dat
testSerial 0 junk stdout 10 1 fort.37 fort.38 > res.mtx.5

echo matrices.6
rm fort.*
uncompress < $TEST_DIR/matrix.6A.Z > fort.37
uncompress < $TEST_DIR/matrix.6B.Z > fort.38
cp $TEST_DIR/jcp.inp.vib.6  input.dat
testSerial 0 junk stdout 10 1 fort.37 fort.38  > res.mtx.6

echo matrices.7
rm fort.*
uncompress < $TEST_DIR/matrix.7A.Z > fort.37
uncompress < $TEST_DIR/matrix.7B.Z > fort.38
cp  $TEST_DIR/jcp.inp.vib.7 input.dat
testSerial 0 junk stdout 10 1 fort.37 fort.38  > res.mtx.7

echo matrices.8
rm fort.*
uncompress < $TEST_DIR/matrix.8A.Z > fort.37
uncompress < $TEST_DIR/matrix.8B.Z > fort.38
cp $TEST_DIR/jcp.inp.vib.8 input.dat
testSerial 0 junk stdout 10 1 fort.37 fort.38   > res.mtx.8

echo matrices.9
rm fort.*
uncompress < $TEST_DIR/matrix.9A.Z > fort.37
uncompress < $TEST_DIR/matrix.9B.Z > fort.38
cp  $TEST_DIR/jcp.inp.vib.9 input.dat
testSerial 0 junk stdout 10 1 fort.37 fort.38  > res.mtx.9

echo matrices.10
rm fort.*
uncompress < $TEST_DIR/matrix.10A.Z > fort.37
uncompress < $TEST_DIR/matrix.10B.Z > fort.38
cp  $TEST_DIR/jcp.inp.vib.10 input.dat
testSerial 0 junk stdout 10 1 fort.37 fort.38  > res.mtx.10


echo matrices.11
rm fort.*
uncompress < $TEST_DIR/matrix.11A.Z > fort.37
uncompress < $TEST_DIR/matrix.11B.Z > fort.38
cp  $TEST_DIR/jcp.inp.buck.11 input.dat
testSerial 0 junk stdout 10 2 fort.37 fort.38  > res.mtx.11


echo matrices.3_fiddle
#rm fort.*
#uncompress < $TEST_DIR/matrix.fid.3A.Z > fort.37
#uncompress < $TEST_DIR/matrix.fid.3B.Z > fort.38
#cp  $TEST_DIR/jcp.inp.buck.3fid  input.dat
#testSerial  0 junk stdout 10 2 fort.37 fort.38  > res.mtx.3_fiddle

quick_diff

rm -f fort.* junk* stdout /tmp/*fil* res* *.dat