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' (7b1fc5a) into 'tcad-charon/Trilino…
…s:develop' (4e16dc0). * trilinos-develop: (24 commits) Tpetra unit test for issue trilinos#9583 (trilinos#9819) Testing on Geminga: Use new SEMS modules Tpetra: Enable deprecated code warnings for capabilities changed during UVM-requirement removal (trilinos#10014) 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 Ifpack2: Bump up tolerance in Chebyshev unit test Phalanx: fix cuda issue due to changes for hip support Tpetra: Fixing UVM-free issues Tpetra: Brian's feedback Tpetra: Brian's feedback Phalanx: add support for HIP Tpetra: Fixing subtle UVM issue Tpetra: Fixing subtle UVM issue ...
- Loading branch information
Showing
72 changed files
with
2,154 additions
and
1,773 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
Oops, something went wrong.