Skip to content

Commit

Permalink
[goodhel+june24] regenerate gg_tt.mad with the latest mg5amc: three i…
Browse files Browse the repository at this point in the history
…nitialization lines appear in dsample.f, will this fix madgraph5#991?
  • Loading branch information
valassi committed Sep 3, 2024
1 parent c731a24 commit b4ede27
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
18 changes: 9 additions & 9 deletions epochX/cudacpp/gg_tt.mad/CODEGEN_mad_gg_tt_log.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
This version is intended for development/beta testing and NOT for production.
This version has not been fully tested (if at all) and might have limited user support (if at all)
Running MG5 in debug mode
('WARNING: loading of madgraph too slow!!!', 0.986461877822876)
************************************************************
* *
* W E L C O M E to *
Expand Down Expand Up @@ -57,7 +58,7 @@ generate g g > t t~
No model currently active, so we import the Standard Model
INFO: load particles
INFO: load vertices
DEBUG: model prefixing takes 0.005628108978271484 
DEBUG: model prefixing takes 0.005642414093017578 
INFO: Restrict model sm with file models/sm/restrict_default.dat .
DEBUG: Simplifying conditional expressions 
DEBUG: remove interactions: u s w+ at order: QED=1 
Expand Down Expand Up @@ -184,20 +185,19 @@ INFO: Created files CPPProcess.h and CPPProcess.cc in directory ./.
DEBUG: Done [export_cpp.py at line 713] 
INFO: Generating Feynman diagrams for Process: g g > t t~ WEIGHTED<=2 @1
INFO: Finding symmetric diagrams for subprocess group gg_ttx
DEBUG: os.getcwd() =  /data/avalassi/GPU2023/madgraph4gpuX/MG5aMC/TMPOUT/CODEGEN_mad_gg_tt/SubProcesses/P1_gg_ttx [export_v4.py at line 6502] 
DEBUG: len(subproc_diagrams_for_config) =  3 [model_handling.py at line 1523] 
DEBUG: iconfig_to_diag =  {1: 1, 2: 2, 3: 3} [model_handling.py at line 1547] 
DEBUG: diag_to_iconfig =  {1: 1, 2: 2, 3: 3} [model_handling.py at line 1548] 
Generated helas calls for 1 subprocesses (3 diagrams) in 0.007 s
Wrote files for 10 helas calls in 0.084 s
Generated helas calls for 1 subprocesses (3 diagrams) in 0.006 s
Wrote files for 10 helas calls in 0.094 s
ALOHA: aloha starts to compute helicity amplitudes
ALOHA: aloha creates VVV1 set of routines with options: P0
ALOHA: aloha creates FFV1 routines
ALOHA: aloha creates 2 routines in 0.147 s
ALOHA: aloha creates 2 routines in 0.139 s
ALOHA: aloha starts to compute helicity amplitudes
ALOHA: aloha creates VVV1 set of routines with options: P0
ALOHA: aloha creates FFV1 routines
ALOHA: aloha creates 4 routines in 0.135 s
ALOHA: aloha creates 4 routines in 0.137 s
<class 'aloha.create_aloha.AbstractRoutine'> VVV1
<class 'aloha.create_aloha.AbstractRoutine'> FFV1
<class 'aloha.create_aloha.AbstractRoutine'> FFV1
Expand Down Expand Up @@ -229,9 +229,9 @@ Type "launch" to generate events from this process, or see
Run "open index.html" to see more information about this process.
quit

real 0m1.928s
user 0m1.650s
sys 0m0.277s
real 0m2.907s
user 0m2.416s
sys 0m0.299s
Code generation completed in 2 seconds
************************************************************
* *
Expand Down
3 changes: 3 additions & 0 deletions epochX/cudacpp/gg_tt.mad/Source/dsample.f
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,9 @@ subroutine sample_full(ndim,ncall,itmax,itmin,dsig,ninvar,nconfigs,VECSIZE_USED)

if (VECSIZE_USED.le.1) then
all_fx(1) = dsig(all_p, all_wgt,0)
ivec=0
ilock=0
iwarp=1
else
c Here "i" is the position in the full grid of the event
do i=(iwarp-1)*WARP_SIZE+1, iwarp*warp_size
Expand Down

0 comments on commit b4ede27

Please sign in to comment.