Skip to content

Commit 2702ea1

Browse files
force FC to be defined to allow to not include make_opts for the moment
1 parent d4452f5 commit 2702ea1

File tree

1 file changed

+2
-2
lines changed
  • epochX/cudacpp/CODEGEN/PLUGIN/CUDACPP_SA_OUTPUT/madgraph/iolibs/template_files/gpu

1 file changed

+2
-2
lines changed

epochX/cudacpp/CODEGEN/PLUGIN/CUDACPP_SA_OUTPUT/madgraph/iolibs/template_files/gpu/cudacpp.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ UNAME_S := $(shell uname -s)
2727
UNAME_P := $(shell uname -p)
2828
###$(info UNAME_P='$(UNAME_P)')
2929

30-
include ../../Source/make_opts #put back by OM (crucial for MG5aMC flag consistency/documentation)
31-
30+
#include ../../Source/make_opts #put back by OM (crucial for MG5aMC flag consistency/documentation)
31+
FC = gfortran
3232
#-------------------------------------------------------------------------------
3333

3434
#=== Configure common compiler flags for C++ and CUDA

0 commit comments

Comments
 (0)