add Blake SPR scripts
This commit is contained in:
@@ -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" \
|
||||
|
Reference in New Issue
Block a user