Skip to content

Commit

Permalink
[pptt] regenerate pp_ttjj.mad after modifying CODEGEN model_handling.…
Browse files Browse the repository at this point in the history
…py to disable mirror processing again (undo PR madgraph5#754) to fix madgraph5#872

This does set MIRRORPROCS to false.
But it ALSO sets nprocesses=1 instead of nprocesses=1.
  • Loading branch information
valassi committed Jul 24, 2024
1 parent b28e04b commit b74efb6
Show file tree
Hide file tree
Showing 25 changed files with 90 additions and 90 deletions.
130 changes: 65 additions & 65 deletions epochX/cudacpp/pp_ttjj.mad/CODEGEN_mad_pp_ttjj_log.txt

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions epochX/cudacpp/pp_ttjj.mad/Cards/me5_configuration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
# pineappl = pineappl


#mg5_path = /data/avalassi/GPU2023/madgraph4gpuBis/MG5aMC/mg5amcnlo
#mg5_path = /data/avalassi/GPU2023/madgraph4gpuX/MG5aMC/mg5amcnlo

# MG5 MAIN DIRECTORY
#mg5_path = /data/avalassi/GPU2023/madgraph4gpuBis/MG5aMC/mg5amcnlo
#mg5_path = /data/avalassi/GPU2023/madgraph4gpuX/MG5aMC/mg5amcnlo
Original file line number Diff line number Diff line change
Expand Up @@ -1459,7 +1459,7 @@ namespace mg5amcCpu
// These variable are not used anywhere else in the code and their scope is limited to this sanity check
{
// nprocesses == 2 may happen for "mirror processes" such as P0_uux_ttx within pp_tt012j (see PR #754)
constexpr int nprocesses = 2;
constexpr int nprocesses = 1;
static_assert( nprocesses == 1 || nprocesses == 2, "Assume nprocesses == 1 or 2" );
constexpr int process_id = 1; // code generation source: madevent + cudacpp exporter
static_assert( process_id == 1, "Assume process_id == 1" );
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
1 g u > t t~ g u,g c > t t~ g c,g d > t t~ g d,g s > t t~ g s
mirror u g > t t~ g u,c g > t t~ g c,d g > t t~ g d,s g > t t~ g s
mirror none
Original file line number Diff line number Diff line change
Expand Up @@ -1459,7 +1459,7 @@ namespace mg5amcCpu
// These variable are not used anywhere else in the code and their scope is limited to this sanity check
{
// nprocesses == 2 may happen for "mirror processes" such as P0_uux_ttx within pp_tt012j (see PR #754)
constexpr int nprocesses = 2;
constexpr int nprocesses = 1;
static_assert( nprocesses == 1 || nprocesses == 2, "Assume nprocesses == 1 or 2" );
constexpr int process_id = 1; // code generation source: madevent + cudacpp exporter
static_assert( process_id == 1, "Assume process_id == 1" );
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DATA (MIRRORPROCS(I),I=1,1)/.TRUE./
DATA (MIRRORPROCS(I),I=1,1)/.FALSE./
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
1 g u~ > t t~ g u~,g c~ > t t~ g c~,g d~ > t t~ g d~,g s~ > t t~ g s~
mirror u~ g > t t~ g u~,c~ g > t t~ g c~,d~ g > t t~ g d~,s~ g > t t~ g s~
mirror none
Original file line number Diff line number Diff line change
Expand Up @@ -1034,7 +1034,7 @@ namespace mg5amcCpu
// These variable are not used anywhere else in the code and their scope is limited to this sanity check
{
// nprocesses == 2 may happen for "mirror processes" such as P0_uux_ttx within pp_tt012j (see PR #754)
constexpr int nprocesses = 2;
constexpr int nprocesses = 1;
static_assert( nprocesses == 1 || nprocesses == 2, "Assume nprocesses == 1 or 2" );
constexpr int process_id = 1; // code generation source: madevent + cudacpp exporter
static_assert( process_id == 1, "Assume process_id == 1" );
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DATA (MIRRORPROCS(I),I=1,1)/.TRUE./
DATA (MIRRORPROCS(I),I=1,1)/.FALSE./
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
1 u c > t t~ u c,u d > t t~ u d,u s > t t~ u s,c d > t t~ c d,c s > t t~ c s,d s > t t~ d s
mirror c u > t t~ u c,d u > t t~ u d,s u > t t~ u s,d c > t t~ c d,s c > t t~ c s,s d > t t~ d s
mirror none
Original file line number Diff line number Diff line change
Expand Up @@ -1040,7 +1040,7 @@ namespace mg5amcCpu
// These variable are not used anywhere else in the code and their scope is limited to this sanity check
{
// nprocesses == 2 may happen for "mirror processes" such as P0_uux_ttx within pp_tt012j (see PR #754)
constexpr int nprocesses = 2;
constexpr int nprocesses = 1;
static_assert( nprocesses == 1 || nprocesses == 2, "Assume nprocesses == 1 or 2" );
constexpr int process_id = 1; // code generation source: madevent + cudacpp exporter
static_assert( process_id == 1, "Assume process_id == 1" );
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DATA (MIRRORPROCS(I),I=1,1)/.TRUE./
DATA (MIRRORPROCS(I),I=1,1)/.FALSE./
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
1 u c~ > t t~ u c~,u d~ > t t~ u d~,u s~ > t t~ u s~,c u~ > t t~ c u~,c d~ > t t~ c d~,c s~ > t t~ c s~,d u~ > t t~ d u~,d c~ > t t~ d c~,d s~ > t t~ d s~,s u~ > t t~ s u~,s c~ > t t~ s c~,s d~ > t t~ s d~
mirror c~ u > t t~ u c~,d~ u > t t~ u d~,s~ u > t t~ u s~,u~ c > t t~ c u~,d~ c > t t~ c d~,s~ c > t t~ c s~,u~ d > t t~ d u~,c~ d > t t~ d c~,s~ d > t t~ d s~,u~ s > t t~ s u~,c~ s > t t~ s c~,d~ s > t t~ s d~
mirror none
Original file line number Diff line number Diff line change
Expand Up @@ -1040,7 +1040,7 @@ namespace mg5amcCpu
// These variable are not used anywhere else in the code and their scope is limited to this sanity check
{
// nprocesses == 2 may happen for "mirror processes" such as P0_uux_ttx within pp_tt012j (see PR #754)
constexpr int nprocesses = 2;
constexpr int nprocesses = 1;
static_assert( nprocesses == 1 || nprocesses == 2, "Assume nprocesses == 1 or 2" );
constexpr int process_id = 1; // code generation source: madevent + cudacpp exporter
static_assert( process_id == 1, "Assume process_id == 1" );
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DATA (MIRRORPROCS(I),I=1,1)/.TRUE./
DATA (MIRRORPROCS(I),I=1,1)/.FALSE./
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
1 u u~ > t t~ c c~,u u~ > t t~ d d~,u u~ > t t~ s s~,c c~ > t t~ u u~,c c~ > t t~ d d~,c c~ > t t~ s s~,d d~ > t t~ u u~,d d~ > t t~ c c~,d d~ > t t~ s s~,s s~ > t t~ u u~,s s~ > t t~ c c~,s s~ > t t~ d d~
mirror u~ u > t t~ c c~,u~ u > t t~ d d~,u~ u > t t~ s s~,c~ c > t t~ u u~,c~ c > t t~ d d~,c~ c > t t~ s s~,d~ d > t t~ u u~,d~ d > t t~ c c~,d~ d > t t~ s s~,s~ s > t t~ u u~,s~ s > t t~ c c~,s~ s > t t~ d d~
mirror none
Original file line number Diff line number Diff line change
Expand Up @@ -1459,7 +1459,7 @@ namespace mg5amcCpu
// These variable are not used anywhere else in the code and their scope is limited to this sanity check
{
// nprocesses == 2 may happen for "mirror processes" such as P0_uux_ttx within pp_tt012j (see PR #754)
constexpr int nprocesses = 2;
constexpr int nprocesses = 1;
static_assert( nprocesses == 1 || nprocesses == 2, "Assume nprocesses == 1 or 2" );
constexpr int process_id = 1; // code generation source: madevent + cudacpp exporter
static_assert( process_id == 1, "Assume process_id == 1" );
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DATA (MIRRORPROCS(I),I=1,1)/.TRUE./
DATA (MIRRORPROCS(I),I=1,1)/.FALSE./
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
1 u u~ > t t~ g g,c c~ > t t~ g g,d d~ > t t~ g g,s s~ > t t~ g g
mirror u~ u > t t~ g g,c~ c > t t~ g g,d~ d > t t~ g g,s~ s > t t~ g g
mirror none
Original file line number Diff line number Diff line change
Expand Up @@ -1144,7 +1144,7 @@ namespace mg5amcCpu
// These variable are not used anywhere else in the code and their scope is limited to this sanity check
{
// nprocesses == 2 may happen for "mirror processes" such as P0_uux_ttx within pp_tt012j (see PR #754)
constexpr int nprocesses = 2;
constexpr int nprocesses = 1;
static_assert( nprocesses == 1 || nprocesses == 2, "Assume nprocesses == 1 or 2" );
constexpr int process_id = 1; // code generation source: madevent + cudacpp exporter
static_assert( process_id == 1, "Assume process_id == 1" );
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DATA (MIRRORPROCS(I),I=1,1)/.TRUE./
DATA (MIRRORPROCS(I),I=1,1)/.FALSE./
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
1 u u~ > t t~ u u~,c c~ > t t~ c c~,d d~ > t t~ d d~,s s~ > t t~ s s~
mirror u~ u > t t~ u u~,c~ c > t t~ c c~,d~ d > t t~ d d~,s~ s > t t~ s s~
mirror none
Original file line number Diff line number Diff line change
Expand Up @@ -1034,7 +1034,7 @@ namespace mg5amcCpu
// These variable are not used anywhere else in the code and their scope is limited to this sanity check
{
// nprocesses == 2 may happen for "mirror processes" such as P0_uux_ttx within pp_tt012j (see PR #754)
constexpr int nprocesses = 2;
constexpr int nprocesses = 1;
static_assert( nprocesses == 1 || nprocesses == 2, "Assume nprocesses == 1 or 2" );
constexpr int process_id = 1; // code generation source: madevent + cudacpp exporter
static_assert( process_id == 1, "Assume process_id == 1" );
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DATA (MIRRORPROCS(I),I=1,1)/.TRUE./
DATA (MIRRORPROCS(I),I=1,1)/.FALSE./
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
1 u~ c~ > t t~ u~ c~,u~ d~ > t t~ u~ d~,u~ s~ > t t~ u~ s~,c~ d~ > t t~ c~ d~,c~ s~ > t t~ c~ s~,d~ s~ > t t~ d~ s~
mirror c~ u~ > t t~ u~ c~,d~ u~ > t t~ u~ d~,s~ u~ > t t~ u~ s~,d~ c~ > t t~ c~ d~,s~ c~ > t t~ c~ s~,s~ d~ > t t~ d~ s~
mirror none

0 comments on commit b74efb6

Please sign in to comment.