Skip to content

Commit

Permalink
refactor: adjust KOKKOS_PATH in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
pranav-sivaraman committed Oct 19, 2023
1 parent 275174b commit 87c10de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kokkos/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# User Options
#===============================================================================

KOKKOS_PATH ?= /global/homes/j/jhdavis/XSBench/kokkos/kokkos
CUDA_PATH ?= ${CUDA_HOME}
MAKEFILE_PATH := $(subst Makefile,,$(abspath $(lastword $(MAKEFILE_LIST))))
KOKKOS_PATH ?= $(MAKEFILE_PATH)kokkos
COMPILER ?= gnu
OPTIMIZE ?= yes
DEBUG ?= no
Expand Down

0 comments on commit 87c10de

Please sign in to comment.