LLNL / serac

Serac is a high order nonlinear thermomechanical simulation code
BSD 3-Clause "New" or "Revised" License
182 stars 33 forks source link

Update axom with caching bugfix #1145

Closed chapman39 closed 3 months ago

chapman39 commented 3 months ago

Fixes the following error if you re-configure serac with codevelop enabled. (For some reason I didn't realize this was happening in serac as well as lido).

CMake Error at cmake/SeracMacros.cmake:131 (message):
  Conduit failed to load:
  /usr/WS2/meemee/serac/serac_libs1/gcc-10.3.1/conduit-0.9.1-wtr6hpsf7gajoufembjzoydjt3bi2hwo
Call Stack (most recent call first):
  cmake/thirdparty/SetupSeracThirdParty.cmake:101 (serac_assert_find_succeeded)
  CMakeLists.txt:132 (include)
chapman39 commented 3 months ago

Pretty much, I took the axom submodule we use currently and cherry-picked this Axom bugfix: https://github.com/LLNL/axom/pull/1335