Last change
on this file was 328, checked in by magiccvs, 25 years ago |
This is the starting point for further development of the checkmc program.
This program is based on the work of JC Gonzales, D Petry & P Morawitz.
I hope it is running under linux and osf/alphas. You have to set the
right values in the config.mk.* file and the Makefile.
Now this program is also under CVS control.
|
-
Property svn:executable
set to
*
|
File size:
501 bytes
|
Line | |
---|
1 | #!/bin/csh -f
|
---|
2 | date
|
---|
3 |
|
---|
4 | if ( -e test) then
|
---|
5 |
|
---|
6 | else
|
---|
7 | mkdir ${PWD}/test
|
---|
8 | endif
|
---|
9 |
|
---|
10 | cp checkmc.kumac test/
|
---|
11 | cp checkmc_reference.hbook test/
|
---|
12 |
|
---|
13 |
|
---|
14 | rm -f test/checkmc.log
|
---|
15 | rm -f test/checkmc.ps
|
---|
16 | rm -f test/checkmc_paw.log
|
---|
17 |
|
---|
18 |
|
---|
19 | echo "checkmc_${OSTYPE} < input_example >& test/checkmc.log "
|
---|
20 | checkmc_${OSTYPE} < input_example >& test/checkmc.log
|
---|
21 |
|
---|
22 | cd test
|
---|
23 |
|
---|
24 | pawX11 >& checkmc_paw.log << EOF
|
---|
25 | 1
|
---|
26 | exec checkmc
|
---|
27 | exit
|
---|
28 | EOF
|
---|
29 | echo " Checkmc finished ... "
|
---|
30 | echo " Output in files checkmc.log"
|
---|
31 | echo " and checkmc.ps"
|
---|
32 | date
|
---|
Note:
See
TracBrowser
for help on using the repository browser.