Skip to content

Commit

Permalink
[runcard] in ggtt.mad runcard.dat and banner.py, remove runcards for …
Browse files Browse the repository at this point in the history
…the two extra parameters (madgraph5#658, undo parts of WIP MR madgraph5#620)
  • Loading branch information
valassi committed Jun 11, 2023
1 parent 39c1d92 commit e0473e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions epochX/cudacpp/gg_tt.mad/Cards/run_card.dat
Original file line number Diff line number Diff line change
Expand Up @@ -150,5 +150,3 @@ systematics = systematics_program ! none, systematics [python], SysCalc [deprece

# New cudacpp-specific options (default values are defined in banner.py)
FORTRAN = cudacpp_backend ! valid backends are FORTRAN, CPP, CUDA
1 = bridge_mode ! modes are fortran=0, cpp/cuda=1, both=-1, bothdebug=-2
32 = vector_size ! set the number of parallel executions
4 changes: 1 addition & 3 deletions epochX/cudacpp/gg_tt.mad/bin/internal/banner.py
Original file line number Diff line number Diff line change
Expand Up @@ -4164,10 +4164,8 @@ def default_setup(self):
self.add_param('mxxmin4pdg',[-1.], system=True)
self.add_param('mxxpart_antipart', [False], system=True)

# GPU/CPP parameters
# CUDACPP parameters
self.add_param('cudacpp_backend', 'FORTRAN', include=False, hidden=False)
self.add_param('bridge_mode', '1', include=False, hidden=False)
self.add_param('vector_size', '32', include=False, hidden=False)

def check_validity(self):
""" """
Expand Down

0 comments on commit e0473e6

Please sign in to comment.