Skip to content

Commit

Permalink
[tmad] in tmad/madX.sh, use iconfig=104 in ggttgg and iconfig=2 in su…
Browse files Browse the repository at this point in the history
…syggt1t1 to test madgraph5#855 fix while still exposing madgraph5#826 and madgraph5#856
  • Loading branch information
valassi committed Jun 27, 2024
1 parent 3269e6b commit 0920709
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion epochX/cudacpp/tmad/madX.sh
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ function getinputfile()
tmp=$tmpdir/input_ggttg
elif [ "${ggttgg}" == "1" ]; then
tmp=$tmpdir/input_ggttgg
iconfig_proc=104 # use iconfig=104 in ggttgg to check #855 SIGFPE fix (but issue #856 is pending: LHE color mismatch!)
elif [ "${ggttggg}" == "1" ]; then
tmp=$tmpdir/input_ggttggg
elif [ "${gguu}" == "1" ]; then
Expand All @@ -287,7 +288,7 @@ function getinputfile()
tmp=$tmpdir/input_susyggtt
elif [ "${susyggt1t1}" == "1" ]; then
tmp=$tmpdir/input_susyggt1t1
###iconfig_proc=2 # try to use a different iconfig in susyggt1t1 (issue #826)
iconfig_proc=2 # use iconfig=2 in susyggt1t1 to check #855 SIGFPE fix (but issue #826 is pending: no cross section!)
elif [ "${smeftggtttt}" == "1" ]; then
tmp=$tmpdir/input_smeftggtttt
else
Expand Down

0 comments on commit 0920709

Please sign in to comment.