Commit 3cb9c5c6 authored by Papatheodore, Thomas's avatar Papatheodore, Thomas
Browse files

removed unecessary rocm_smi references in Makefile

parent 2e8c12b5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
COMP  = hipcc
FLAGS = --amdgpu-target=gfx906,gfx908 -fopenmp

INCLUDES  = -I$(OLCF_OPENMPI_ROOT)/include -I$(ROCM_PATH)/rocm_smi/include
LIBRARIES = -L$(OLCF_OPENMPI_ROOT)/lib -lmpi -L$(ROCM_PATH)/lib -lrocm_smi64
INCLUDES  = -I$(OLCF_OPENMPI_ROOT)/include
LIBRARIES = -L$(OLCF_OPENMPI_ROOT)/lib -lmpi

hello_jobstep: hello_jobstep.o
	$(COMP) $(FLAGS) $(LIBRARIES) hello_jobstep.o -o hello_jobstep