Skip to content

Commit

Permalink
[grid] regenerate gg_tt,mad, all is ok (there is one change as I adde…
Browse files Browse the repository at this point in the history
…d a comment in the fix for #947)
  • Loading branch information
valassi committed Aug 2, 2024
1 parent 929a3f8 commit 23ac026
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions epochX/cudacpp/gg_tt.mad/CODEGEN_mad_gg_tt_log.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,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.0056645870208740234 
DEBUG: model prefixing takes 0.005559682846069336 
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 @@ -178,7 +178,7 @@ INFO: Generating Helas calls for process: g g > t t~ WEIGHTED<=2 @1
INFO: Processing color information for process: g g > t t~ @1
INFO: Creating files in directory P1_gg_ttx
DEBUG: kwargs[prefix] = 0 [model_handling.py at line 1152] 
DEBUG: process_exporter_cpp =  <PLUGIN.CUDACPP_OUTPUT.model_handling.PLUGIN_OneProcessExporter object at 0x7fe00ca2dd30> [export_v4.py at line 6261] 
DEBUG: process_exporter_cpp =  <PLUGIN.CUDACPP_OUTPUT.model_handling.PLUGIN_OneProcessExporter object at 0x7f9257c19d30> [export_v4.py at line 6261] 
INFO: Creating files in directory .
FileWriter <class 'PLUGIN.CUDACPP_OUTPUT.model_handling.PLUGIN_CPPWriter'> for ././CPPProcess.h
FileWriter <class 'PLUGIN.CUDACPP_OUTPUT.model_handling.PLUGIN_CPPWriter'> for ././CPPProcess.cc
Expand All @@ -198,15 +198,15 @@ INFO: Finding symmetric diagrams for subprocess group gg_ttx
DEBUG: iconfig_to_diag =  {1: 1, 2: 2, 3: 3} [model_handling.py at line 1544] 
DEBUG: diag_to_iconfig =  {1: 1, 2: 2, 3: 3} [model_handling.py at line 1545] 
Generated helas calls for 1 subprocesses (3 diagrams) in 0.006 s
Wrote files for 10 helas calls in 0.120 s
Wrote files for 10 helas calls in 0.117 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.150 s
ALOHA: aloha creates 2 routines in 0.145 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.136 s
ALOHA: aloha creates 4 routines in 0.132 s
<class 'aloha.create_aloha.AbstractRoutine'> VVV1
<class 'aloha.create_aloha.AbstractRoutine'> FFV1
<class 'aloha.create_aloha.AbstractRoutine'> FFV1
Expand Down Expand Up @@ -241,9 +241,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.979s
user 0m1.695s
sys 0m0.271s
real 0m1.922s
user 0m1.655s
sys 0m0.262s
Code generation completed in 2 seconds
************************************************************
* *
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3967,7 +3967,7 @@ def do_create_gridpack(self, line):
for P in Pdir:
allG = misc.glob('G*', path=P)
for G in allG:
if not os.path.isdir(G): continue
if not os.path.isdir(G): continue # avoid deleting GpuAbstraction.h (madgraph5/madgraph4gpu#947)
if pjoin(P, G) not in Gdir:
logger.debug('removing %s', pjoin(P,G))
shutil.rmtree(pjoin(P,G))
Expand Down

0 comments on commit 23ac026

Please sign in to comment.