Skip to content

Commit

Permalink
[jt774] regenerate heft process, ok it changed as expected
Browse files Browse the repository at this point in the history
  • Loading branch information
valassi committed Jan 30, 2024
1 parent a5a7661 commit 31cb663
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions epochX/cudacpp/heft_gg_h.sa/CODEGEN_cudacpp_heft_gg_h_log.txt
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ INFO: Created files Parameters_heft.h and Parameters_heft.cc in directory
INFO: /data/avalassi/GPU2023/madgraph4gpuX/MG5aMC/TMPOUT/CODEGEN_cudacpp_heft_gg_h/src/. and /data/avalassi/GPU2023/madgraph4gpuX/MG5aMC/TMPOUT/CODEGEN_cudacpp_heft_gg_h/src/.
quit

real 0m0.454s
user 0m0.374s
sys 0m0.068s
Code generation completed in 0 seconds
real 0m0.448s
user 0m0.390s
sys 0m0.053s
Code generation completed in 1 seconds
4 changes: 2 additions & 2 deletions epochX/cudacpp/heft_gg_h.sa/src/cudacpp_src.mk
Original file line number Diff line number Diff line change
Expand Up @@ -264,9 +264,9 @@ $(BUILDDIR)/%_cu.o : %.cc *.h $(BUILDDIR)/.build.$(TAG)

#-------------------------------------------------------------------------------

cxx_objects=$(addprefix $(BUILDDIR)/, Parameters_sm.o read_slha.o)
cxx_objects=$(addprefix $(BUILDDIR)/, Parameters_heft.o read_slha.o)
ifneq ($(GPUCC),)
cu_objects=$(addprefix $(BUILDDIR)/, Parameters_sm_cu.o)
cu_objects=$(addprefix $(BUILDDIR)/, Parameters_heft_cu.o)
endif

# Target (and build rules): common (src) library
Expand Down

0 comments on commit 31cb663

Please sign in to comment.