Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jooorgen committed Jun 26, 2023
1 parent c678f32 commit b6fb061
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions epochX/cudacpp/ee_mumu.mad/SubProcesses/cudacpp.mk
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ endif

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

CUDA_COMPILER := $(shell compiler="`which nvcc`" && while [ -L "$$compiler" ]; do file=`readlink "$$compiler"`; done && echo "$$compiler")
HIP_COMPILER := $(shell compiler="`which hipcc`" && while [ -L "$$compiler" ]; do file=`readlink "$$compiler"`; done && echo "$$compiler")
CUDA_COMPILER := $(shell compiler="`which nvcc`" && while [ -L "$$compiler" ]; do compiler=`readlink "$$compiler"`; done && echo "$$compiler")
HIP_COMPILER := $(shell compiler="`which hipcc`" && while [ -L "$$compiler" ]; do compiler=`readlink "$$compiler"`; done && echo "$$compiler")

ifeq ($(CUDA_COMPILER),0)
#=== Configure the CUDA compiler
Expand Down

0 comments on commit b6fb061

Please sign in to comment.