[Darshan-commits] [Git][darshan/darshan][autoperf-mod-update] match autoperf preprocessor definitions
Shane Snyder
xgitlab at cels.anl.gov
Tue Mar 23 09:24:21 CDT 2021
Shane Snyder pushed to branch autoperf-mod-update at darshan / darshan
Commits:
ff5004d6 by Shane Snyder at 2021-03-22T22:57:08-05:00
match autoperf preprocessor definitions
- - - - -
1 changed file:
- darshan-log-format.h
Changes:
=====================================
darshan-log-format.h
=====================================
@@ -120,10 +120,10 @@ struct darshan_base_record
/* DXT */
#include "darshan-dxt-log-format.h"
#include "darshan-mdhim-log-format.h"
-#ifdef BUILD_APXC_MODULE
+#ifdef DARSHAN_USE_APXC
#include "darshan-apxc-log-format.h"
#endif
-#ifdef BUILD_APMPI_MODULE
+#ifdef DARSHAN_USE_APMPI
#include "darshan-apmpi-log-format.h"
#endif
@@ -141,14 +141,14 @@ struct darshan_base_record
/* NOTE: if APXC support is not enabled, we still want to hold it's spot
* in the module id space
*/
-#ifdef BUILD_APXC_MODULE
+#ifdef DARSHAN_USE_APXC
#define __APXC_VER APXC_VER
#define __apxc_logutils &apxc_logutils
#else
#define __APXC_VER 0
#define __apxc_logutils NULL
#endif
-#ifdef BUILD_APMPI_MODULE
+#ifdef DARSHAN_USE_APMPI
#define __APMPI_VER APMPI_VER
#define __apmpi_logutils &apmpi_logutils
#else
View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/-/commit/ff5004d6c5a0727dd50905ee891bcfb7d61ac86c
--
View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/-/commit/ff5004d6c5a0727dd50905ee891bcfb7d61ac86c
You're receiving this email because of your account on xgitlab.cels.anl.gov.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/darshan-commits/attachments/20210323/a51248af/attachment.html>
More information about the Darshan-commits
mailing list