<div dir="ltr">Hi Qingshan,<div><br></div><div style>If you don&#39;t use the &quot;make install&quot; option with the new PIO versions, it won&#39;t affect anything as long as your $PIO environment variable points to that directory (with the lib and includes). But, if you build PIO with something like `./configure --prefix=/home/pio-1.6.3 &amp;&amp; make &amp;&amp; make install` and then point $PIO to /home/pio-1.6.3 the model won&#39;t build. Because it can&#39;t find the libraries or the includes.</div>

<div style><br></div><div style>It largely depends on how the user setups up their PIO directories, and since the new installation instructions use `make install` (and it&#39;s a pretty standard way to build libraries), I wanted to make sure the model would build with either method.</div>

<div style><br></div><div style>Doug</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Apr 8, 2013 at 9:27 AM, Chen, Qingshan <span dir="ltr">&lt;<a href="mailto:qchen@lanl.gov" target="_blank">qchen@lanl.gov</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Doug,<br>
<br>
It is nice, but does it depend on how the current structure of PIO library? I built a PIO library with the latest released version just days ago, and it seems that all libs stuff are still left in the PIO directory. If so, then why bother in MPAS? Maybe you have an unofficial version of PIO?<br>


<br>
Regards,<br>
Qingshan<br>
<div><div class="h5"><br>
<br>
On Apr 8, 2013, at 9:18 AM, Doug Jacobsen wrote:<br>
<br>
&gt; Hello everyone,<br>
&gt;<br>
&gt; I wanted to commit the following Makefile to the trunk. It allows the use of the new PIO &quot;make install&quot; command. In my tests, it can be used with either the old way of setting up PIO (includes and libs all in a single directory called PIO) or the new way of setting up PIO (PIO is a root dir, with /include and /lib under it).<br>


&gt;<br>
&gt; I&#39;ll commit it tomorrow if I don&#39;t hear anything, but any comments/questions are welcome.<br>
&gt;<br>
&gt; Thanks,<br>
&gt; Doug<br>
</div></div>&gt; &lt;Makefile&gt;_______________________________________________<br>
&gt; mpas-developers mailing list<br>
&gt; <a href="mailto:mpas-developers@mailman.ucar.edu">mpas-developers@mailman.ucar.edu</a><br>
&gt; <a href="http://mailman.ucar.edu/mailman/listinfo/mpas-developers" target="_blank">http://mailman.ucar.edu/mailman/listinfo/mpas-developers</a><br>
<br>
_______________________________________________<br>
mpas-developers mailing list<br>
<a href="mailto:mpas-developers@mailman.ucar.edu">mpas-developers@mailman.ucar.edu</a><br>
<a href="http://mailman.ucar.edu/mailman/listinfo/mpas-developers" target="_blank">http://mailman.ucar.edu/mailman/listinfo/mpas-developers</a><br>
</blockquote></div><br></div>