9 | | tar ball from the process page and untar it in a new directory. Then you'll have to set-up the (run) parameters by editing the run_card.dat (./Cards/run_card.dat) and param_card.dat (./Cards/param_card.dat) as usual (remember to set **gridpack** on .true. in the run_card.dat!). Furthermore, you'll have to copy the file makefile_gridpack in the =./bin= directory to the main directory, renaming it to {{{ |
10 | | makefile |
11 | | }}} |
12 | | by typing: |
13 | | {{{ |
14 | | cp ./bin/makefile_gridpack ./makefile |
15 | | }}} |
16 | | (If you would forget this last step, the code runs fine, but all the way at the end you'll get an error message: |
17 | | {{{ |
18 | | make: *** No rule to make target `gridpack.tar.gz'. Stop.=) |
19 | | }}} |
| 9 | tar ball from the process page and untar it in a new directory. Then you'll have to set-up the (run) parameters by editing the run_card.dat (./Cards/run_card.dat) and param_card.dat (./Cards/param_card.dat) as usual (remember to set **gridpack** on .true. in the run_card.dat!). |