Skip to content

Commit 928b3b4

Browse files
committed
Add pnetcdf lib to --dyn-ld-flags
1 parent b229234 commit 928b3b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

darshan-runtime/darshan-config.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ POST_LD_FLAGS="-L$DARSHAN_LIB_PATH -ldarshan @DARSHAN_LUSTRE_LD_FLAGS@ -lz -lrt
140140
# - when dynamic linking there is no need for wrapping options, we simply
141141
# need to get the darshan symbol definitions early enough in the link
142142
# order. We also set no-as-needed for linkers that may not identify
143-
DYN_LD_FLAGS="-L$DARSHAN_LIB_PATH $DARSHAN_LD_FLAGS -Wl,-rpath=$DARSHAN_LIB_PATH -Wl,-no-as-needed -ldarshan @DARSHAN_LUSTRE_LD_FLAGS@ @DARSHAN_HDF5_LD_FLAGS@"
143+
DYN_LD_FLAGS="-L$DARSHAN_LIB_PATH $DARSHAN_LD_FLAGS -Wl,-rpath=$DARSHAN_LIB_PATH -Wl,-no-as-needed -ldarshan @DARSHAN_LUSTRE_LD_FLAGS@ @DARSHAN_HDF5_LD_FLAGS@ @DARSHAN_PNETCDF_LD_FLAGS@"
144144

145145
# NOTE:
146146
# - construct complete list of log path options, separated by commas.

0 commit comments

Comments
 (0)