<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>
GitLab
</title>

</head>
<body>
<style type="text/css">
img {
max-width: 100%; height: auto;
}
</style>
<div class="content">
<h3>
Glenn K. Lockwood pushed to branch lustre-mod
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/3e5753e437f9572fc8efc06af98a07dbafa17812">3e5753e4</a></strong>
<div>
<span>by Glenn K. Lockwood</span>
<i>at 2016-05-20T09:12:00-07:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap">updated text descriptions of the Lustre counters</pre>
</li>
</ul>
<h4>1 changed file:</h4>
<ul>
<li class="file-stats">
<a href="#620f2ecad2bb6f74b2fcd0134963a841" style="text-decoration: none">
darshan-util/darshan-lustre-logutils.c
</a>
</li>
</ul>
<h4>Changes:</h4>
<li id="620f2ecad2bb6f74b2fcd0134963a841">
<a href="https://xgitlab.cels.anl.gov/darshan/darshan/commit/3e5753e437f9572fc8efc06af98a07dbafa17812#diff-0">
<strong>
darshan-util/darshan-lustre-logutils.c
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="background: #ffdddd; color: #000000">--- a/darshan-util/darshan-lustre-logutils.c
</span><span style="background: #ddffdd; color: #000000">+++ b/darshan-util/darshan-lustre-logutils.c
</span><span style="color: #aaaaaa">@@ -106,7 +106,11 @@ static void darshan_log_print_lustre_description()
</span> {
     /* TODO: add actual counter descriptions here */
     printf("\n# description of LUSTRE counters:\n");
<span style="background: #ffdddd; color: #000000">-    printf("#   LUSTRE_TEST_COUNTER: counter for testing Lustre module.\n");
</span><span style="background: #ddffdd; color: #000000">+    printf("#   LUSTRE_OSTS: number of OSTs across the entire file system.\n");
+    printf("#   LUSTRE_MDTS: number of MDTs across the entire file system.\n");
+    printf("#   LUSTRE_STRIPE_SIZE: stripe size for file in bytes.\n");
+    printf("#   LUSTRE_STRIPE_WIDTH: number of OSTs over which file is striped.\n");
+    printf("#   LUSTRE_STRIPE_OFFSET: OBD index of the file's first stripe.\n");
</span> 
     DARSHAN_PRINT_HEADER();
 
</code></pre>

<br>
</li>

</div>
<div class="footer" style="margin-top: 10px">
<p style="color: #777; font-size: small">

<br>
<a href="https://xgitlab.cels.anl.gov/darshan/darshan/commit/3e5753e437f9572fc8efc06af98a07dbafa17812">View it on GitLab</a>.
<br>
You're receiving this email because of your account on xgitlab.cels.anl.gov.
If you'd like to receive fewer emails, you can
adjust your notification settings.

</p>
</div>
</body>
</html>