-
Notifications
You must be signed in to change notification settings - Fork 578
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
KokkosCore_UnitTest_[OpenMP|Serial]_MPI_1 tests fail in most of the GNU and Intel builds on hansen/shiller #2320
Comments
Have you seen Kokkos-related tests fail with messages like:
shown in this issue? |
@bartlettroscoe - can you run in |
@nmhamster, what module do I need to load that will load a |
I loaded the module:
and ran GDB (from inside emacs) on the KokkosCore_UnitTest_Serial.exe executable and it gave the below output:
Note that the updated EMPIRE configuration of Trilinos is using |
@bartlettroscoe - |
Yup, that fixed the KokkosCore tests at least. I will run the full set of tests and see how that goes. If all goes well, a bunch of these failures will go away tomorrow! |
After talking wit Si H., he said that hansen and shiller are Haswell not Boradwell.
I just pushed the commit fd96bc6 to change to
This cleaned up three of the failing tests shown at: I am going to now put this Issue "In review" and we will watch what happens tomorrow just to make sure this test is fixed. Then I will close this. Thanks @nmhamster! |
The change to
This cleaned up several other tests as well. Closing as complete. |
Closing as complete for real this time (this is not JIRA so you have to add a comment to close). |
CC: @trilinos/kokkos, @fryeguy52
Next Action Status
Changed from
KOKKOS_ARCH=BDW
toHSW
which fixed all of the test on all ATDM builds of Trilinos onshiller
.Description
The tests
KokkosCore_UnitTest_OpenMP_MPI_1
andKokkosCore_UnitTest_Serial_MPI_1
failed in most of the GNU and Intel ATDM Trilinos builds on hansen today as shown at:which shows:
The ony builds that the
All of the test failures show:
This is for the new configuration of ATDM Trilinos that uses the
KOKKOS_ARCH=BDW
. Not sure why this is an issue but I think taht is all that really changed from the previous ATDM configuration that manually set compiler options.We seeing a lot of other test failures with various types of segmentation faults or other types of non-clean crashes at:
But it seems produent to address these failures first since they could be realted to many of the other failures that fail in bad ways like this.
Steps to Reproduce:
The instructions to reproduce these build failures can be found starting at:
and clicking "Reproducing ATDM builds locally" which takes you to:
Basically, on
hansen
orshiller
, you just clone the Trilinos repo (with location depicted as$TRILINOS_DIR
below), get on thedevelop
branch. Then create a build directory and do the configure and build as:The text was updated successfully, but these errors were encountered: