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' (e4a8b54) into 'tcad-charon/Trilino…
…s:develop' (4e16dc0). * trilinos-develop: (32 commits) Xpetra: Fix CMake warnings about missing source file extensions Tpetra unit test for issue trilinos#9583 (trilinos#9819) Testing on Geminga: Use new SEMS modules Stokhos: Include power_of_two from Kokkos Percept snapshot 12/20/21 Krino snapshot 12/20/21 STK: Snapshot 12-20-21 08:16 Tempus: Deprecate Some Functions Tpetra: Enable deprecated code warnings for capabilities changed during UVM-requirement removal (trilinos#10014) Tempus: Deprecate Some Functions Amesos2:SuperLU_MT : use current number of threads as the default "nprocs" parameter value Sacado: reneable dfad comm tests MueLu: Delete file that was commited by accident MueLu: Phase 2a - optionally match ML MueLu: Make Phase2a do the same as ML Tpetra: Adding Brian's feedback Tpetra: Modifying WDV to catch resizing one (but not both) child views a little easier Ctest: Because Jonathan can spell and I cannot Ctest: Disabling KokkosCore_UnitTest_CudaTimingBased on ascicgpu031 MueLu : put getDataNonConst in a separate scope to avoid "Cannot access data on device while a host view is alive" error ...
- Loading branch information
Showing
158 changed files
with
4,619 additions
and
4,937 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
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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
load("sems-gcc/8.3.0") | ||
load("sems-openmpi") | ||
load("sems-cmake") | ||
load("sems-ninja") | ||
load("sems-git") | ||
|
||
load("sems-superlu") | ||
|
||
load("sems-yaml-cpp") | ||
load("sems-hdf5") | ||
load("sems-netcdf-c") | ||
load("sems-parallel-netcdf") | ||
load("sems-zlib") | ||
|
||
load("sems-boost") | ||
load("sems-python") | ||
|
||
load("sems-metis") | ||
load("sems-parmetis") | ||
|
||
load("sems-cuda") | ||
|
||
pushenv("OMP_NUM_THREADS","2") | ||
pushenv("CUDA_LAUNCH_BLOCKING","1") | ||
pushenv("CUDA_MANAGED_FORCE_DEVICE_ALLOC","1") | ||
|
||
-- Only run on the Tesla K40, not the Quadro -- | ||
pushenv("CUDA_VISIBLE_DEVICES","0") |
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.