Albany
Albany copied to clipboard
Sandia National Laboratories' Albany multiphysics code
I get a segmentation fault when using the new MueLu settings provided by Ray Tuminaro for the Humboldt problem. I tried different settings, below is the error for `P1semR1transP2const`: ```...
Seem like an issue with mpi. The regular tests worked just fine though. We can wait another day to see if it happens again. https://sems-cdash-son.sandia.gov/cdash/viewTest.php?onlyfailed&buildid=44759
optimization performance tests need to be reconfigured: https://sems-cdash-son.sandia.gov/cdash/test/3267272 there are also a few wdg tests that need to be reblessed. Will get to this on Monday.
There's a couple there we need to investigate: https://sandialabs.github.io/ali-perf-data/ali/blake_nightly_data/Ali_PerfTestsBlake_02_01_2023.html
We are using functions/classes in `Impl` namespaces. ``` >> git grep "::Impl::" src/PHAL_Utilities_Def.hpp: auto layout = Kokkos::Impl::reconstructLayout(src.layout(), src.rank()); src/PHAL_Utilities_Def.hpp: auto ml = Kokkos::Impl::reconstructLayout(sl, real_rank); ``` This is not recommended because...
The nightly spack build is failing due to the following error: ``` 420 /tmp/ikalash/spack-stage/spack-stage-albany-develop-jfp3ybpbdshnwqb uck3xssyfjmdmjwmq/spack-src/src/disc/stk/Albany_STKDiscretization.c pp: In member function 'void Albany::STKDiscretization::setupExodus Output()': >> 421 /tmp/ikalash/spack-stage/spack-stage-albany-develop-jfp3ybpbdshnwqb uck3xssyfjmdmjwmq/spack-src/src/disc/stk/Albany_STKDiscretization.c pp:2311:63: error: invalid conversion...
Since we're in a reorg/cleanup mood, I would do the following: - Albany_config.h: keep Albany-wide options - Albany_packages.h: put the list of packages-enabling macros (e.g., ALBANY_LANDICE) - LandIce_config.h: put the...
This may become more of an issue with panzer's DOF manager. Right now, some disc-related info is computed on the fly during evaluateFields (possibly cached, if its calculation is non...
The SHMIP_suite_A1 test has been timing out in the CEE gcc nightly for a few days: https://sems-cdash-son.sandia.gov/cdash/test/3035824 . Can this test be shortened? It times out after 10 mins in...
There are test failures in the nightlies involving Omegah: https://sems-cdash-son.sandia.gov/cdash/viewBuildError.php?buildid=68010 E.g., ``` [Albany/tests/unit/disc/omegah/box_mesh.cpp:51](https://blob/master/Albany/tests/unit/disc/omegah/box_mesh.cpp#L51):46: error: 'class Teuchos::RCP' has no member named 'owned' ``` @bartgol I think this is due to your...