Skip to content
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

Teuchos: Automatically enabling Tecuhos_ENABLE_THREAD_SAFE if you have Kokkos THREADS or OPENMP for the host #11946

Merged
merged 4 commits into from
Jun 7, 2023

Commits on Jun 6, 2023

  1. Teuchos: Automatically enabling Tecuhos_ENABLE_THREAD_SAFE if you hav…

    …e Kokkos THREADS or OPENMP for the host
    csiefer2 committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    1338338 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa11d5e View commit details
    Browse the repository at this point in the history
  3. Teuchos: Fixing cmake logic

    csiefer2 committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    80cc3c7 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Remove non-existant subdir kokkos-kernels/common/common (#11921, #11863)

    The new test
    `TrilinosInstallTests_simpleBuildAgainstTrilinos_by_package_build_tree` merged
    from PR #11863 fails because the subdirs ${CMAKE_CURRENT_BINARY_DIR}/common
    and ${CMAKE_CURRENT_SOURCE_DIR}/common because this CMakeLists.txt file
    already sits in the kokkos-kernels/common/ subdir.
    
    I don't know why this error did not happen with PR testing for PR #11863 but
    this is clearly the right thing to do.
    bartlettroscoe committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    21e643d View commit details
    Browse the repository at this point in the history