<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><blockquote type="cite" class=""><div dir="ltr" class=""><div class="gmail_quote"><div class="">Are you saying it works normally because all the dependent packages are installed in the same place and it gets that place through another package?</div></div></div></blockquote><br class="">Seems so. Using the new and ~improved~ reconfigure:<div class=""><br class=""></div><div class="">—    '—with-pnetcdf-dir=/Users/jacobfaibussowitsch/NoSync/petscpackages’,</div><div class="">+++ ‘—download-pnetcdf’,</div><div class=""><br class=""></div><div class=""><div style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);" class="">—    '—with-netcdf-dir=/Users/jacobfaibussowitsch/NoSync/petscpackages’,</div><div style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);" class="">+++ ‘—download-netcdf’,</div></div><div style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);" class=""><br class=""></div><div style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);" class="">And configure finishes as expected.</div><div class=""><br class=""><div class="">
<div dir="auto" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div>Best regards,<br class=""><br class="">Jacob Faibussowitsch<br class="">(Jacob Fai - booss - oh - vitch)<br class="">Cell: (312) 694-3391</div></div>

</div>
<div><br class=""><blockquote type="cite" class=""><div class="">On May 21, 2020, at 7:59 PM, Matthew Knepley <<a href="mailto:knepley@gmail.com" class="">knepley@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><div dir="ltr" class="">On Thu, May 21, 2020 at 8:48 PM Jacob Faibussowitsch <<a href="mailto:jacob.fai@gmail.com" class="">jacob.fai@gmail.com</a>> wrote:<br class=""></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left-width: 1px; border-left-style: solid; border-left-color: rgb(204, 204, 204); padding-left: 1ex;"><div style="overflow-wrap: break-word;" class="">Hello All,<div class=""><br class=""></div><div class="">I ran a ./reconfigure —with-clean to update older packages/clean install however I ran into some issues. My arch (lets call it debug-arch) configuration isn’t “Standard” in that I use another arch (master-arch) to house many common packages and point all other arches to it via the “—with-package-name-dir” option. </div></div></blockquote><div class=""><br class=""></div><div class="">Are you saying it works normally because all the dependent packages are installed in the same place and it gets that place through another package?</div><div class="">I can believe that, It sounds like a bug in ExodusII/SECAS that you can report to Jeff.</div><div class=""><br class=""></div><div class="">  Thanks,</div><div class=""><br class=""></div><div class="">     Matt</div><div class=""> </div><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left-width: 1px; border-left-style: solid; border-left-color: rgb(204, 204, 204); padding-left: 1ex;"><div style="overflow-wrap: break-word;" class=""><div class="">During the debug-arch configure exodusII does not finish configure with the following error message:</div><div class=""><br class=""></div><div class="">CMake Error at /usr/local/Cellar/cmake/3.17.2/share/cmake/Modules/FindPackageHandleStandardArgs.cma\<br class="">ke:164 (message):<br class="">  Could NOT find PNetCDF (missing: PNetCDF_LIBRARIES PNetCDF_INCLUDE_DIRS)<br class="">Call Stack (most recent call first):<br class="">  /usr/local/Cellar/cmake/3.17.2/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:445 (_FPHS\<br class="">A_FAILURE_MESSAGE)<br class="">  cmake/tribits/common_tpls/find_modules/FindPNetCDF.cmake:216 (find_package_handle_standard_args)<br class="">  cmake/tribits/common_tpls/utils/AddPackageDependency.cmake:86 (find_package)<br class="">  cmake/tribits/common_tpls/find_modules/FindNetCDF.cmake:322 (add_package_dependency)<br class="">  cmake/tribits/common_tpls/FindTPLNetcdf.cmake:70 (find_package)<br class="">  cmake/tribits/core/package_arch/TribitsProcessEnabledTpl.cmake:106 (INCLUDE)<br class="">  cmake/tribits/core/package_arch/TribitsGlobalMacros.cmake:1724 (TRIBITS_PROCESS_ENABLED_TPL)<br class="">  cmake/tribits/core/package_arch/TribitsProjectImpl.cmake:206 (TRIBITS_PROCESS_ENABLED_TPLS)<br class="">  cmake/tribits/core/package_arch/TribitsProject.cmake:93 (TRIBITS_PROJECT_IMPL)<br class="">  CMakeLists.txt:46 (TRIBITS_PROJECT)</div><div class=""><br class=""></div><div class="">However checking the Cmake logs I find the following:</div><div class=""><br class=""></div><div class="">Processing enabled TPL: Pnetcdf (enabled explicitly, disable with -DTPL_ENABLE_Pnetcdf=OFF)<br class="">-- Pnetcdf_LIBRARY_NAMES='pnetcdf'<br class="">-- Searching for libs in Pnetcdf_LIBRARY_DIRS='/Users/jacobfaibussowitsch/NoSync/petscpackages/lib'<br class="">-- Searching for a lib in the set "pnetcdf":<br class="">--   Searching for lib 'pnetcdf' ...<br class="">--     Found lib '/Users/jacobfaibussowitsch/NoSync/petscpackages/lib/libpnetcdf.dylib'<br class="">-- TPL_Pnetcdf_LIBRARIES='/Users/jacobfaibussowitsch/NoSync/petscpackages/lib/libpnetcdf.dylib'<br class="">-- Searching for headers in Pnetcdf_INCLUDE_DIRS='/Users/jacobfaibussowitsch/NoSync/petscpackages/i\<br class="">nclude'<br class="">-- Searching for a header file in the set "pnetcdf.h":<br class="">--   Searching for header 'pnetcdf.h' ...<br class="">--     Found header '/Users/jacobfaibussowitsch/NoSync/petscpackages/include/pnetcdf.h'<br class="">-- Found TPL 'Pnetcdf' include dirs '/Users/jacobfaibussowitsch/NoSync/petscpackages/include'<br class="">-- TPL_Pnetcdf_INCLUDE_DIRS='/Users/jacobfaibussowitsch/NoSync/petscpackages/include'<br class="">Processing enabled TPL: Netcdf (enabled explicitly, disable with -DTPL_ENABLE_Netcdf=OFF)</div><div class=""><br class=""></div><div class="">Indicating that it does indeed find pnetcdf… but saves its location to “TPL_Pnetcdf_INCLUDE_DIRS” instead of the “<font class=""><span class="">PNetCDF_INCLUDE_DIRS” which it later searches. </span></font>I have included both reconfigure scripts, and latest configure.log.</div><div class=""><br class=""></div><div class=""><div class=""><div dir="auto" style="letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; text-decoration: none;" class=""><div class="">Best regards,<br class=""><br class="">Jacob Faibussowitsch<br class="">(Jacob Fai - booss - oh - vitch)<br class="">Cell: (312) 694-3391</div></div></div><div class=""></div></div></div><div style="overflow-wrap: break-word;" class=""><div class=""><div class=""></div></div></div><div style="overflow-wrap: break-word;" class=""><div class=""><div class=""></div></div></div><div style="overflow-wrap: break-word;" class=""><div class=""><div class=""></div></div></div></blockquote></div><br clear="all" class=""><div class=""><br class=""></div>--<span class="Apple-converted-space"> </span><br class=""><div dir="ltr" class="gmail_signature"><div dir="ltr" class=""><div class=""><div dir="ltr" class=""><div class=""><div dir="ltr" class=""><div class="">What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead.<br class="">-- Norbert Wiener</div><div class=""><br class=""></div><div class=""><a href="http://www.cse.buffalo.edu/~knepley/" target="_blank" class="">https://www.cse.buffalo.edu/~knepley/</a></div></div></div></div></div></div></div></div></div></blockquote></div><br class=""></div></body></html>