[Darshan-commits] [Git][darshan/darshan][master] 2 commits: minor documentation fixups

Rob Latham xgitlab at cels.anl.gov
Thu Mar 1 17:01:07 CST 2018


Rob Latham pushed to branch master at darshan / darshan


Commits:
4063260c by Rob Latham at 2018-03-01T16:58:38-06:00
minor documentation fixups

- - - - -
9abfa98b by Rob Latham at 2018-03-01T16:59:51-06:00
mapped wrong function

- - - - -


2 changed files:

- darshan-runtime/lib/darshan-mpiio.c
- doc/darshan-modularization.txt


Changes:

=====================================
darshan-runtime/lib/darshan-mpiio.c
=====================================
--- a/darshan-runtime/lib/darshan-mpiio.c
+++ b/darshan-runtime/lib/darshan-mpiio.c
@@ -459,7 +459,7 @@ int DARSHAN_DECL(MPI_File_read_all)(MPI_File fh, void * buf, int count, MPI_Data
     int ret;
     double tm1, tm2;
 
-    MAP_OR_FAIL(PMPI_File_write_at);
+    MAP_OR_FAIL(PMPI_File_read_all);
 
     tm1 = darshan_core_wtime();
     ret = __real_PMPI_File_read_all(fh, buf, count,


=====================================
doc/darshan-modularization.txt
=====================================
--- a/doc/darshan-modularization.txt
+++ b/doc/darshan-modularization.txt
@@ -470,7 +470,7 @@ new instrumentation modules:
 
 * Necessary linker flags for inserting this module's wrapper functions need to be added to a
 module-specific file which is used when linking applications with Darshan. For an example,
-consider `darshan-runtime/darshan-posix-ld-opts`, the required linker options for the POSIX
+consider `darshan-runtime/share/ld-opts/darshan-posix-ld-opts`, the required linker options for the POSIX
 module. The base linker options file for Darshan (`darshan-runtime/darshan-base-ld-opts.in`)
 must also be updated to point to the new module-specific linker options file.
 



View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/compare/1c72daf9be62ff05f1decac2b6ab1d83e9b2b564...9abfa98bf2e94ed1981c883fe9e80ca586c01655

---
View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/compare/1c72daf9be62ff05f1decac2b6ab1d83e9b2b564...9abfa98bf2e94ed1981c883fe9e80ca586c01655
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/20180301/33eb4914/attachment.html>


More information about the Darshan-commits mailing list