darshan-hpc / darshan

Darshan I/O characterization tool
Other
56 stars 28 forks source link

Patch for ldms streams function #1009

Closed Snell1224 closed 1 month ago

Snell1224 commented 1 month ago

This patch adds a check for the ldms_xprt_new_with_auth function in LDMS Streams API. There are currently two versions of this function (one takes three arguments and the other takes four) depending on the LDMS library version. The purpose of this patch is to prevent any build errors caused by version incompatibilities for users wanting to enable LDMS.

Please let me know if there are issues with these changes.

shanedsnyder commented 1 month ago

Looks good to me, thanks for the fix!