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' (d454829) into 'tcad-charon/Trilino…
…s:develop' (1dd3da3). * trilinos-develop: (22 commits) Fix logic error when parsing --kokkos-develop flag Correct spec inheritance for CXX20 build Tpetra: Use Kokkos::Experimental::SYCLDeviceUSMSpace for KokkosSYCLWrapperNode Panzer q2 mesh support (trilinos#11364) Skip PR merge when using --kokkos-develop flag. Add flag to set Kokkos and KokkosKernels to develop Tpetra_Kokkos_Compat_KokkosSYCLWrapperNode->Tpetra_KokkosCompat_KokkosSYCLWrapperNode typo Cherry-pick kokkos/kokkos-kernels#1914 Update GDSW_Proxy_def.hpp Tpetra: Oops Tpetra: Adding docs Tpetra: Adding unit labels Tpetra: Adding GDSW memory diagnostic XML support Kokkos: Disable default oneDPL support Tpetra: Adding GDSWStyle perf tests Tpetra: GDSW Fixes Tpetra: GDSW test mods Tpetra: Modifying test Tpetra: Modifying test Tpetra: More mods to the test ...
- Loading branch information
Showing
77 changed files
with
4,319 additions
and
601 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,20 @@ | ||
#!/usr/bin/env bash | ||
SCRIPTFILE=$(realpath ${WORKSPACE:?}/Trilinos/packages/framework/pr_tools/SetKokkosDevelop.sh) | ||
SCRIPTPATH=$(dirname $SCRIPTFILE) | ||
source ${SCRIPTPATH:?}/common.bash | ||
PACKAGESPATH=$(realpath ${WORKSPACE:?}/Trilinos/packages) | ||
|
||
# Ensures git is loaded properly | ||
if ! command -v git &> /dev/null; then | ||
message_std "SetKokkosDevelop> ERROR: git is not available" | ||
exit 1 | ||
fi | ||
|
||
cd $PACKAGESPATH | ||
rm -rf kokkos kokkos-kernels | ||
git clone --depth=1 --single-branch --branch=develop --shallow-submodules https://github.com/kokkos/kokkos.git | ||
git clone --depth=1 --single-branch --branch=develop --shallow-submodules https://github.com/kokkos/kokkos-kernels.git | ||
message_std "SetKokkosDevelop> INFO: updated kokkos and kokkos-kernels packages with current develop" | ||
|
||
# Returns to previous path from before running this script | ||
cd - |
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
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.