Skip to content

Commit

Permalink
Merge 'trilinos/Trilinos:develop' (04297af) into 'tcad-charon/Trilino…
Browse files Browse the repository at this point in the history
…s:develop' (c3c9d1f).

* trilinos-develop: (47 commits)
  PIRO: add accessors to the underlying loca steppers
  Tacho LDL for symmetric indefinite problems. (trilinos#9091)
  Geminga: Run on Tesla K40 only
  Add space in CMAKE_CXX_FLAGS to be safe (trilinos#8449)
  Set non-cache vars for CMAKE_<LANG>_FLAGS with user override (trilinos#8449)
  Xpetra: regionMG matvec function definition added to EpetraCrsMatrix
  tpetra:  fixing downstream compiler errors shown in trilinos#9084
  MueLu Ifpack2: Add tests for reuse and Jacobi
  MueLu: Reuse Chebyshev smoother
  tpetra:  adding back and deprecating getLocalRowView and getGlobalRowView in Tpetra_BlockMultiVector and Tpetra_BlockVector These functions were inadvertantly removed without deprecation during UVM removal. The functions are, however, deprecated.  Users should use getLocalBlockHost with access flags instead of these functions
  Adding xpetra shortnames header to Xpetra_TpetraCrsMatrix
  Add further documentation for region matvec in xpetra
  added small comments and removed unused lines
  MueLu: regionMG add a region matvec to xpetra for use with the muelu region mg
  MueLu: correct for variation due to roundoff in Convex Hulls
  Disable tests listed in ticket trilinos#9077
  Change name of UVM build to UVM Off
  Disable tests in the UVM Off build
  Ifpack2: Add single kernel for diagonal extraction, L1 and small entry fix
  KokkosKernels: Fix bug in Serial specialization of spmv
  ...
  • Loading branch information
Charonops Jenkins Pipeline committed May 6, 2021
2 parents c3c9d1f + 04297af commit 5e7f629
Show file tree
Hide file tree
Showing 811 changed files with 43,805 additions and 22,801 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 5e7f629

Please sign in to comment.