<div dir="ltr">FWIW, I have some log files from Edison and Titan in the last week using thread safe configuration, SuperLU, hypre, & Metis. Its not clear to me if the external packages were built before.  That is, I am not sure these were clean builds.  Like Nathan Titan is good:<div><br></div><div>11m  config</div><div>3min  make</div><div><br></div><div>and Edison is not good:</div><div><br></div><div>1hr 34min config</div><div>17 min make</div><div><br></div><div>And unless you are doing git bisect who cares if it take more than a minute you have a context switch anyway.  And I have probably configure PETSc at least 20 times this past week on Edison and Hopper.</div><div><br></div><div>BTW, One of my PIs told me recently "ORNL hates PETSc", and I said PETSc is like Broccoli, you like it or you don't, and what if next week ORNL hates MPI?  (my PI seemed to appreciate that) ... or FORTRAN (I should have said that too).</div><div><br></div><div>Mark</div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Feb 27, 2015 at 1:10 PM, Todd Gamblin <span dir="ltr"><<a href="mailto:tgamblin@llnl.gov" target="_blank">tgamblin@llnl.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">CMake test stuff too, so it has the same problem.  At the very least it<br>
tests the compiler id and ends up creating a bunch of directories and<br>
files in the CMakeFiles directory.<br>
<br>
So you're still in the same boat with CMake... But you don't have to<br>
maintain your own elaborate build system on the side.<br>
<div class="HOEnZb"><div class="h5"><br>
On 2/27/15, 10:06 AM, "Barry Smith" <<a href="mailto:bsmith@mcs.anl.gov">bsmith@mcs.anl.gov</a>> wrote:<br>
<br>
><br>
>> On Feb 27, 2015, at 12:00 PM, Jed Brown <<a href="mailto:jed@jedbrown.org">jed@jedbrown.org</a>> wrote:<br>
>><br>
>> Barry Smith <<a href="mailto:bsmith@mcs.anl.gov">bsmith@mcs.anl.gov</a>> writes:<br>
>>>   Actually the parallel compiles of the 1000+ files on the "regular"<br>
>>>   filesystems at ANL and LBL is taking less than 2 minutes so I can't<br>
>>>   blame the filesystem bandwidth.<br>
>><br>
>> I think bandwidth is adequate, but latency (especially for metadata) is<br>
>> rather high.  Normal make uses parallelism to mitigate, but configure is<br>
>> sequential, so gets hit harder.<br>
><br>
>    Yup, that was my conclusion. So the solution is 1) apply pressure to<br>
>improve latency on these systems a bit and 2) incorporate more<br>
>parallelism in ./configure without making it even more complicated.  Or<br>
>switch to cmake where you don't test anything but just read the machines<br>
>capabilities from an outdated database :-).<br>
><br>
>  Barry<br>
><br>
><br>
<br>
<br>
</div></div></blockquote></div><br></div>