Changes between Version 5 and Version 6 of FAQ-Gridpacks-5


Ignore:
Timestamp:
Apr 13, 2012, 6:35:35 PM (12 years ago)
Author:
Olivier Mattelaer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FAQ-Gridpacks-5

    v5 v6  
    77madevent.tar.gz
    88}}}
    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
    10 {{{
    11 gridpack
    12 }}}
    13 .true.= in the
    14 {{{
    15 run_card.dat
    16 }}}
    17 !). Furthermore, you'll have to copy the file makefile_gridpack in the =./bin= directory to the main directory, renaming it to {{{
     9tar 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 {{{
    1810makefile
    1911}}}
     
    2214cp ./bin/makefile_gridpack ./makefile
    2315}}}
    24 (If you would forget this last step, the code runs fine, but all the way at the end you'll get an error message: =make: *** No rule to make target `gridpack.tar.gz'.  Stop.=)
    25 
     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{{{
     18make: *** No rule to make target `gridpack.tar.gz'.  Stop.=)
     19}}}
    2620Then you can generate the gridpack by running
    2721{{{