remove old stuff from h100 script
This commit is contained in:
@@ -9,15 +9,11 @@ export LOG_DIR
|
|||||||
mkdir -p "$LOG_DIR"
|
mkdir -p "$LOG_DIR"
|
||||||
|
|
||||||
# intel blows up SSH for some reason?
|
# intel blows up SSH for some reason?
|
||||||
module del intel/oneAPI/hpc-toolkit/2022.1.2
|
|
||||||
git clone git@github.com:kokkos/kokkos.git "$KOKKOS_SRC" || true
|
git clone git@github.com:kokkos/kokkos.git "$KOKKOS_SRC" || true
|
||||||
(cd "$KOKKOS_SRC" && git checkout $KOKKOS_SHA) || true
|
(cd "$KOKKOS_SRC" && git checkout $KOKKOS_SHA) || true
|
||||||
git clone git@github.com:kokkos/kokkos-kernels.git "$KERNELS_SRC" || true
|
git clone git@github.com:kokkos/kokkos-kernels.git "$KERNELS_SRC" || true
|
||||||
(cd "$KERNELS_SRC" && git checkout $KERNELS_SHA) || true
|
(cd "$KERNELS_SRC" && git checkout $KERNELS_SHA) || true
|
||||||
|
|
||||||
# re-set up our environment
|
|
||||||
source "$( cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"/env.sh
|
|
||||||
|
|
||||||
module list |& tee "$LOG_DIR/module-list.log"
|
module list |& tee "$LOG_DIR/module-list.log"
|
||||||
lscpu |& tee "$LOG_DIR/lscpu.log"
|
lscpu |& tee "$LOG_DIR/lscpu.log"
|
||||||
hostname |& tee "$LOG_DIR/hostname.log"
|
hostname |& tee "$LOG_DIR/hostname.log"
|
||||||
|
Reference in New Issue
Block a user