Skip to content

Commit

Permalink
[june24] in tmad/madX.sh, export MG5AMC_CHANNELID_DEBUG=1 to debug ch…
Browse files Browse the repository at this point in the history
…annelid in MatrixElementKernelBase, and replace OMPFLAGS by USEOPENMP madgraph5#758
  • Loading branch information
valassi committed Jul 17, 2024
1 parent b194372 commit 3dd0cb6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions epochX/cudacpp/tmad/madX.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ scrdir=$(cd $(dirname $0); pwd)
bckend=$(basename $(cd $scrdir; cd ..; pwd)) # cudacpp or alpaka
topdir=$(cd $scrdir; cd ../../..; pwd)

# Disable OpenMP in tmad tests
# To do this, set OMPFLAGS externally to an empty string (#758)
export OMPFLAGS=
# Enable OpenMP in tmad tests? (#758)
###export USEOPENMP=1

# Debug channelid in MatrixElementKernelBase?
export MG5AMC_CHANNELID_DEBUG=1

# HARDCODE NLOOP HERE (may improve this eventually...)
NLOOP=8192
Expand Down

0 comments on commit 3dd0cb6

Please sign in to comment.