Skip to content

Commit

Permalink
MGC config
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanradanov committed Jul 2, 2024
1 parent 1275b41 commit 69d76d7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions common/supercomp01a.mgc.host.make.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

OPTLEVEL = -O2

CC = clang
CXX = clang++
NVCC = merge-gpu-clang++
LINKER = merge-gpu-ld

CC_FLAGS = $(OPTLEVEL) -I/clang/

CXX_FLAGS := $(CC_FLAGS)
CXX_FLAGS += -std=c++17

NVCC_FLAGS := $(CXX_FLAGS)

0 comments on commit 69d76d7

Please sign in to comment.