source: branches/start/MagicSoft/Simulation/Corsika/Checkmc/checkmc

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
2date
3
4if ( -e test) then
5
6else
7 mkdir ${PWD}/test
8endif
9
10cp checkmc.kumac test/
11cp checkmc_reference.hbook test/
12
13
14rm -f test/checkmc.log
15rm -f test/checkmc.ps
16rm -f test/checkmc_paw.log
17
18
19echo "checkmc_${OSTYPE} < input_example >& test/checkmc.log "
20checkmc_${OSTYPE} < input_example >& test/checkmc.log
21
22cd test
23
24pawX11 >& checkmc_paw.log << EOF
251
26exec checkmc
27exit
28EOF
29echo " Checkmc finished ... "
30echo " Output in files checkmc.log"
31echo " and checkmc.ps"
32date
Note: See TracBrowser for help on using the repository browser.