Marshall Galbraith

Results 23 comments of Marshall Galbraith
trafficstars

Sorry for the delay in getting back to you. I know what you mean about being busy. Here is the list of XML formats that the Jenkins [xUnit](https://plugins.jenkins.io/xunit) plugin supports:...

Looks like it found more, but still didn't succeed ``` Getting information for all enabled external packages/TPLs ... Processing enabled external package/TPL: Netcdf (enabled explicitly, disable with -DTPL_ENABLE_Netcdf=OFF) -- Using...

Would you like me to do this or do either of you have access to Ubuntu 22.04?

Ok I ran with --debug-find and this might be helpful ``` CMake Debug Log at cmake/tribits/common_tpls/find_modules/FindNetCDF.cmake:193 (find_library): find_library called with the following settings: VAR: NetCDF_C_LIBRARY NAMES: "netcdf" Documentation: Path to...

Setting ```-DNetCDF_LIBRARY_DIR=/usr/lib/x86_64-linux-gnu``` did the trick. So since this is not completely automatic now where will this fix be documented?

I think I went straight to the issues when I had this problem. That said, Ubuntu 22.04 installs NetCFD 4.8.1 and HDF5 1.10.7. So I guess HDF5 isn't new enough?

I guess I don't know how TriBITSPub is connected with the seacas repositry, but If I look in ```seacas/cmake/tribits/common_tpls/FindTPLHDF5.cmake``` I see ``` set(minimum_modern_HDF5_version 1.10.2) ``` which is lower than the...

I'm using the ```cmake-exodus``` script provided with the build instructions. Looks like neither of those are set in that script.

I pulled on the master branch and didn't get any updated files... Should I use a different branch?

Sorry, that didn't work for some reason. Here is the output ``` sandialabs/seacas/build$ MODERN=YES ../cmake-exodus ../cmake-exodus: line 47: /home/jenkins/util/sandialabs/seacas/bin/nc-config: No such file or directory MPI set to NO Configuring Seacas...