Skip to content

Commit

Permalink
[fvsc] change all five processes to FBRIDGE_MODE=1
Browse files Browse the repository at this point in the history
for f in *mad/SubProcesses/P1*/driver.f; do cat $f | sed 's/FBRIDGE_MODE = -1/FBRIDGE_MODE = 1/' > ${f}.new; \mv ${f}.new $f; done
  • Loading branch information
valassi committed Jun 14, 2022
1 parent 2f45f66 commit 219f3c2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion epochX/cudacpp/ee_mumu.mad/SubProcesses/P1_ll_ll/driver.f
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Program DRIVER

#ifdef MG5AMC_MEEXPORTER_CUDACPP
CALL FBRIDGECREATE(FBRIDGE_PBRIDGE, NB_PAGE_LOOP, NEXTERNAL, 4) ! this must be at the beginning as it initialises the CUDA device
FBRIDGE_MODE = -1 ! (CppOnly=1, FortranOnly=0, BothQuiet=-1, BothDebug=-2)
FBRIDGE_MODE = 1 ! (CppOnly=1, FortranOnly=0, BothQuiet=-1, BothDebug=-2)
FBRIDGE_NCBYF1 = 0
FBRIDGE_CBYF1SUM = 0
FBRIDGE_CBYF1SUM2 = 0
Expand Down
2 changes: 1 addition & 1 deletion epochX/cudacpp/gg_tt.mad/SubProcesses/P1_gg_ttx/driver.f
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Program DRIVER

#ifdef MG5AMC_MEEXPORTER_CUDACPP
CALL FBRIDGECREATE(FBRIDGE_PBRIDGE, NB_PAGE_LOOP, NEXTERNAL, 4) ! this must be at the beginning as it initialises the CUDA device
FBRIDGE_MODE = -1 ! (CppOnly=1, FortranOnly=0, BothQuiet=-1, BothDebug=-2)
FBRIDGE_MODE = 1 ! (CppOnly=1, FortranOnly=0, BothQuiet=-1, BothDebug=-2)
FBRIDGE_NCBYF1 = 0
FBRIDGE_CBYF1SUM = 0
FBRIDGE_CBYF1SUM2 = 0
Expand Down
2 changes: 1 addition & 1 deletion epochX/cudacpp/gg_ttg.mad/SubProcesses/P1_gg_ttxg/driver.f
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Program DRIVER

#ifdef MG5AMC_MEEXPORTER_CUDACPP
CALL FBRIDGECREATE(FBRIDGE_PBRIDGE, NB_PAGE_LOOP, NEXTERNAL, 4) ! this must be at the beginning as it initialises the CUDA device
FBRIDGE_MODE = -1 ! (CppOnly=1, FortranOnly=0, BothQuiet=-1, BothDebug=-2)
FBRIDGE_MODE = 1 ! (CppOnly=1, FortranOnly=0, BothQuiet=-1, BothDebug=-2)
FBRIDGE_NCBYF1 = 0
FBRIDGE_CBYF1SUM = 0
FBRIDGE_CBYF1SUM2 = 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Program DRIVER

#ifdef MG5AMC_MEEXPORTER_CUDACPP
CALL FBRIDGECREATE(FBRIDGE_PBRIDGE, NB_PAGE_LOOP, NEXTERNAL, 4) ! this must be at the beginning as it initialises the CUDA device
FBRIDGE_MODE = -1 ! (CppOnly=1, FortranOnly=0, BothQuiet=-1, BothDebug=-2)
FBRIDGE_MODE = 1 ! (CppOnly=1, FortranOnly=0, BothQuiet=-1, BothDebug=-2)
FBRIDGE_NCBYF1 = 0
FBRIDGE_CBYF1SUM = 0
FBRIDGE_CBYF1SUM2 = 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Program DRIVER

#ifdef MG5AMC_MEEXPORTER_CUDACPP
CALL FBRIDGECREATE(FBRIDGE_PBRIDGE, NB_PAGE_LOOP, NEXTERNAL, 4) ! this must be at the beginning as it initialises the CUDA device
FBRIDGE_MODE = -1 ! (CppOnly=1, FortranOnly=0, BothQuiet=-1, BothDebug=-2)
FBRIDGE_MODE = 1 ! (CppOnly=1, FortranOnly=0, BothQuiet=-1, BothDebug=-2)
FBRIDGE_NCBYF1 = 0
FBRIDGE_CBYF1SUM = 0
FBRIDGE_CBYF1SUM2 = 0
Expand Down

0 comments on commit 219f3c2

Please sign in to comment.