Skip to content

Commit

Permalink
copy cudacpp_rex_driver as makefile to SubProcesses
Browse files Browse the repository at this point in the history
  • Loading branch information
zeniheisser committed Mar 13, 2024
1 parent a458c4c commit 89822fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions madgraph/interface/madgraph_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -8669,10 +8669,10 @@ def generate_matrix_elements(self, group_processes=True):

if self._export_format == 'plugin':
if type(self._curr_exporter).__name__ == 'RWGT_ProcessExporter':
for me in self._curr_matrix_elements.get_matrix_elements():
self._curr_exporter.export_driver()
# misc.sprint(type(me.get('processes')[0]))
# misc.sprint(me.get('processes')[0].get_process_name())
# for me in self._curr_matrix_elements.get_matrix_elements():
self._curr_exporter.export_driver()
# misc.sprint(self._export_dir)
files.cp(pjoin(self._export_dir, 'SubProcesses', 'cudacpp_rex_driver.mk'),pjoin(self._export_dir, 'SubProcesses', 'makefile'))

cpu_time2 = time.time() - cpu_time1

Expand Down

0 comments on commit 89822fa

Please sign in to comment.