[Darshan-commits] [Git][darshan/darshan][dev-modular] 2 commits: small fixes for COPYRIGHT, ChangeLog, & comments

Shane Snyder xgitlab at cels.anl.gov
Mon Oct 12 12:03:49 CDT 2015


Shane Snyder pushed to branch dev-modular at darshan / darshan


Commits:
1fae7e7c by Shane Snyder at 2015-10-06T16:09:09Z
small fixes for COPYRIGHT, ChangeLog, & comments

- - - - -
4150a0f9 by Shane Snyder at 2015-10-12T12:03:16Z
update makefile to install uthash header

- - - - -


4 changed files:

- COPYRIGHT
- ChangeLog
- darshan-log-format.h
- darshan-util/Makefile.in


Changes:

=====================================
COPYRIGHT
=====================================
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -6,7 +6,7 @@ which must be included in the prologue of the code and in all source listings
 of the code.
 
 Copyright Notice
- + 2009 University of Chicago
+ + 2015 University of Chicago
 
 Permission is hereby granted to use, reproduce, prepare derivative works, and
 to redistribute to others.  This software was authored by:


=====================================
ChangeLog
=====================================
--- a/ChangeLog
+++ b/ChangeLog
@@ -18,6 +18,7 @@ Darshan-3.0.0-pre1
       suffixes
     - a new instrumentation module for capturing BG/Q-specific parameters
       (BG/Q environment is automatically detected at configure time)
+      (implemented by Kevin Harms)
     - new darshan-parser and darshan-job-summary output to utilize the
       new modularized log format
 * updated documentation outlining changes in this release, as well as


=====================================
darshan-log-format.h
=====================================
--- a/darshan-log-format.h
+++ b/darshan-log-format.h
@@ -80,10 +80,8 @@ typedef uint64_t darshan_record_id;
 
 /* the darshan_log_map structure is used to indicate the location of
  * specific module data in a Darshan log. Note that 'off' and 'len' are
- * the respective offset and length of the data in the file, in *uncompressed*
- * terms -- this is nonintuitive since the data is compressed, but this is
- * done so we can utilize the gzread interface for all Darshan log reading
- * utilities. 
+ * the respective offset and length of the data in the file, in
+ * *uncompressed* terms
  */
 struct darshan_log_map
 {


=====================================
darshan-util/Makefile.in
=====================================
--- a/darshan-util/Makefile.in
+++ b/darshan-util/Makefile.in
@@ -126,6 +126,7 @@ install:: all
 ifeq ($(DARSHAN_ENABLE_SHARED),1)
 	install -m 755 libdarshan-util.so $(libdir)
 endif
+	install -m 644 uthash-1.9.2/src/uthash.h $(includedir)
 	install -m 644 $(srcdir)/darshan-logutils.h $(includedir)
 	install -m 644 $(DARSHAN_LOG_FORMAT) $(includedir)
 	install -m 755 darshan-job-summary/bin/darshan-job-summary.pl $(bindir)



View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/compare/41575785a890ced023ae36e6781ab7bd63440274...4150a0f951a78a299cbfb777a2c4c561c1c4e655
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/darshan-commits/attachments/20151012/e6e75fcc/attachment.html>


More information about the Darshan-commits mailing list