[Darshan-commits] [Git][darshan/darshan][autoperf-mod-update] name typecase correction
Sudheer Chunduri
xgitlab at cels.anl.gov
Tue Feb 2 12:35:44 CST 2021
Sudheer Chunduri pushed to branch autoperf-mod-update at darshan / darshan
Commits:
d422b5d6 by Sudheer Chunduri at 2021-02-02T18:35:15+00:00
name typecase correction
- - - - -
1 changed file:
- darshan-runtime/configure.in
Changes:
=====================================
darshan-runtime/configure.in
=====================================
@@ -231,7 +231,7 @@ AS_IF([test "x$enable_autoperf_apmpi" = "xno" || test "x$ENABLE_MPI" = "x"],
#AUTOPERF APXC module
AC_ARG_ENABLE(autoperf-apxc,
- AS_HELP_STRING([--disable-autoperf-apxc], [Disables compilation and use of AUTOPERF apxc module (requires MPI)]))
+ AS_HELP_STRING([--disable-autoperf-apxc], [Disables compilation and use of AUTOPERF APXC module (requires MPI)]))
AS_IF([test "x$enable_autoperf_apmpi" = "xno" || test "x$ENABLE_MPI" = "x"],
)
@@ -608,5 +608,5 @@ AS_IF([test "x$BUILD_PNETCDF_MODULE" = "x"], [AC_MSG_NOTICE(PnetCDF module suppo
AS_IF([test "x$BUILD_BGQ_MODULE" = "x"], [AC_MSG_NOTICE(BG/Q module support: no)], [AC_MSG_NOTICE(BG/Q module support: yes)])
AS_IF([test "x$BUILD_LUSTRE_MODULE" = "x"], [AC_MSG_NOTICE(Lustre module support: no)], [AC_MSG_NOTICE(Lustre module support: yes)])
AS_IF([test "x$BUILD_MDHIM_MODULE" = "x"], [AC_MSG_NOTICE(MDHIM module support: no)], [AC_MSG_NOTICE(MDHIM module support: yes)])
-AS_IF([test "x$DARSHAN_USE_APXC" = "x"], [AC_MSG_NOTICE(AUTOPERF apxc module support: no)], [AC_MSG_NOTICE(AUTOPERF apxc module support: yes)])
+AS_IF([test "x$DARSHAN_USE_APXC" = "x"], [AC_MSG_NOTICE(AUTOPERF APXC module support: no)], [AC_MSG_NOTICE(AUTOPERF APXC module support: yes)])
AS_IF([test "x$DARSHAN_USE_APMPI" = "x"], [AC_MSG_NOTICE(AUTOPERF MPI module support: no)], [AC_MSG_NOTICE(AUTOPERF MPI module support: yes)])
View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/-/commit/d422b5d697c1ed22fa792dbe71b4c67a6e0f799d
--
View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/-/commit/d422b5d697c1ed22fa792dbe71b4c67a6e0f799d
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/20210202/e31bce54/attachment.html>
More information about the Darshan-commits
mailing list