forked from madgraph5/madgraph4gpu
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[oct23av] regenerate 7 pp_tt012j.mad, there are two issues: clang for…
…matting, and especially the build will fail. Codebase includes merging commit a6731bd (Olivier Wed Aug 23 13:23:12 2023 +0200) This uses Olivier's 'fix_mirror' branch for PR madgraph5#754 In particular a6731bd Olivier Mattelaer Wed Aug 23 13:23:12 2023 +0200 Merge branch 'fix_mirror' 2556cdd Olivier Mattelaer Wed Aug 23 09:27:38 2023 +0200 avoid that mirroring is reset by the plugin These lines fail the build (as well as clang formatting) [NOT OK] Check formatting in: pp_tt012j.mad/SubProcesses/P0_uux_ttx/CPPProcess.cc 786c786 < constexpr int helcolDenominators[1] = { 36,36 }; // assume nprocesses == 1 (madgraph5#272 and madgraph5#343) --- > constexpr int helcolDenominators[1] = { 36, 36 }; // assume nprocesses == 1 (madgraph5#272 and madgraph5#343) The same happens in each P subdirectory. Build errors: ccache /usr/local/cuda-12.0/bin/nvcc -Xcompiler -O3 -lineinfo -I. -I../../src -I/usr/local/cuda-12.0/include/ -DUSE_NVTX -gencode arch=compute_70,code=compute_70 -gencode arch=compute_70,code=sm_70 -use_fast_math -std=c++17 -ccbin /usr/lib64/ccache/g++ -DMGONGPU_FPTYPE_DOUBLE -DMGONGPU_FPTYPE2_DOUBLE -Xcompiler -fPIC -c gCPPProcess.cu -o gCPPProcess.o gCPPProcess.cu(779): error: static assertion failed with "Assume nprocesses == 1" gCPPProcess.cu(786): error: too many initializer values 2 errors detected in the compilation of "gCPPProcess.cu".
- Loading branch information
Showing
37 changed files
with
349 additions
and
349 deletions.
There are no files selected for viewing
602 changes: 301 additions & 301 deletions
602
epochX/cudacpp/pp_tt012j.mad/CODEGEN_mad_pp_tt012j_log.txt
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
epochX/cudacpp/pp_tt012j.mad/SubProcesses/P0_uux_ttx/mirrorprocs.inc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
DATA (MIRRORPROCS(I),I=1,1)/.FALSE./ | ||
DATA (MIRRORPROCS(I),I=1,1)/.TRUE./ |
2 changes: 1 addition & 1 deletion
2
epochX/cudacpp/pp_tt012j.mad/SubProcesses/P0_uux_ttx/processes.dat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
1 u u~ > t t~,c c~ > t t~,d d~ > t t~,s s~ > t t~ | ||
mirror none | ||
mirror u~ u > t t~,c~ c > t t~,d~ d > t t~,s~ s > t t~ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
epochX/cudacpp/pp_tt012j.mad/SubProcesses/P1_gu_ttxu/mirrorprocs.inc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
DATA (MIRRORPROCS(I),I=1,1)/.FALSE./ | ||
DATA (MIRRORPROCS(I),I=1,1)/.TRUE./ |
2 changes: 1 addition & 1 deletion
2
epochX/cudacpp/pp_tt012j.mad/SubProcesses/P1_gu_ttxu/processes.dat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
1 g u > t t~ u,g c > t t~ c,g d > t t~ d,g s > t t~ s | ||
mirror none | ||
mirror u g > t t~ u,c g > t t~ c,d g > t t~ d,s g > t t~ s |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
epochX/cudacpp/pp_tt012j.mad/SubProcesses/P1_gux_ttxux/mirrorprocs.inc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
DATA (MIRRORPROCS(I),I=1,1)/.FALSE./ | ||
DATA (MIRRORPROCS(I),I=1,1)/.TRUE./ |
2 changes: 1 addition & 1 deletion
2
epochX/cudacpp/pp_tt012j.mad/SubProcesses/P1_gux_ttxux/processes.dat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
1 g u~ > t t~ u~,g c~ > t t~ c~,g d~ > t t~ d~,g s~ > t t~ s~ | ||
mirror none | ||
mirror u~ g > t t~ u~,c~ g > t t~ c~,d~ g > t t~ d~,s~ g > t t~ s~ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
epochX/cudacpp/pp_tt012j.mad/SubProcesses/P1_uux_ttxg/mirrorprocs.inc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
DATA (MIRRORPROCS(I),I=1,1)/.FALSE./ | ||
DATA (MIRRORPROCS(I),I=1,1)/.TRUE./ |
2 changes: 1 addition & 1 deletion
2
epochX/cudacpp/pp_tt012j.mad/SubProcesses/P1_uux_ttxg/processes.dat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
1 u u~ > t t~ g,c c~ > t t~ g,d d~ > t t~ g,s s~ > t t~ g | ||
mirror none | ||
mirror u~ u > t t~ g,c~ c > t t~ g,d~ d > t t~ g,s~ s > t t~ g |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
epochX/cudacpp/pp_tt012j.mad/SubProcesses/P2_gu_ttxgu/mirrorprocs.inc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
DATA (MIRRORPROCS(I),I=1,1)/.FALSE./ | ||
DATA (MIRRORPROCS(I),I=1,1)/.TRUE./ |
2 changes: 1 addition & 1 deletion
2
epochX/cudacpp/pp_tt012j.mad/SubProcesses/P2_gu_ttxgu/processes.dat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 none | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
epochX/cudacpp/pp_tt012j.mad/SubProcesses/P2_gux_ttxgux/mirrorprocs.inc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
DATA (MIRRORPROCS(I),I=1,1)/.FALSE./ | ||
DATA (MIRRORPROCS(I),I=1,1)/.TRUE./ |
2 changes: 1 addition & 1 deletion
2
epochX/cudacpp/pp_tt012j.mad/SubProcesses/P2_gux_ttxgux/processes.dat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 none | ||
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~ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
epochX/cudacpp/pp_tt012j.mad/SubProcesses/P2_uc_ttxuc/mirrorprocs.inc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
DATA (MIRRORPROCS(I),I=1,1)/.FALSE./ | ||
DATA (MIRRORPROCS(I),I=1,1)/.TRUE./ |
2 changes: 1 addition & 1 deletion
2
epochX/cudacpp/pp_tt012j.mad/SubProcesses/P2_uc_ttxuc/processes.dat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 none | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
epochX/cudacpp/pp_tt012j.mad/SubProcesses/P2_ucx_ttxucx/mirrorprocs.inc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
DATA (MIRRORPROCS(I),I=1,1)/.FALSE./ | ||
DATA (MIRRORPROCS(I),I=1,1)/.TRUE./ |
2 changes: 1 addition & 1 deletion
2
epochX/cudacpp/pp_tt012j.mad/SubProcesses/P2_ucx_ttxucx/processes.dat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 none | ||
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~ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
epochX/cudacpp/pp_tt012j.mad/SubProcesses/P2_uux_ttxccx/mirrorprocs.inc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
DATA (MIRRORPROCS(I),I=1,1)/.FALSE./ | ||
DATA (MIRRORPROCS(I),I=1,1)/.TRUE./ |
2 changes: 1 addition & 1 deletion
2
epochX/cudacpp/pp_tt012j.mad/SubProcesses/P2_uux_ttxccx/processes.dat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 none | ||
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~ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
epochX/cudacpp/pp_tt012j.mad/SubProcesses/P2_uux_ttxgg/mirrorprocs.inc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
DATA (MIRRORPROCS(I),I=1,1)/.FALSE./ | ||
DATA (MIRRORPROCS(I),I=1,1)/.TRUE./ |
2 changes: 1 addition & 1 deletion
2
epochX/cudacpp/pp_tt012j.mad/SubProcesses/P2_uux_ttxgg/processes.dat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 none | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
epochX/cudacpp/pp_tt012j.mad/SubProcesses/P2_uux_ttxuux/mirrorprocs.inc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
DATA (MIRRORPROCS(I),I=1,1)/.FALSE./ | ||
DATA (MIRRORPROCS(I),I=1,1)/.TRUE./ |
2 changes: 1 addition & 1 deletion
2
epochX/cudacpp/pp_tt012j.mad/SubProcesses/P2_uux_ttxuux/processes.dat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 none | ||
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~ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
epochX/cudacpp/pp_tt012j.mad/SubProcesses/P2_uxcx_ttxuxcx/mirrorprocs.inc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
DATA (MIRRORPROCS(I),I=1,1)/.FALSE./ | ||
DATA (MIRRORPROCS(I),I=1,1)/.TRUE./ |
2 changes: 1 addition & 1 deletion
2
epochX/cudacpp/pp_tt012j.mad/SubProcesses/P2_uxcx_ttxuxcx/processes.dat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 none | ||
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~ |