[Darshan-commits] [Darshan] branch, master, updated. darshan-2.3.1-pre2-12-gdbd2b68

Service Account git at mcs.anl.gov
Fri Mar 13 11:39:55 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  dbd2b689af83e45ac1fed2778b6f067b8b7797b0 (commit)
      from  48c85cc749ebbcf708f3ea0e8948e4f41a952b00 (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 dbd2b689af83e45ac1fed2778b6f067b8b7797b0
Author: Phil Carns <carns at mcs.anl.gov>
Date:   Fri Mar 13 12:39:38 2015 -0400

    swap order of static instrumentation sections

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

Summary of changes:
 darshan-runtime/doc/darshan-runtime.txt |   27 ++++++++++++++-------------
 1 files changed, 14 insertions(+), 13 deletions(-)


Diff of changes:
diff --git a/darshan-runtime/doc/darshan-runtime.txt b/darshan-runtime/doc/darshan-runtime.txt
index 4b4897c..2996a1e 100644
--- a/darshan-runtime/doc/darshan-runtime.txt
+++ b/darshan-runtime/doc/darshan-runtime.txt
@@ -151,19 +151,6 @@ hooks for existing MPI compiler scripts.  Once this is done, Darshan
 instrumentation is transparent; you simply compile applications using
 the darshan-enabled MPI compiler scripts.
 
-=== Using customized compiler wrapper scripts
-
-For MPICH-based MPI libraries, such as MPICH1, MPICH2, or MVAPICH, custom
-wrapper scripts can be generated automatically.  The following example
-illustrates how to produce wrappers for C, C++, and Fortran compilers:
-
-----
-darshan-gen-cc.pl `which mpicc` --output mpicc.darshan
-darshan-gen-cxx.pl `which mpicxx` --output mpicxx.darshan
-darshan-gen-fortran.pl `which mpif77` --output mpif77.darshan
-darshan-gen-fortran.pl `which mpif90` --output mpif90.darshan
------
-
 === Using a profile configuration 
 
 The MPICH MPI implementation supports the specification of a profiling library
@@ -196,6 +183,20 @@ mpif77 -profile=$DARSHAN_PREFIX/share/mpi-profile/darshan-f <args>
 mpif90 -profile=$DARSHAN_PREFIX/share/mpi-profile/darshan-f <args>
 ----
 
+=== Using customized compiler wrapper scripts
+
+For MPICH-based MPI libraries, such as MPICH1, MPICH2, or MVAPICH,
+custom wrapper scripts can be generated to automatically include Darshan
+instrumentation.  The following example illustrates how to produce
+wrappers for C, C++, and Fortran compilers:
+
+----
+darshan-gen-cc.pl `which mpicc` --output mpicc.darshan
+darshan-gen-cxx.pl `which mpicxx` --output mpicxx.darshan
+darshan-gen-fortran.pl `which mpif77` --output mpif77.darshan
+darshan-gen-fortran.pl `which mpif90` --output mpif90.darshan
+-----
+
 === Other configurations
 
 Please see the Cray recipe in this document for instructions on


hooks/post-receive
--



More information about the Darshan-commits mailing list