forked from trilinos/Trilinos
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge 'trilinos/Trilinos:develop' (0ac3210) into 'EM-Plasma/Trilinos:…
…develop' (c9a64d8). * trilinos/develop: (441 commits) Fix syntax error - : in the wrong place Change The intel license info temporarily Add .sandia.gov bacj into the no_proxy variable New proxy setting to match the change Friday Ifpack2: fix refcount related errors Amesos2: try avoiding shallow-copy of a local-view Percept: add .h files to install Adds more Ifpack2 preconditioned tests for different Belos solvers 9184 winllvmparbuild: fix winllvm parallel builds with modification to muelu, zoltan2, belos (trilinos#9187) trying to fix complex value conversion Revert "Ifpack2: correction to typo in long double file." Ifpack2: correction to typo in long double file. Kokkos: rolling back Kokkos changes from PR, per Christian's request. trying to fix signed and unsinged integer comparison MueLu Stratimikos Smoother: Fix include removed unused typedefs to reduce warnings tpetra: Enabling BlockCrsMatrix tests in UVM-free PR testing Kokkos: correction to return type for routine. Teuchos: fixing 'warnings as errors' compilation issues that showed up w/ autotester tests. Teuchos: add hooks to disable/reenable stacked timers for async tasks. ...
- Loading branch information
Showing
578 changed files
with
29,140 additions
and
8,113 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,27 @@ | ||
TRILINOS_DRIVER_SETUP() | ||
|
||
TRILINOS_DRIVER_ADD_DASHBOARD( | ||
DEBUG_CUDA_NOUVM_NODEPRECATED_CRS | ||
DEBUG_CUDA_NOUVM_NODEPRECATED_DEV | ||
ctest_linux_nightly_mpi_debug_nouvm_ascicgpu031_crs.cmake | ||
CTEST_INSTALLER_TYPE debug | ||
RUN_SERIAL | ||
TIMEOUT_MINUTES 420 | ||
) | ||
|
||
TRILINOS_DRIVER_ADD_DASHBOARD( | ||
DEBUG_CUDA_UVM_NODEPRECATED_CRS | ||
DEBUG_CUDA_UVM_NODEPRECATED_DEV | ||
ctest_linux_nightly_mpi_debug_uvm_nodeprecated_ascicgpu031_crs.cmake | ||
CTEST_INSTALLER_TYPE debug | ||
RUN_SERIAL | ||
TIMEOUT_MINUTES 420 | ||
) | ||
|
||
TRILINOS_DRIVER_ADD_DASHBOARD( | ||
DEBUG_CUDA_UVM_DEPRECATED_CRS | ||
DEBUG_CUDA_UVM_DEPRECATED_DEV | ||
ctest_linux_nightly_mpi_debug_uvm_deprecated_ascicgpu031_crs.cmake | ||
CTEST_INSTALLER_TYPE debug | ||
RUN_SERIAL | ||
TIMEOUT_MINUTES 420 | ||
) | ||
TRILINOS_DRIVER_ADD_DASHBOARD( | ||
DEBUG_CUDA_NOUVM_NODEPRECATED_SAKE | ||
ctest_linux_nightly_mpi_debug_nouvm_ascicgpu031_sake.cmake | ||
CTEST_INSTALLER_TYPE debug | ||
RUN_SERIAL | ||
TIMEOUT_MINUTES 420 | ||
) | ||
|
||
TRILINOS_DRIVER_ADD_DASHBOARD( | ||
DEBUG_CUDA_UVM_NODEPRECATED_SAKE | ||
ctest_linux_nightly_mpi_debug_uvm_nodeprecated_ascicgpu031_sake.cmake | ||
CTEST_INSTALLER_TYPE debug | ||
RUN_SERIAL | ||
TIMEOUT_MINUTES 420 | ||
) | ||
|
||
TRILINOS_DRIVER_ADD_DASHBOARD( | ||
DEBUG_CUDA_UVM_DEPRECATED_SAKE | ||
ctest_linux_nightly_mpi_debug_uvm_deprecated_ascicgpu031_sake.cmake | ||
CTEST_INSTALLER_TYPE debug | ||
RUN_SERIAL | ||
TIMEOUT_MINUTES 420 | ||
) | ||
|
||
TRILINOS_ADD_REQUIRED_CMAKE_INSTALLS() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.