-
Notifications
You must be signed in to change notification settings - Fork 565
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
TpetraCore_BlockCrsMatrix_MPI_4 failing in ATDM cuda builds #4257
Comments
@fryeguy52 I will look at this problem today. |
@fryeguy52 I followed the instruction to reproduce the error but I could not reproduce it on white. Could you double check if you can reproduce it ? I use
This is output from white.
|
@kyungjoo-kim Thanks for looking into this. I will try and reproduce and watch what it does tonight in testing. |
@kyungjoo-kim and @fryeguy52, I just logged onto 'white' really quick and pulled Trilinos 'develop' as of version 3ef91e9 :
and following the instructions here I ran:
and it returned:
The detailed test results showed:
|
I pull again and test it but I cannot reproduce the error with a commit 3ea64d1. |
@kyungjoo-kim said:
Let's wait and see if @fryeguy52 can reproduce this on 'white' in his own account and go from there. |
Note that #4293 disabled this test; we'll need to re-enable it when this work is complete. |
@kddevin said:
PR #4293 only disables that test for the CUDA PR build, not the ATDM Trilinos builds. (There is no relationship between these two sets of builds and that is on purpose.) The question is if this failing test is something that should be fixed or not before that ATDM APPs get an updated version of Trilinos? Right now it is listed as |
From the failed test message,
I first examine the packing and unpacking routine if there is some mistake in dualview sync as the input array of the unpacking, |
@bartlettroscoe PR #4307 will fix the block crs unit test failures. After the PR is merged, would you please re-enable the test ? |
@kyungjoo-kim said:
Thanks for fix! Someone will need to revert PR #4293 after we confirm that these tests are fixed in the ATDM build (where this tests was never disabled, PR #4293 only disabled them in the Trilinos PR build controlled by the @trilinos/framework team). |
@kyungjoo-kim Can we reenable that test now? |
With the merge of PR #4307 on to 'develop' on 2/4/2018, the test I will leave this open until the CUDA PR testing gets this test enabled again by reverting PR #4293. Tests with issue trackers Passed: twip=6 (Testing day 2019-02-05)
|
FYI: I created the revert PR #4326 to re-enable this test in the Trilinos CUDA PR build. Just need someone to approve this PR and get it merged. Then we can close this issue. |
Thanks Ross! I just approved the PR. |
CC: @trilinos/tpetra, @kddevin (Trilinos Data Services Product Lead), @bartlettroscoe, @fryeguy52
Next Action Status
With the merge of PR #4307 on to 'develop' on 2/4/2018, the test
TpetraCore_BlockCrsMatrix_MPI_4
seems to be passing in all of the ATDM Trilinos builds on 2/5/2018. Next: Get PR #4326 merged which re-enables this test in the Trilinos CUDA PR build ...Description
As shown in this query the test:
is failing in the builds:
It is failing with the following output:
@kyungjoo-kim can you see if one of these commits may have caused this?
Current Status on CDash
The current status of these tests/builds for the current testing day can be found here
Steps to Reproduce
One should be able to reproduce this failure on ride or white as described in:
More specifically, the commands given for ride or white are provided at:
The exact commands to reproduce this issue should be:
The text was updated successfully, but these errors were encountered: