<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/48fd8632c311a5a57d92e50b000377f871928737">48fd8632</a></strong>
<div>
<span>by Shane Snyder</span>
<i>at 2016-02-10T11:24:37-06:00</i>
</div>
<pre class='commit-message'>reorganize ld-opts and fix cray/fortran bug</pre>
</li>
</ul>
<h4>10 changed files:</h4>
<ul>
<li class='file-stats'>
<a href='#diff-0'>
darshan-runtime/Makefile.in
</a>
</li>
<li class='file-stats'>
<a href='#diff-1'>
darshan-runtime/configure
</a>
</li>
<li class='file-stats'>
<a href='#diff-2'>
darshan-runtime/configure.in
</a>
</li>
<li class='file-stats'>
<a href='#diff-3'>
<span class='deleted-file'>

darshan-runtime/darshan-base-ld-opts.in
</span>
</a>
</li>
<li class='file-stats'>
<a href='#diff-4'>
darshan-runtime/darshan-config.in
</a>
</li>
<li class='file-stats'>
<a href='#diff-5'>
darshan-runtime/lib/pkgconfig/darshan-runtime.pc.in
</a>
</li>
<li class='file-stats'>
<a href='#diff-6'>
<span class='new-file'>
+
darshan-runtime/share/ld-opts/darshan-base-ld-opts.in
</span>
</a>
</li>
<li class='file-stats'>
<a href='#diff-7'>
darshan-runtime/darshan-hdf5-ld-opts

darshan-runtime/share/ld-opts/darshan-hdf5-ld-opts
</a>
</li>
<li class='file-stats'>
<a href='#diff-8'>
darshan-runtime/darshan-pnetcdf-ld-opts

darshan-runtime/share/ld-opts/darshan-pnetcdf-ld-opts
</a>
</li>
<li class='file-stats'>
<a href='#diff-9'>
darshan-runtime/darshan-posix-ld-opts

darshan-runtime/share/ld-opts/darshan-posix-ld-opts
</a>
</li>
</ul>
<h4>Changes:</h4>
<li id='diff-0'>
<a href='https://xgitlab.cels.anl.gov/darshan/darshan/commit/48fd8632c311a5a57d92e50b000377f871928737#diff-0'>
<strong>
darshan-runtime/Makefile.in
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/darshan-runtime/Makefile.in
</span><span style="color: #000000;background-color: #ddffdd">+++ b/darshan-runtime/Makefile.in
</span><span style="color: #aaaaaa">@@ -152,10 +152,11 @@ endif
</span>   install -m 755 share/mpi-profile/darshan-bg-cc.conf $(datarootdir)/mpi-profile/darshan-bg-cc.conf
        install -m 755 share/mpi-profile/darshan-bg-cxx.conf $(datarootdir)/mpi-profile/darshan-bg-cxx.conf
        install -m 755 share/mpi-profile/darshan-bg-f.conf $(datarootdir)/mpi-profile/darshan-bg-f.conf
<span style="color: #000000;background-color: #ffdddd">-        install -m 644 darshan-base-ld-opts $(datarootdir)/darshan-base-ld-opts
-       install -m 644 $(srcdir)/darshan-posix-ld-opts $(datarootdir)/darshan-posix-ld-opts
-       install -m 644 $(srcdir)/darshan-hdf5-ld-opts $(datarootdir)/darshan-hdf5-ld-opts
-       install -m 644 $(srcdir)/darshan-pnetcdf-ld-opts $(datarootdir)/darshan-pnetcdf-ld-opts
</span><span style="color: #000000;background-color: #ddffdd">+   install -d $(datarootdir)/ld-opts
+       install -m 644 share/ld-opts/darshan-base-ld-opts $(datarootdir)/ld-opts/darshan-base-ld-opts
+       install -m 644 share/ld-opts/darshan-posix-ld-opts $(datarootdir)/ld-opts/darshan-posix-ld-opts
+       install -m 644 share/ld-opts/darshan-hdf5-ld-opts $(datarootdir)/ld-opts/darshan-hdf5-ld-opts
+       install -m 644 share/ld-opts/darshan-pnetcdf-ld-opts $(datarootdir)/ld-opts/darshan-pnetcdf-ld-opts
</span>   install -d $(libdir)/pkgconfig
        install -m 644 lib/pkgconfig/darshan-runtime.pc $(libdir)/pkgconfig/darshan-runtime.pc
 
</code></pre>

<br>
</li>
<li id='diff-1'>
<a href='https://xgitlab.cels.anl.gov/darshan/darshan/commit/48fd8632c311a5a57d92e50b000377f871928737#diff-1'>
<strong>
darshan-runtime/configure
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/darshan-runtime/configure
</span><span style="color: #000000;background-color: #ddffdd">+++ b/darshan-runtime/configure
</span><span style="color: #aaaaaa">@@ -4309,7 +4309,7 @@ DARSHAN_VERSION="3.0.0-pre3"
</span> 
 
 
<span style="color: #000000;background-color: #ffdddd">-ac_config_files="$ac_config_files Makefile darshan-mk-log-dirs.pl darshan-gen-cc.pl darshan-gen-cxx.pl darshan-gen-fortran.pl darshan-base-ld-opts darshan-config share/craype-1.x/darshan-module share/craype-2.x/darshan-module lib/pkgconfig/darshan-runtime.pc share/mpi-profile/darshan-cc.conf share/mpi-profile/darshan-cxx.conf share/mpi-profile/darshan-f.conf share/mpi-profile/darshan-bg-cc.conf share/mpi-profile/darshan-bg-cxx.conf share/mpi-profile/darshan-bg-f.conf"
</span><span style="color: #000000;background-color: #ddffdd">+ac_config_files="$ac_config_files Makefile darshan-mk-log-dirs.pl darshan-gen-cc.pl darshan-gen-cxx.pl darshan-gen-fortran.pl darshan-config share/craype-1.x/darshan-module share/craype-2.x/darshan-module lib/pkgconfig/darshan-runtime.pc share/mpi-profile/darshan-cc.conf share/mpi-profile/darshan-cxx.conf share/mpi-profile/darshan-f.conf share/mpi-profile/darshan-bg-cc.conf share/mpi-profile/darshan-bg-cxx.conf share/mpi-profile/darshan-bg-f.conf share/ld-opts/darshan-base-ld-opts"
</span> 
 cat >confcache <<\_ACEOF
 # This file is a shell script that caches the results of configure
<span style="color: #aaaaaa">@@ -5008,7 +5008,6 @@ do
</span>     "darshan-gen-cc.pl") CONFIG_FILES="$CONFIG_FILES darshan-gen-cc.pl" ;;
     "darshan-gen-cxx.pl") CONFIG_FILES="$CONFIG_FILES darshan-gen-cxx.pl" ;;
     "darshan-gen-fortran.pl") CONFIG_FILES="$CONFIG_FILES darshan-gen-fortran.pl" ;;
<span style="color: #000000;background-color: #ffdddd">-    "darshan-base-ld-opts") CONFIG_FILES="$CONFIG_FILES darshan-base-ld-opts" ;;
</span>     "darshan-config") CONFIG_FILES="$CONFIG_FILES darshan-config" ;;
     "share/craype-1.x/darshan-module") CONFIG_FILES="$CONFIG_FILES share/craype-1.x/darshan-module" ;;
     "share/craype-2.x/darshan-module") CONFIG_FILES="$CONFIG_FILES share/craype-2.x/darshan-module" ;;
<span style="color: #aaaaaa">@@ -5019,6 +5018,7 @@ do
</span>     "share/mpi-profile/darshan-bg-cc.conf") CONFIG_FILES="$CONFIG_FILES share/mpi-profile/darshan-bg-cc.conf" ;;
     "share/mpi-profile/darshan-bg-cxx.conf") CONFIG_FILES="$CONFIG_FILES share/mpi-profile/darshan-bg-cxx.conf" ;;
     "share/mpi-profile/darshan-bg-f.conf") CONFIG_FILES="$CONFIG_FILES share/mpi-profile/darshan-bg-f.conf" ;;
<span style="color: #000000;background-color: #ddffdd">+    "share/ld-opts/darshan-base-ld-opts") CONFIG_FILES="$CONFIG_FILES share/ld-opts/darshan-base-ld-opts" ;;
</span> 
   *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
   esac
</code></pre>

<br>
</li>
<li id='diff-2'>
<a href='https://xgitlab.cels.anl.gov/darshan/darshan/commit/48fd8632c311a5a57d92e50b000377f871928737#diff-2'>
<strong>
darshan-runtime/configure.in
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/darshan-runtime/configure.in
</span><span style="color: #000000;background-color: #ddffdd">+++ b/darshan-runtime/configure.in
</span><span style="color: #aaaaaa">@@ -325,7 +325,6 @@ darshan-mk-log-dirs.pl
</span> darshan-gen-cc.pl
 darshan-gen-cxx.pl
 darshan-gen-fortran.pl
<span style="color: #000000;background-color: #ffdddd">-darshan-base-ld-opts
</span> darshan-config
 share/craype-1.x/darshan-module
 share/craype-2.x/darshan-module
<span style="color: #aaaaaa">@@ -336,4 +335,5 @@ share/mpi-profile/darshan-f.conf
</span> share/mpi-profile/darshan-bg-cc.conf
 share/mpi-profile/darshan-bg-cxx.conf
 share/mpi-profile/darshan-bg-f.conf
<span style="color: #000000;background-color: #ddffdd">+share/ld-opts/darshan-base-ld-opts
</span> )
</code></pre>

<br>
</li>
<li id='diff-3'>
<a href='https://xgitlab.cels.anl.gov/darshan/darshan/commit/48fd8632c311a5a57d92e50b000377f871928737#diff-3'>
<strong>
darshan-runtime/darshan-base-ld-opts.in
</strong>
deleted
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/darshan-runtime/darshan-base-ld-opts.in
</span><span style="color: #000000;background-color: #ddffdd">+++ /dev/null
</span><span style="color: #aaaaaa">@@ -1,5 +0,0 @@
</span><span style="color: #000000;background-color: #ffdddd">---undefined=MPI_Init
---undefined=MPI_Wtime
-@@darshan_share_path@/darshan-posix-ld-opts
-@@darshan_share_path@/darshan-hdf5-ld-opts
-@@darshan_share_path@/darshan-pnetcdf-ld-opts
</span></code></pre>

<br>
</li>
<li id='diff-4'>
<a href='https://xgitlab.cels.anl.gov/darshan/darshan/commit/48fd8632c311a5a57d92e50b000377f871928737#diff-4'>
<strong>
darshan-runtime/darshan-config.in
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/darshan-runtime/darshan-config.in
</span><span style="color: #000000;background-color: #ddffdd">+++ b/darshan-runtime/darshan-config.in
</span><span style="color: #aaaaaa">@@ -11,7 +11,7 @@ DARSHAN_LD_FLAGS="@LDFLAGS@"
</span> #   dependencies on PnetCDF and HDF5 symbols (if the app used a library which 
 #   in turn used one of those HLLs).
 
<span style="color: #000000;background-color: #ffdddd">-PRE_LD_FLAGS="-L$DARSHAN_LIB_PATH $DARSHAN_LD_FLAGS -ldarshan -lz -Wl,@$DARSHAN_SHARE_PATH/darshan-base-ld-opts"
</span><span style="color: #000000;background-color: #ddffdd">+PRE_LD_FLAGS="-L$DARSHAN_LIB_PATH $DARSHAN_LD_FLAGS -ldarshan -lz -Wl,@$DARSHAN_SHARE_PATH/ld-opts/darshan-base-ld-opts"
</span> POST_LD_FLAGS="-L$DARSHAN_LIB_PATH -ldarshan -lz -lrt -lpthread"
 
 usage="\
</code></pre>

<br>
</li>
<li id='diff-5'>
<a href='https://xgitlab.cels.anl.gov/darshan/darshan/commit/48fd8632c311a5a57d92e50b000377f871928737#diff-5'>
<strong>
darshan-runtime/lib/pkgconfig/darshan-runtime.pc.in
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/darshan-runtime/lib/pkgconfig/darshan-runtime.pc.in
</span><span style="color: #000000;background-color: #ddffdd">+++ b/darshan-runtime/lib/pkgconfig/darshan-runtime.pc.in
</span><span style="color: #aaaaaa">@@ -12,7 +12,7 @@ darshan_prefix=@prefix@
</span> darshan_share=@darshan_share_path@
 darshan_includedir=
 darshan_libdir= -L${darshan_prefix}/lib
<span style="color: #000000;background-color: #ffdddd">-darshan_linkopts="-Wl,@${darshan_share}/darshan-base-ld-opts"
</span><span style="color: #000000;background-color: #ddffdd">+darshan_linkopts="-Wl,@${darshan_share}/ld-opts/darshan-base-ld-opts"
</span> 
 Cflags:
 Libs:
</code></pre>

<br>
</li>
<li id='diff-6'>
<a href='https://xgitlab.cels.anl.gov/darshan/darshan/commit/48fd8632c311a5a57d92e50b000377f871928737#diff-6'>
<strong>
darshan-runtime/share/ld-opts/darshan-base-ld-opts.in
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- /dev/null
</span><span style="color: #000000;background-color: #ddffdd">+++ b/darshan-runtime/share/ld-opts/darshan-base-ld-opts.in
</span><span style="color: #aaaaaa">@@ -0,0 +1,5 @@
</span><span style="color: #000000;background-color: #ddffdd">+--undefined=MPI_Init
+--undefined=MPI_Wtime
+@@darshan_share_path@/ld-opts/darshan-posix-ld-opts
+@@darshan_share_path@/ld-opts/darshan-hdf5-ld-opts
+@@darshan_share_path@/ld-opts/darshan-pnetcdf-ld-opts
</span></code></pre>

<br>
</li>
<li id='diff-7'>
<a href='https://xgitlab.cels.anl.gov/darshan/darshan/commit/48fd8632c311a5a57d92e50b000377f871928737#diff-7'>
<strong>
darshan-runtime/darshan-hdf5-ld-opts
</strong>

<strong>
darshan-runtime/share/ld-opts/darshan-hdf5-ld-opts
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/darshan-runtime/darshan-hdf5-ld-opts
</span><span style="color: #000000;background-color: #ddffdd">+++ b/darshan-runtime/share/ld-opts/darshan-hdf5-ld-opts
</span></code></pre>

<br>
</li>
<li id='diff-8'>
<a href='https://xgitlab.cels.anl.gov/darshan/darshan/commit/48fd8632c311a5a57d92e50b000377f871928737#diff-8'>
<strong>
darshan-runtime/darshan-pnetcdf-ld-opts
</strong>

<strong>
darshan-runtime/share/ld-opts/darshan-pnetcdf-ld-opts
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/darshan-runtime/darshan-pnetcdf-ld-opts
</span><span style="color: #000000;background-color: #ddffdd">+++ b/darshan-runtime/share/ld-opts/darshan-pnetcdf-ld-opts
</span></code></pre>

<br>
</li>
<li id='diff-9'>
<a href='https://xgitlab.cels.anl.gov/darshan/darshan/commit/48fd8632c311a5a57d92e50b000377f871928737#diff-9'>
<strong>
darshan-runtime/darshan-posix-ld-opts
</strong>

<strong>
darshan-runtime/share/ld-opts/darshan-posix-ld-opts
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/darshan-runtime/darshan-posix-ld-opts
</span><span style="color: #000000;background-color: #ddffdd">+++ b/darshan-runtime/share/ld-opts/darshan-posix-ld-opts
</span></code></pre>

<br>
</li>

</div>
<div class='footer' style='margin-top: 10px;'>
<p>

<br>
<a href="https://xgitlab.cels.anl.gov/darshan/darshan/commit/48fd8632c311a5a57d92e50b000377f871928737">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.
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Commit","url":"https://xgitlab.cels.anl.gov/darshan/darshan/commit/48fd8632c311a5a57d92e50b000377f871928737"}}</script>
</p>
</div>
</body>
</html>