Skip to content

Commit

Permalink
[june24] in gg_tt.mad try to remove the hack in counters.cc madgraph5…
Browse files Browse the repository at this point in the history
…#891, but this still crashes - will need to revert

./tmad/teeMadX.sh -ggtt -makeclean
  • Loading branch information
valassi committed Jul 19, 2024
1 parent e7f3852 commit 2b57ee5
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 534 deletions.
2 changes: 1 addition & 1 deletion epochX/cudacpp/gg_tt.mad/SubProcesses/counters.cc
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ extern "C"
iimplC + 1,
smatrix1multi_totaltime[iimplC],
smatrix1multi_counter[iimplC],
smatrix1multi_counter[iimplC] / ( smatrix1multi_totaltime[iimplC] + .1 ) );
smatrix1multi_counter[iimplC] / ( smatrix1multi_totaltime[iimplC] ) );
return;
}
}
Loading

0 comments on commit 2b57ee5

Please sign in to comment.