Skip to content

Commit 56b1a95

Browse files
committed
Rename makefiles to from cudacpp to madmatrix
1 parent 83f37b7 commit 56b1a95

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

File renamed without changes.

madgraph/iolibs/template_files/madmatrix/cudacpp_src.mk renamed to madgraph/iolibs/template_files/madmatrix/madmatrix_src.mk

File renamed without changes.

madmatrix/output.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ class ProcessExporterMadMatrix(export_cpp.ProcessExporterMG7):
109109
'MemoryAccessCouplings.h', # this is generated from a template in Subprocesses but we still link it in P1
110110
'umami.h', 'umami.cc']
111111

112-
template_src_make = pjoin(templates_path, 'cudacpp_src.mk')
113-
template_Sub_make = pjoin(templates_path, 'cudacpp.mk')
112+
template_src_make = pjoin(templates_path, 'madmatrix_src.mk')
113+
template_Sub_make = pjoin(templates_path, 'madmatrix.mk')
114114

115115
dirs_to_create = ['bin', 'src', 'lib', 'Cards', 'SubProcesses']
116116

0 commit comments

Comments
 (0)