/usr/share/doc/libcojets2-dev/README.examples.cojets is in libcojets2-dev 20061220+dfsg3-3.1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | Building the COJETS example
---------------------------
cd /usr/share/doc/libcojets2-dev/examples/
gfortran -DCERNLIB_DOUBLE *.F `cernlib cojets` -o $HOME/cojets
Running the COJETS example
--------------------------
cd $HOME
# If you use bash or some other sh-like shell, use the following line:
export GFORTRAN_STDIN_UNIT=1
# If you use csh or tcsh, instead use the following line:
setenv GFORTRAN_STDIN_UNIT 1
./cojets < /usr/share/montecarlo-data/cojets.dat
(The example presumes that you have installed the recommended montecarlo-data
Debian package containing the cojets.dat file.)
For detailed explanations, please refer to the COJETS manual shipped in the
documentation of this Debian package.
-- Kevin B. McCarty <kmccarty@debian.org>
|