Skip to content

Commit

Permalink
Remove io wrappers from dynamically loaded tracelib to prevent conflict
Browse files Browse the repository at this point in the history
with Darshan profiling tool.
  • Loading branch information
theurich committed Aug 1, 2023
1 parent 983fc79 commit 6f04b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Infrastructure/Trace/preload/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ifeq ($(ESMF_OS),MinGW)
ESMF_TRACE_ESMFLIB = -lesmf
endif

tracelib_preload: preload.o preload_io.o preload_mpi.o wrappers.o wrappers_io.o wrappers_mpi.o
tracelib_preload: preload.o preload_mpi.o wrappers.o wrappers_mpi.o
$(ESMF_SL_LIBLINKER) $(ESMF_SL_LIBOPTS) -o $(ESMF_LDIR)/libesmftrace_preload.$(ESMF_SL_SUFFIX) $^ $(ESMF_CXXLINKOPTS) $(ESMF_CXXLINKPATHS) $(ESMF_CXXLINKRPATHS) $(ESMF_CXXLINKLIBS) $(ESMF_TRACE_ESMFLIB)
$(MAKE) ESMF_PRELOADDIR=$(ESMF_LIBDIR) build_preload_script

Expand Down

0 comments on commit 6f04b9b

Please sign in to comment.