add Blake SPR scripts

This commit is contained in:
Carl Pearson
2023-11-30 15:14:56 -07:00
parent 6eddb7f70d
commit 28cf332ad8
5 changed files with 87 additions and 4 deletions

View File

@@ -14,9 +14,9 @@ git clone git@github.com:kokkos/kokkos.git "$KOKKOS_SRC" || true
git clone git@github.com:kokkos/kokkos-kernels.git "$KERNELS_SRC" || true
(cd "$KERNELS_SRC" && git checkout $KERNELS_SHA) || true
srun -n1 -t 1 module list |& tee "$LOG_DIR/module-list.log"
srun -n1 -t 1 lscpu |& tee "$LOG_DIR/lscpu.log"
srun -n1 -t 1 hostname |& tee "$LOG_DIR/hostname.log"
module list |& tee "$LOG_DIR/module-list.log"
lscpu |& tee "$LOG_DIR/lscpu.log"
hostname |& tee "$LOG_DIR/hostname.log"
## Configure Kokkos
cmake -S "$KOKKOS_SRC" -B "$KOKKOS_BUILD" \