Changes between Initial Version and Version 1 of FAQ-Gridpacks-5


Ignore:
Timestamp:
Mar 20, 2012, 4:19:16 PM (12 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FAQ-Gridpacks-5

    v1 v1  
     1
     2
     3=== I have downloaded a madevent.tar.gz package. Can I create the gridpack locally? ===
     4
     5If you have generated a process on-line and you do not want to use this cluster to create the gridpack you can also create the gridpack locally or using your own computer cluster. To do this you'll have to download the
     6{{{
     7madevent.tar.gz
     8}}}
     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 =[http://cp3wks05.fynu.ucl.ac.be/cgi-bin/ViewVC/viewvc.cgi/MG_ME/Template/Cards/run_card.dat?view=markup ./Cards/run_card.dat]= and =[http://cp3wks05.fynu.ucl.ac.be/cgi-bin/ViewVC/viewvc.cgi/MG_ME/Template/Cards/param_card.dat?view=markup ./Cards/param_card.dat]= as usual (remember to set {{{gridpack }}} .true.= in the {{{run_card.dat}}} !). Furthermore, you'll have to copy the file =[http://cp3wks05.fynu.ucl.ac.be/cgi-bin/ViewVC/viewvc.cgi/MG_ME/Template/bin/makefile_gridpack?view=markup makefile_gridpack]= in the =./bin= directory to the main directory, renaming it to {{{makefile}}} by typing:
     10{{{
     11cp ./bin/makefile_gridpack ./makefile
     12}}}
     13(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.=)
     14
     15Then you can generate the gridpack by running
     16{{{
     17./bin/generate_events
     18}}}
     19
     20
     21-- Main.RikkertFrederix - 24 Mar 2009