Skip to content

Commit

Permalink
Merge 'trilinos/Trilinos:develop' (d518b30) into 'EM-Plasma/Trilinos:…
Browse files Browse the repository at this point in the history
…develop' (9d7cd47).

* trilinos/develop: (21 commits)
  Disable tests in the UVM Off build
  KokkosKernels: Fix bug in Serial specialization of spmv
  Setting Tpetra Deprecated Code = ON trilinos#9067
  Ctest: Adding Belos to email script
  Ctest: Adding Belos to email script
  Ctest: Adding Belos to email script
  ascicgpu031: Testing updates
  Tpetra MultiVector and BlockMultiVector refactor to remove UVM requirement (trilinos#8821)
  Framework: Update autocloser throttle limit to 70
  Framework: update messaging on issue autocloser bot
  Ifpack2 Relaxation&Chebyshev: Use offsets in more cases
  Turn on Intrepid2 per trilinos#8310
  Snapshot of kokkos-kernels.git from commit 3eb6a9298b58f224b876b6e29cda4491cddc53c5
  Snapshot of kokkos.git from commit 04b8196e0e3bfc4cee4047dbbbb13fc227730fe8
  When compiling with IBM Clang 11 + Cuda, Zoltan2 MJ captures 'this' inside lambdas
  Xpetra: Add EpetraInverseOperator
  MueLu RefMaxwell: Pass corrected nullspace to coarse (1,1) hierarchy
  trilinos_couplings: Replace VerifyExecutionCanAccessMemorySpace
  blake atdm environment: update cmake to 3.19.3
  Replace VerifyExecutionCanAccessMemorySpace usage
  ...
  • Loading branch information
EMPIRE Jenkins committed Apr 29, 2021
2 parents 9d7cd47 + d518b30 commit aab743c
Show file tree
Hide file tree
Showing 646 changed files with 24,421 additions and 21,536 deletions.
16 changes: 13 additions & 3 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,22 @@ jobs:
# We specifically DO NOT exempt PR's from autoclosing.
#exempt-pr-labels: ''
remove-stale-when-updated: true
operations-per-run: 55
operations-per-run: 70
stale-issue-message: >
This issue has had no activity for **365** days and is marked for
closure. It will be closed after an additional **30** days of inactivity.
If you would like to keep this issue open please add a comment and remove
If you would like to keep this issue open please add a comment and/or remove
the `MARKED_FOR_CLOSURE` label.
If this issue should be kept open even with no activity beyond the time
limits you can add the label `DO_NOT_AUTOCLOSE`.
If it is ok for this issue to be closed, feel free to go ahead and close it.
Please **do not** add any comments or change any labels or otherwise touch
this issue unless your intention is to reset the inactivity counter for an
additional year.
close-issue-message: >
This issue was closed due to inactivity for **395** days.
Expand All @@ -57,9 +62,14 @@ jobs:
considered to be abandoned and will be automatically closed after **30**
additional days of inactivity from when it was marked inactive.
If this should be kept open, please post a comment and remove the
If this should be kept open, please post a comment and/or remove the
label `MARKED_FOR_CLOSURE` to reset the inactivity timer.
If it is ok for this pull request to be closed, feel free to go ahead and close it.
Please **do not** add any comments or change any labels or otherwise touch
this issue unless your intention is to reset the inactivity counter for an
additional year.
close-pr-message: >
This Pull Request has been automatically closed due to **395** days of inactivity.
Expand Down
25 changes: 0 additions & 25 deletions cmake/ctest/drivers/ascicgpu031/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,30 +1,5 @@
TRILINOS_DRIVER_SETUP()

TRILINOS_DRIVER_ADD_DASHBOARD(
RELEASE_CUDA_NOUVM_NODEPRECATED_DUALVIEW
ctest_linux_nightly_mpi_release_nouvm_ascicgpu031.cmake
CTEST_INSTALLER_TYPE release
RUN_SERIAL
TIMEOUT_MINUTES 420
)


TRILINOS_DRIVER_ADD_DASHBOARD(
RELEASE_CUDA_UVM_NODEPRECATED_DUALVIEW
ctest_linux_nightly_mpi_release_uvm_nodeprecated_ascicgpu031.cmake
CTEST_INSTALLER_TYPE release
RUN_SERIAL
TIMEOUT_MINUTES 420
)

TRILINOS_DRIVER_ADD_DASHBOARD(
RELEASE_CUDA_UVM_DEPRECATED_DUALVIEW
ctest_linux_nightly_mpi_release_uvm_deprecated_ascicgpu031.cmake
CTEST_INSTALLER_TYPE release
RUN_SERIAL
TIMEOUT_MINUTES 420
)

TRILINOS_DRIVER_ADD_DASHBOARD(
DEBUG_CUDA_NOUVM_NODEPRECATED_CRS
ctest_linux_nightly_mpi_debug_nouvm_ascicgpu031_crs.cmake
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit aab743c

Please sign in to comment.