Skip to content

Commit

Permalink
Prepend the ESMF_TRACE_DYNAMICLINKLIBS variable to correctly insert
Browse files Browse the repository at this point in the history
preload library.
  • Loading branch information
theurich committed Oct 25, 2023
1 parent f708fc7 commit 36ce3d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Infrastructure/Trace/tests/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ ESMF_F90LINKOPTS += $(ESMF_TRACE_STATICLINKOPTS)
ESMF_F90ESMFLINKLIBS += $(ESMF_TRACE_STATICLINKLIBS)
else
ifeq ($(ESMF_TRACE_PRELOAD_LINKED),ON)
ESMF_F90ESMFLINKLIBS += $(ESMF_TRACE_DYNAMICLINKLIBS)
ESMF_F90LINKLIBS := $(ESMF_TRACE_DYNAMICLINKLIBS) $(ESMF_F90LINKLIBS)
ESMF_TESTTRACE_TARGET = ftest_profile
else
# set dynamic preload trace test target
Expand Down

0 comments on commit 36ce3d4

Please sign in to comment.