You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This build pulls the develop branch of Trilinos so I suspect this might have to do with recent updates to Kokkos. The QCAD tests throw the following error:
p=1: *** Caught standard std::exception of type 'std::invalid_argument' :
/home/projects/albany/repos/Trilinos/packages/tpetra/core/src/Tpetra_MultiVector_def.hpp:581:
Throw number = 21
Throw test that evaluated to true: (view.extent (1) != 0 && static_cast<size_t> (view.extent (1)) <= maxColInd)
Tpetra::MultiVector<double,int,long long,Kokkos::Compat::KokkosDeviceWrapperNode<Kokkos::Cuda, Kokkos::CudaUVMSpace>>::MultiVector(map,view,origView,whichVectors): view.extent(1) = 124 <= max(whichVectors) = 18446744073694571435.
while the Aeras tests seems to be running out of memory:
p=0: *** Caught standard std::exception of type 'std::runtime_error' :
cudaMemcpy( dst , src , n , cudaMemcpyDefault ) error( cudaErrorMemoryAllocation): out of memory /home/projects/albany/repos/Trilinos/packages/kokkos/core/src/Cuda/Kokkos_CudaSpace.cpp:92
Traceback functionality not available
The FELIX test is timing out but this test has always been fairly slow. In general, there seems to be a 2x slow down across a number of tests which may be why this test timed out (see the time history for TransientHeat1D_Tpetra here: http://cdash.sandia.gov/CDash-2-3-0/testDetails.php?test=3703868&build=71526).
@ibaned Do you have any ideas as to why some of these tests might be failing?
The text was updated successfully, but these errors were encountered:
The following cuda tests started failing on May 25th, 2018 (see http://cdash.sandia.gov/CDash-2-3-0/viewTest.php?onlyfailed&buildid=71409):
This build pulls the develop branch of Trilinos so I suspect this might have to do with recent updates to Kokkos. The QCAD tests throw the following error:
while the Aeras tests seems to be running out of memory:
The FELIX test is timing out but this test has always been fairly slow. In general, there seems to be a 2x slow down across a number of tests which may be why this test timed out (see the time history for TransientHeat1D_Tpetra here: http://cdash.sandia.gov/CDash-2-3-0/testDetails.php?test=3703868&build=71526).
@ibaned Do you have any ideas as to why some of these tests might be failing?
The text was updated successfully, but these errors were encountered: