Skip to content

Commit

Permalink
updating ldms library path
Browse files Browse the repository at this point in the history
  • Loading branch information
Snell1224 committed Mar 8, 2023
1 parent bcba732 commit 839612c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion darshan-runtime/lib/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ libdarshan_a_CPPFLAGS = $(AM_CPPFLAGS) -D_LARGEFILE64_SOURCE -DDARSHAN_WRAP_MMA
if BUILD_LDMS_MODULE
libdarshan_la_LIBADD += -lldmsd_stream -lldms -lovis_json -lcoll
libdarshan_la_CPPFLAGS += -I$(LDMS_HOME)/include
libdarshan_la_LDFLAGS = -L$(LDMS_HOME)/lib64 -Wl,-rpath=$(LDMS_HOME)/lib64
libdarshan_la_LDFLAGS = -L$(LDMS_HOME)/lib -Wl,-rpath=$(LDMS_HOME)/lib
endif

H_SRCS = darshan-common.h \
Expand Down

0 comments on commit 839612c

Please sign in to comment.