~maddevelopers/mg5amcnlo/PY8meetsMG5aMC_release

« back to all changes in this revision

Viewing changes to vendor/SudGen/README_grid_clust

  • Committer: paolotorriell
  • Date: 2023-02-08 15:15:51 UTC
  • Revision ID: paolo.torrielli@unito.it-20230208151551-ctn5awnlc688jwd7
added a script for intermediate grid combination and updated readme file

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 
12
12
3) ./condor_submit_gridsudgen.sh
13
13
   this step submits jobs on lxplus; at the end of the jobs one gets
14
 
   files called grid_i_j.txt (i=itype, j=ipart)
15
 
 
16
 
4) make gridsudcomb
17
 
 
18
 
5) ./gridsudcomb < input
 
14
   files called grid_i_j_k.txt (i=itype, j=ipart, k=dipole mass)
 
15
 
 
16
4) ./grid_combine.sh
 
17
   this step collects all files grid_i_j_k.txt into grid_i_j.txt 
 
18
 
 
19
5) make gridsudcomb
 
20
 
 
21
6) ./gridsudcomb < input
19
22
   where 'input' must have the same parameters as those used in
20
23
   run_gridsudgen.sh; this step copies the content of the grid_i_j.txt
21
 
   files to the final sudakov.f output file
 
24
   files to the final sudakov_template.f output file
22
25
 
23
26
 
24
27