[Darshan-commits] [Git][darshan/darshan][autoperf-mod-update] match preprocessor name to autoper definition
Shane Snyder
xgitlab at cels.anl.gov
Wed Mar 24 21:41:40 CDT 2021
Shane Snyder pushed to branch autoperf-mod-update at darshan / darshan
Commits:
f4e6aad4 by Shane Snyder at 2021-03-25T02:40:04+00:00
match preprocessor name to autoper definition
- - - - -
1 changed file:
- darshan-runtime/lib/darshan-core.c
Changes:
=====================================
darshan-runtime/lib/darshan-core.c
=====================================
@@ -89,7 +89,7 @@ char** user_darshan_path_exclusions = NULL;
extern void bgq_runtime_initialize();
#endif
-#ifdef BUILD_APXC_MODULE
+#ifdef DARSHAN_USE_APXC
extern void apxc_runtime_initialize();
#endif
@@ -101,7 +101,7 @@ void (*mod_static_init_fns[])(void) =
#ifdef DARSHAN_BGQ
&bgq_runtime_initialize,
#endif
-#ifdef BUILD_APXC_MODULE
+#ifdef DARSHAN_USE_APXC
&apxc_runtime_initialize,
#endif
NULL
View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/-/commit/f4e6aad4960b7f1a0573fae39fd4847ea9c75ac3
--
View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/-/commit/f4e6aad4960b7f1a0573fae39fd4847ea9c75ac3
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/20210324/1dcd0040/attachment.html>
More information about the Darshan-commits
mailing list