Skip to content

Commit

Permalink
[tmad] in gg_ttgg.mad and susy_gg_t1t1.mad make_opts, remove -g again…
Browse files Browse the repository at this point in the history
…: note that SIGFPE madgraph5#855 is still fixed because volatile has been added
  • Loading branch information
valassi committed Jun 2, 2024
1 parent 07743db commit 8dace2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions epochX/cudacpp/gg_ttgg.mad/Source/make_opts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
DEFAULT_CPP_COMPILER=g++
DEFAULT_F2PY_COMPILER=f2py3
DEFAULT_F_COMPILER=gfortran
###GLOBAL_FLAG=-O3 -ffast-math -fbounds-check
GLOBAL_FLAG=-O3 -g -ffast-math -fbounds-check
GLOBAL_FLAG=-O3 -ffast-math -fbounds-check
MACFLAG=
MG5AMC_VERSION=SpecifiedByMG5aMCAtRunTime
PYTHIA8_PATH=NotInstalled
Expand Down
3 changes: 1 addition & 2 deletions epochX/cudacpp/susy_gg_t1t1.mad/Source/make_opts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
DEFAULT_CPP_COMPILER=g++
DEFAULT_F2PY_COMPILER=f2py3
DEFAULT_F_COMPILER=gfortran
###GLOBAL_FLAG=-O3 -ffast-math -fbounds-check
GLOBAL_FLAG=-O3 -g -ffast-math -fbounds-check
GLOBAL_FLAG=-O3 -ffast-math -fbounds-check
MACFLAG=
MG5AMC_VERSION=SpecifiedByMG5aMCAtRunTime
PYTHIA8_PATH=NotInstalled
Expand Down

0 comments on commit 8dace2f

Please sign in to comment.