-
Notifications
You must be signed in to change notification settings - Fork 93
Description
The following 5 tests are failing in the nightlies:
demoPDEs_Advection1D_Scalar_Param_Fwd_Sens_Implicit | Failed | 44s 880ms | Completed (Failed) | Broken | Broken
landIce_FO_GIS_Humboldt_FluxDiv_FROSch | Failed | 8s 330ms | Completed (Failed) | Broken | Broken
landIce_FO_Thermo_Wet_Bed_FROSch | Failed | 9s 80ms | Completed (Failed) | Broken | Broken
unit_NullSpaceUtils_UnitTest_Parallel | Failed | 19s 510ms | Completed (Failed) | Broken | Broken
https://albany-cdash.sandia.gov/viewTest.php?onlyfailed&buildid=1541
It looks like the demo PDEs has diffs; the null space tests seem to be referring to something removed from Piro?
``
Exception message for expected exception:
/projects/albany/nightlyAlbanyCDash/repos/Albany/src/Albany_NullSpaceUtils.cpp:302:
Throw number = 4
Throw test that evaluated to true: soln_vs.is_null()
solution vector space must be provided.
Test that code {rigidBodyModes->setCoordinatesAndComputeNullspace(coordMV, solnVS);} does not throw : The code was not supposed to throw an exception, but instead threw an exception of type St11logic_error, which is a subclass of std::exception. The exception's message is:
/projects/albany/nightlyAlbanyCDash/repos/Albany/src/Albany_NullSpaceUtils.cpp:305:
Throw number = 5
Throw test that evaluated to true: soln_overlap_vs.is_null()
soln_overlap_map must be provided.
failed
p=0: *** Caught standard std::exception of type 'Teuchos::Exceptions::InvalidParameterName' :
Error! The parameter "Coordinates" does not exist
in the parameter (sub)list "Piro->NOX->Direction->Newton->Stratimikos Linear Solver->Stratimikos->Preconditioner Types->MueLu".
The current parameters set in (sub)list "Piro->NOX->Direction->Newton->Stratimikos Linear Solver->Stratimikos->Preconditioner Types->MueLu" are:
{
}
``
The FROSCH tests maybe were failing before?
Could someone please have a look?