<html lang='en'>
<head>
<meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
<title>
GitLab
</title>
</meta>
</head>
<style>
img {
max-width: 100%;
height: auto;
}
p.details {
font-style:italic;
color:#777
}
.footer p {
font-size:small;
color:#777
}
pre.commit-message {
white-space: pre-wrap;
}
.file-stats a {
text-decoration: none;
}
.file-stats .new-file {
color: #090;
}
.file-stats .deleted-file {
color: #B00;
}
</style>
<body>
<div class='content'>
<h3>Shane Snyder pushed to branch dev-modular at <a href="https://xgitlab.cels.anl.gov/darshan/darshan">darshan / darshan</a></h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://xgitlab.cels.anl.gov/darshan/darshan/commit/1fae7e7c73e7d0da9d5b90317e4e7341d4cc1c6d">1fae7e7c</a></strong>
<div>
<span>by Shane Snyder</span>
<i>at 2015-10-06T16:09:09Z</i>
</div>
<pre class='commit-message'>small fixes for COPYRIGHT, ChangeLog, & comments</pre>
</li>
<li>
<strong><a href="https://xgitlab.cels.anl.gov/darshan/darshan/commit/4150a0f951a78a299cbfb777a2c4c561c1c4e655">4150a0f9</a></strong>
<div>
<span>by Shane Snyder</span>
<i>at 2015-10-12T12:03:16Z</i>
</div>
<pre class='commit-message'>update makefile to install uthash header</pre>
</li>
</ul>
<h4>4 changed files:</h4>
<ul>
<li class='file-stats'>
<a href='#diff-0'>
COPYRIGHT
</a>
</li>
<li class='file-stats'>
<a href='#diff-1'>
ChangeLog
</a>
</li>
<li class='file-stats'>
<a href='#diff-2'>
darshan-log-format.h
</a>
</li>
<li class='file-stats'>
<a href='#diff-3'>
darshan-util/Makefile.in
</a>
</li>
</ul>
<h4>Changes:</h4>
<li id='diff-0'>
<a href='https://xgitlab.cels.anl.gov/darshan/darshan/compare/41575785a890ced023ae36e6781ab7bd63440274...4150a0f951a78a299cbfb777a2c4c561c1c4e655#diff-0'>
<strong>
COPYRIGHT
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/COPYRIGHT
</span><span style="color: #000000;background-color: #ddffdd">+++ b/COPYRIGHT
</span><span style="color: #aaaaaa">@@ -6,7 +6,7 @@ which must be included in the prologue of the code and in all source listings
</span> of the code.
Copyright Notice
<span style="color: #000000;background-color: #ffdddd">- + 2009 University of Chicago
</span><span style="color: #000000;background-color: #ddffdd">+ + 2015 University of Chicago
</span>
Permission is hereby granted to use, reproduce, prepare derivative works, and
to redistribute to others. This software was authored by:
</code></pre>
<br>
</li>
<li id='diff-1'>
<a href='https://xgitlab.cels.anl.gov/darshan/darshan/compare/41575785a890ced023ae36e6781ab7bd63440274...4150a0f951a78a299cbfb777a2c4c561c1c4e655#diff-1'>
<strong>
ChangeLog
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/ChangeLog
</span><span style="color: #000000;background-color: #ddffdd">+++ b/ChangeLog
</span><span style="color: #aaaaaa">@@ -18,6 +18,7 @@ Darshan-3.0.0-pre1
</span> suffixes
- a new instrumentation module for capturing BG/Q-specific parameters
(BG/Q environment is automatically detected at configure time)
<span style="color: #000000;background-color: #ddffdd">+ (implemented by Kevin Harms)
</span> - 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
</code></pre>
<br>
</li>
<li id='diff-2'>
<a href='https://xgitlab.cels.anl.gov/darshan/darshan/compare/41575785a890ced023ae36e6781ab7bd63440274...4150a0f951a78a299cbfb777a2c4c561c1c4e655#diff-2'>
<strong>
darshan-log-format.h
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/darshan-log-format.h
</span><span style="color: #000000;background-color: #ddffdd">+++ b/darshan-log-format.h
</span><span style="color: #aaaaaa">@@ -80,10 +80,8 @@ typedef uint64_t darshan_record_id;
</span>
/* 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
<span style="color: #000000;background-color: #ffdddd">- * 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.
</span><span style="color: #000000;background-color: #ddffdd">+ * the respective offset and length of the data in the file, in
+ * *uncompressed* terms
</span> */
struct darshan_log_map
{
</code></pre>
<br>
</li>
<li id='diff-3'>
<a href='https://xgitlab.cels.anl.gov/darshan/darshan/compare/41575785a890ced023ae36e6781ab7bd63440274...4150a0f951a78a299cbfb777a2c4c561c1c4e655#diff-3'>
<strong>
darshan-util/Makefile.in
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/darshan-util/Makefile.in
</span><span style="color: #000000;background-color: #ddffdd">+++ b/darshan-util/Makefile.in
</span><span style="color: #aaaaaa">@@ -126,6 +126,7 @@ install:: all
</span> ifeq ($(DARSHAN_ENABLE_SHARED),1)
install -m 755 libdarshan-util.so $(libdir)
endif
<span style="color: #000000;background-color: #ddffdd">+ install -m 644 uthash-1.9.2/src/uthash.h $(includedir)
</span> 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)
</code></pre>
<br>
</li>
</div>
<div class='footer' style='margin-top: 10px;'>
<p>
—
<br>
<a href="https://xgitlab.cels.anl.gov/darshan/darshan/compare/41575785a890ced023ae36e6781ab7bd63440274...4150a0f951a78a299cbfb777a2c4c561c1c4e655">View it on GitLab</a>
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":["merge_requests","issues","commit"],"url":"https://xgitlab.cels.anl.gov/darshan/darshan/compare/41575785a890ced023ae36e6781ab7bd63440274...4150a0f951a78a299cbfb777a2c4c561c1c4e655"}}</script>
</p>
</div>
</body>
</html>