Nathan Ellingwood

Results 109 issues of Nathan Ellingwood

## Bug Report @trilinos/tpetra @brian-kelley @csiefer2 @cwpearson ### Description Recent updates in kokkos to resolve some thread safety issues (PR https://github.com/kokkos/kokkos/pull/7080) exposed thread safety issues in some Tpetra kernels, discussed...

type: bug
pkg: Tpetra
impacting: performance

## Bug Report @trilinos/ifpack2 ### Description Trilinos develop branch (most recent test with SHA a0060111d86d1bc44cb70e8b8ee8358d68314a2b) has the `Ifpack2_RILUK_{2,4}streams_hb_belos_MPI_4` tests failing in Hip builds with rocm/5.6.1 on MI210 arch; in a...

type: bug
pkg: Ifpack2

## Bug Report @trilinos/panzer @trilinos/intrepid2 ### Description When testing a Cuda build with cuda/12.4 and gcc/13.2.0 I encountered compilation errors with Panzer, though they refer to Intrepid2 files: ``` FAILED:...

type: bug
pkg: Panzer
pkg: Intrepid2

## Bug Report Testing builds on Blake (SKX arch) with intel/2021.4 (icpc, intel classic compiler) report multiple test failures @trilinos/muelu ``` 370 - MueLu_UnitTestsTpetra_MPI_1 (Failed) 371 - MueLu_UnitTestsTpetra_MPI_4 (Timeout) 383...

type: bug
pkg: MueLu
MARKED_FOR_CLOSURE

## Bug Report While setting up a build with gcc/11.2.0 I ran into this warning in Sacado's copy of gtest that tripped an error with -Werror: ``` In file included...

type: bug
pkg: Sacado
MARKED_FOR_CLOSURE

## Bug Report @trilinos/tpetra This issue is to relay info from https://github.com/kokkos/kokkos/issues/6082 regarding some RCP thread-safety issues encountered testing Tpetra with Kokkos@develop branch with the OpenMP backend (a couple different...

type: bug
pkg: Tpetra
pkg: Teuchos
MARKED_FOR_CLOSURE

## Bug Report @trilinos/intrepid2 ### Description The `IntegratedLegendre_dtTwoPathsMatch_UnitTest` subtest of unit test `Intrepid2_unit-test_MonolithicExecutable_Intrepid2_Tests_MPI_1` is failing when tested with develop branches of kokkos and kokkos-kernels in a gcc/11.3.0 + openmpi/4.1.5 Serial...

type: bug
pkg: Intrepid2
MARKED_FOR_CLOSURE

## Bug Report @trilinos/muelu ### Description Hip builds (rocm/5.6.1 on MI210) have the `MueLu_CreateOperatorTpetra_MPI_1` failing with diffs between the output and gold files: ``` 23:36:56 3/4 Test #689: MueLu_CreateOperatorTpetra_MPI_1 ............................................***Failed...

type: bug
pkg: Tpetra
pkg: MueLu

**Describe the bug** Nightly cuda/12.4 + gcc/13.2.0 and c++20 enabled are failing to compile due to `-Werror=deprecated-declarations` ``` 23:50:57 /home/jenkins/jenkins-new/workspace/Kokkos_develop_kokkos-dev-2_semscuda1240_semsgcc1320_cpp20/kokkos/core/unit_test/TestMathematicalFunctions.hpp: In member function 'void TestIsFinite::operator()(int, int&) const': 23:50:57 /home/jenkins/jenkins-new/workspace/Kokkos_develop_kokkos-dev-2_semscuda1240_semsgcc1320_cpp20/kokkos/core/unit_test/TestMathematicalFunctions.hpp:1618:134: error:...

Bug
Failure - Nightly
Backend - CUDA

**Describe the bug** The following Phalanx tests fail in OpenMP builds with gcc compilers when testing with kokkos@develop **Phalanx_tKokkos_MPI_1** (gdb stacktrace) ``` ... 3. kokkos_DynRankView_UnitTest ... [Passed] (0.00154 sec) malloc_consolidate():...

Failure - Nightly
Failure - Trilinos