File: do_ST_fiddle

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 (20 lines) | stat: -rwxr-xr-x 428 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
#! /bin/csh -f

set MTX_DIR = /home/pattersn/LANCZOS/test/inp

echo matrix3fiddle

uncompress < $MTX_DIR/matrix.fid.3A.Z > fort.37
uncompress < $MTX_DIR/matrix.fid.3B.Z > fort.38

set msglvl   = 0
set msgFile  = res.fiddle
set parmFile = fiddle.inp
set seed     = 10
set inFileA  = fort.37
set inFileB  = fort.38
set resFile  = res.fiddle

testSerial $msglvl $msgFile $parmFile $seed $inFileA $inFileB 

rm fort.* lmq* lq* evc*