[Darshan-commits] [Git][darshan/darshan][autoperf-mod-update] static initializer not needed for apmpi
Shane Snyder
xgitlab at cels.anl.gov
Tue Mar 23 10:47:40 CDT 2021
Shane Snyder pushed to branch autoperf-mod-update at darshan / darshan
Commits:
2a287e98 by Shane Snyder at 2021-03-23T10:47:23-05:00
static initializer not needed for apmpi
- - - - -
1 changed file:
- darshan-runtime/lib/darshan-core.c
Changes:
=====================================
darshan-runtime/lib/darshan-core.c
=====================================
@@ -92,9 +92,6 @@ extern void bgq_runtime_initialize();
#ifdef BUILD_APXC_MODULE
extern void apxc_runtime_initialize();
#endif
-#ifdef BUILD_APMPI_MODULE
-extern void apmpi_runtime_initialize();
-#endif
/* array of init functions for modules which need to be statically
* initialized by darshan at startup time
@@ -106,9 +103,6 @@ void (*mod_static_init_fns[])(void) =
#endif
#ifdef BUILD_APXC_MODULE
&apxc_runtime_initialize,
-#endif
-#ifdef BUILD_APMPI_MODULE
- &apmpi_runtime_initialize,
#endif
NULL
};
View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/-/commit/2a287e980e54274353aa11e9b309d2485ce20471
--
View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/-/commit/2a287e980e54274353aa11e9b309d2485ce20471
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/f1b18ba0/attachment-0001.html>
More information about the Darshan-commits
mailing list