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


Ignore:
Timestamp:
Jun 28, 2012, 10:58:31 PM (12 years ago)
Author:
Olivier Mattelaer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FAQ-Gridpacks-5

    v6 v7  
    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 **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 }}}
     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!).
    2010Then you can generate the gridpack by running
    2111{{{
     
    2414
    2515
    26 -- Main.RikkertFrederix - 24 Mar 2009
     16-- Olivier.Mattelaer - 28 Jul 2012