[Darshan-commits] [Git][darshan/darshan][master] rename bg-profile-conf regression test stuff

Shane Snyder xgitlab at cels.anl.gov
Thu Apr 27 12:47:53 CDT 2017


Shane Snyder pushed to branch master at darshan / darshan


Commits:
d24220d0 by Shane Snyder at 2017-04-27T17:46:44+00:00
rename bg-profile-conf regression test stuff

editing to clarify this regression testing is for BG systems
@ ALCF, since the scripts assume Cobalt scheduler

- - - - -


5 changed files:

- darshan-test/RELEASE-CHECKLIST.txt
- darshan-test/regression/README.BG.txt → darshan-test/regression/README.BG.ALCF.txt
- darshan-test/regression/README.txt
- darshan-test/regression/bg-profile-conf/env.sh → darshan-test/regression/bg-profile-conf-alcf/env.sh
- darshan-test/regression/bg-profile-conf/runjob.sh → darshan-test/regression/bg-profile-conf-alcf/runjob.sh


Changes:

=====================================
darshan-test/RELEASE-CHECKLIST.txt
=====================================
--- a/darshan-test/RELEASE-CHECKLIST.txt
+++ b/darshan-test/RELEASE-CHECKLIST.txt
@@ -26,7 +26,7 @@ Notes on how to release a new version of Darshan
 - TESTING
   - manually trigger jenkins test
   - run regression tests on BG platform (see
-    darshan-test/regression/README.BG.txt)
+    darshan-test/regression/README.BG.ALCF.txt)
 - export the tag and tar gzip it
   - easiest method is to do a fresh checkout and remove the .git
     subdirectory


=====================================
darshan-test/regression/README.BG.txt → darshan-test/regression/README.BG.ALCF.txt
=====================================
--- a/darshan-test/regression/README.BG.txt
+++ b/darshan-test/regression/README.BG.ALCF.txt
@@ -23,7 +23,7 @@ To run regression tests:
   export PATH=/bgsys/drivers/V1R2M2/ppc64/comm/bin/gcc:$PATH
 
 - run regression tests
-  ./run-all.sh /home/carns/working/darshan/install-cetus /projects/SSSPPg/carns/darshan-test bg-profile-conf
+  ./run-all.sh /home/carns/working/darshan/install-cetus /projects/SSSPPg/carns/darshan-test bg-profile-conf-alcf
   note: the f90 test is expected to fail due to a known problem in the profiling interface for the 
     F90 MPICH implementation on Mira.
 


=====================================
darshan-test/regression/README.txt
=====================================
--- a/darshan-test/regression/README.txt
+++ b/darshan-test/regression/README.txt
@@ -12,8 +12,10 @@ The master script must be executed with three arguments:
    - workstation-dynamic (for dynamic instrumentation on a standard workstation)
    - workstation-profile-conf (for static instrumentation using MPI profiling
      configuration hooks on a standard workstation)
-   - bg-profile-conf (for static instrumentation using MPI profiling configuration
-     hooks on BGQ platform)
+   - bg-profile-conf-alcf (for static instrumentation using MPI profiling configuration
+     hooks on BGQ platforms @ the ALCF only)
+   - cray-module-alcf (for static instrumentation using a Darshan Cray module on
+     Cray systems @ the ALCF only)
 
 The platform type should map to a subdirectory containing scripts
 that describe how to perform platform-specific tasks (like loading or


=====================================
darshan-test/regression/bg-profile-conf/env.sh → darshan-test/regression/bg-profile-conf-alcf/env.sh
=====================================
--- a/darshan-test/regression/bg-profile-conf/env.sh
+++ b/darshan-test/regression/bg-profile-conf-alcf/env.sh
@@ -16,7 +16,7 @@
 # variables (as in a dynamically linked environment), or generate mpicc
 # wrappers (as in a statically linked environment).
 
-# Notes specific to this platform (bg-profile-conf)
+# Notes specific to this platform (bg-profile-conf-alcf)
 ########################
 # This particular env script assumes that mpicc and its variants for other 
 # languages are already in the path, and that they will produce static 
@@ -36,4 +36,4 @@ export MPICXX_PROFILE=$DARSHAN_PATH/share/mpi-profile/darshan-bg-cxx
 export MPIF90_PROFILE=$DARSHAN_PATH/share/mpi-profile/darshan-bg-f
 export MPIF77_PROFILE=$DARSHAN_PATH/share/mpi-profile/darshan-bg-f
 
-export DARSHAN_RUNJOB="bg-profile-conf/runjob.sh"
+export DARSHAN_RUNJOB="bg-profile-conf-alcf/runjob.sh"


=====================================
darshan-test/regression/bg-profile-conf/runjob.sh → darshan-test/regression/bg-profile-conf-alcf/runjob.sh
=====================================
--- a/darshan-test/regression/bg-profile-conf/runjob.sh
+++ b/darshan-test/regression/bg-profile-conf-alcf/runjob.sh



View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/commit/d24220d067aa2c5e8061daacc60630a7f86ffcdc


More information about the Darshan-commits mailing list