[Darshan-commits] [Git][darshan/darshan][autoperf-mod-update] 2 commits: name change - crayxc to apxc

Sudheer Chunduri xgitlab at cels.anl.gov
Tue Feb 2 12:28:36 CST 2021



Sudheer Chunduri pushed to branch autoperf-mod-update at darshan / darshan


Commits:
fed3b302 by Sudheer Chunduri at 2021-02-02T18:27:13+00:00
name change - crayxc to apxc

- - - - -
3c8e65c0 by Sudheer Chunduri at 2021-02-02T18:28:01+00:00
remove configure scripts

- - - - -


6 changed files:

- darshan-runtime/Makefile.in
- − darshan-runtime/configure
- darshan-runtime/configure.in
- darshan-util/Makefile.in
- − darshan-util/configure
- darshan-util/configure.in


Changes:

=====================================
darshan-runtime/Makefile.in
=====================================
@@ -108,7 +108,7 @@ CFLAGS_SHARED += -DDARSHAN_MDHIM
 endif
 
 ifdef DARSHAN_USE_APXC
-include $(srcdir)/../modules/autoperf/crayxc/Makefile.darshan
+include $(srcdir)/../modules/autoperf/apxc/Makefile.darshan
 endif
 ifdef DARSHAN_USE_APMPI
 include $(srcdir)/../modules/autoperf/apmpi/Makefile.darshan


=====================================
darshan-runtime/configure deleted
=====================================
The diff for this file was not included because it is too large.

=====================================
darshan-runtime/configure.in
=====================================
@@ -229,9 +229,9 @@ AS_IF([test "x$enable_autoperf_apmpi" = "xno" || test "x$ENABLE_MPI" = "x"],
       BUILD_APMPI_MODULE=
       AUTOPERF_APMPI_LD_OPTS=)
 
-#AUTOPERF CRAYXC module
-AC_ARG_ENABLE(autoperf-crayxc,
-              AS_HELP_STRING([--disable-autoperf-crayxc], [Disables compilation and use of AUTOPERF CRAYXC module (requires MPI)]))
+#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_IF([test "x$enable_autoperf_apmpi" = "xno" || test "x$ENABLE_MPI" = "x"],
       )
 
@@ -328,15 +328,15 @@ AS_IF([test "x$enable_mdhim" = "xyes"],
 
       )
 
-if test x$enable_autoperf_crayxc = xyes; then
+if test x$enable_autoperf_apxc = xyes; then
     abssrcdir=$(readlink -f ${srcdir})
     AC_CHECK_HEADER([papi.h],
                     with_papi=-lpapi,
                     [AC_MSG_ERROR([Cannot find required header for papi])],
                     [])
-    AC_CHECK_HEADER([${abssrcdir}/../modules/autoperf/crayxc/darshan-apxc-log-format.h],
+    AC_CHECK_HEADER([${abssrcdir}/../modules/autoperf/apxc/darshan-apxc-log-format.h],
                     DARSHAN_USE_APXC=1,
-                    [AC_MSG_ERROR([The autoperf crayxc module is not present])],
+                    [AC_MSG_ERROR([The autoperf apxc module is not present])],
                     [-]) # this last part tells it to only check for presence
 fi
 
@@ -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 crayxc module support:   no)], [AC_MSG_NOTICE(AUTOPERF crayxc 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)])


=====================================
darshan-util/Makefile.in
=====================================
@@ -83,7 +83,7 @@ AR=@AR@
 LIBS = -lz @LIBBZ2@
 
 ifdef DARSHAN_USE_APXC
-include $(srcdir)/../modules/autoperf/crayxc/util/Makefile.darshan
+include $(srcdir)/../modules/autoperf/apxc/util/Makefile.darshan
 endif
 ifdef DARSHAN_USE_APMPI
 include $(srcdir)/../modules/autoperf/apmpi/util/Makefile.darshan


=====================================
darshan-util/configure deleted
=====================================
The diff for this file was not included because it is too large.

=====================================
darshan-util/configure.in
=====================================
@@ -116,9 +116,9 @@ fi]
 ,)
 
 AC_ARG_ENABLE(
-    [autoperf-crayxc],
-    [  --enable-autoperf-crayxc    Enables compilation and use of the AutoPerf Cray XC module],
-    [enable_autoperf_crayxc=yes],
+    [autoperf-apxc],
+    [  --enable-autoperf-apxc    Enables compilation and use of the AutoPerf Cray XC module],
+    [enable_autoperf_apxc=yes],
     []
 )
 AC_ARG_ENABLE(
@@ -128,11 +128,11 @@ AC_ARG_ENABLE(
     []
 )
 
-if test x$enable_autoperf_crayxc = xyes; then
+if test x$enable_autoperf_apxc = xyes; then
     abssrcdir=$(readlink -f ${srcdir})
-    AC_CHECK_HEADER([${abssrcdir}/../modules/autoperf/crayxc/darshan-apxc-log-format.h],
+    AC_CHECK_HEADER([${abssrcdir}/../modules/autoperf/apxc/darshan-apxc-log-format.h],
                     DARSHAN_USE_APXC=1,
-                    [AC_MSG_ERROR([The autoperf crayxc module is not present])],
+                    [AC_MSG_ERROR([The autoperf apxc module is not present])],
                     [-]) # this last part tells it to only check for presence
 fi
 if test x$enable_autoperf_apmpi = xyes; then



View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/-/compare/c18e3501d055a2caeb8487047bcdc251ae0c07f0...3c8e65c02620996aa8d6194192ead13dd0ac4a66

-- 
View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/-/compare/c18e3501d055a2caeb8487047bcdc251ae0c07f0...3c8e65c02620996aa8d6194192ead13dd0ac4a66
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/ed357cd7/attachment-0001.html>


More information about the Darshan-commits mailing list