[Darshan-commits] [Darshan] branch, master, updated. darshan-2.3.1-pre2-11-g48c85cc

Service Account git at mcs.anl.gov
Fri Mar 13 10:53:10 CDT 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "".

The branch, master has been updated
       via  48c85cc749ebbcf708f3ea0e8948e4f41a952b00 (commit)
      from  de8444d1032dd435ff511ff9a6a09dd212920188 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 48c85cc749ebbcf708f3ea0e8948e4f41a952b00
Author: Phil Carns <carns at mcs.anl.gov>
Date:   Fri Mar 13 15:52:59 2015 +0000

    rough notes on running regression tests on BG

-----------------------------------------------------------------------

Summary of changes:
 darshan-test/regression/README.BG.txt |   29 +++++++++++++++++++++++++++++
 1 files changed, 29 insertions(+), 0 deletions(-)
 create mode 100644 darshan-test/regression/README.BG.txt


Diff of changes:
diff --git a/darshan-test/regression/README.BG.txt b/darshan-test/regression/README.BG.txt
new file mode 100644
index 0000000..a62eefd
--- /dev/null
+++ b/darshan-test/regression/README.BG.txt
@@ -0,0 +1,29 @@
+See README.txt for general instructions.  This file contains notes for testing on the Blue Gene platform 
+(more specifically: cetus.alcf.anl.gov).  This example assumes that you are using the MPICH profile conf
+method to add instrumentation.
+
+To run regression tests:
+
+- compile and install both darshan-runtime and darshan-util in the same directory
+  examples:
+
+  # darshan runtime
+  ../configure --with-mem-align=16 --with-log-path=/projects/SSSPPg/carns/darshan-logs --prefix=/home/carns/working/darshan/install-cetus --with-jobid-env=COBALT_JOBID --with-zlib=/soft/libraries/alcf/current/gcc/ZLIB --host=powerpc-bgp-linux CC=/bgsys/drivers/V1R2M2/ppc64/comm/bin/gcc/mpicc
+  make install
+
+  # darshan util
+  ../configure --prefix=/home/carns/working/darshan/install
+  make install
+
+- start a screen session by running "screen"
+  note: this is suggested because the tests may take a while to complete depending on scheduler 
+  availability
+
+- within the screen session, set your path to point to a stock set of MPI compiler scripts
+  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
+  note: the f90 test is expected to fail due to a known problem in the profiling interface for the 
+    F90 MPICH implementation on Mira.
+


hooks/post-receive
--



More information about the Darshan-commits mailing list