Commit 1ff9b145 authored by Lee, Seyong's avatar Lee, Seyong
Browse files

Update scripts.

parent 2fb52f1a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -30,6 +30,8 @@ ENVIRONMENT SETUP
	$ export OPENARC_ARCH=0
	//Optional setting to use CUDA Unified Memory
	$ export OPENARCRT_UNIFIEDMEM=1
	//To use OpenMP with OpenACC, set OMP_NUM_THREADS to the number of OpenMP threads that the program to use.
	$ export OMP_NUM_THREADS=10

* Install OpenARC
	- Run the following command:
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ include $(openarc)/make.header
########################
BENCHMARK = matmul

OMP ?= 1
OMP ?= 0

OBJS_CU = matmul.o kernel.o
OBJS_ACC = acc_helper.o