-
Notifications
You must be signed in to change notification settings - Fork 577
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Piro_UnitTests_MPI_1 test failing in Trilinos-atdm-white-ride-cuda-9.2-debug-pt build #3552
Comments
@rppawlo, who is currently maintaining Piro now that the original developer is no longer developing code? |
I am not familiar with the sensitivity/adjoint sensitivity tests. @mperego , are you? |
I can look into that. B.t.w. why EMPIRE ATDM Trilinos build enables Piro? |
It's currently a required dependency for panzer. |
@bartlettroscoe If I configure Trilinos as you documented neither Panzer nor Piro are enabled |
@bartlettroscoe it seems it is not even reading the |
@mperego, it was a simple copy-and-paste failure ( |
The code is failing when calling a Lapack routine in Stokhos (@etphipp ):
but I could not find anything wrong with that. Any ideas? |
Okay, the routine DSTEQR() is the same routine causing Stokhos tests to fail as reported by @etphipp in #3542 (comment) and by @hkthorn in #2410 (comment). |
As described in #3542 (comment), PR #3741 merged on 10/26/2018 repalced STEQR with PTEQR in Stokhos and fixed all of the Stokhos tests. This had the side-effect of also fixing this failing Piro tests as shown here with the subscript Closing as complete! |
CC: @trilinos/piro , @rppawlo (Trilinos Nonlinear Solvers Product Area Lead)
Next Action Status
PR #3741 merged on 10/26/2018 repalced STEQR with PTEQR in Stokhos and on 10/27/2018 the test
Piro_UnitTests_MPI_1
passed in the Trilinos-atdm-white-ride-cuda-9.2-debug-pt build on 'ride'.Description
The test
Piro_UnitTests_MPI_1
is failing in the buildTrilinos-atdm-white-ride-cuda-9.2-debug-pt
on 'white' and 'ride' as shown here which shows the failing output:This is an important build because we are targeting this build on 'white' and 'ride' as a Trilinos CUDA PR testing build (see #2464 ). Also, the EMPIRE ATDM Trilinos build enables Piro.
It is not clear why this test does not fail in the more constrained ATDM Trilinos build 'Trilinos-atdm-white-ride-cuda-9.2-debug` where this test is shown passing here. Perhaps some packages and extra unit tests get enabled in this fuller Trilinos configuration?
Steps to reproduce
One should be able to reproduce these build errors on either 'white' or 'ride' by cloning the Trilinos git repo, checking out the 'develop' branch, creating a build directory, and then doing:
The text was updated successfully, but these errors were encountered: