perlmutter fixes
This commit is contained in:
@@ -13,6 +13,8 @@ hostname |& tee "$LOG_DIR/hostname.log" || true
|
|||||||
cat /proc/cpuinfo |& tee "$LOG_DIR/cpuinfo.log" || true
|
cat /proc/cpuinfo |& tee "$LOG_DIR/cpuinfo.log" || true
|
||||||
env |& tee "$LOG_DIR/env.log" || true
|
env |& tee "$LOG_DIR/env.log" || true
|
||||||
|
|
||||||
|
date
|
||||||
"$KERNELS_BUILD"/perf_test/blas/blas3/KokkosKernels_Blas3_gemm_benchmark --cuda 0 |& tee "$LOG_DIR/gemm.log"
|
"$KERNELS_BUILD"/perf_test/blas/blas3/KokkosKernels_Blas3_gemm_benchmark --cuda 0 |& tee "$LOG_DIR/gemm.log"
|
||||||
|
date
|
||||||
"$KERNELS_BUILD"/perf_test/sparse/KokkosKernels_sparse_spmv_benchmark -f "$ROOT_DIR"/matrix.mm |& tee "$LOG_DIR/spmv.log"
|
"$KERNELS_BUILD"/perf_test/sparse/KokkosKernels_sparse_spmv_benchmark -f "$ROOT_DIR"/matrix.mm |& tee "$LOG_DIR/spmv.log"
|
||||||
|
date
|
||||||
|
@@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
set -eou pipefail
|
set -eou pipefail
|
||||||
|
|
||||||
srun -A m3953 -C "gpu&hbm40g" --qos regular -N 1 -t 120 ./run-worker.sh
|
srun -A m3953 -C "gpu&hbm40g" -G 1 --qos regular -N 1 -t 120 ./run-worker.sh
|
||||||
|
Reference in New Issue
Block a user