This commit is contained in:
Carl Pearson
2023-12-04 16:48:30 -07:00
parent a317ff3e4b
commit 0b7739471a
9 changed files with 124 additions and 112 deletions

View File

@@ -1,6 +1,4 @@
#! /bin/bash
#SBATCH -N 1
#SBATCH -p all
set -eou pipefail
@@ -13,4 +11,6 @@ mkdir -p "$LOG_DIR"
srun -n1 -t 1 lscpu |& tee "$LOG_DIR/lscpu.log" || true
srun -n1 -t 1 hostname |& tee "$LOG_DIR/hostname.log" || true
srun -n1 -t 1 cat /proc/cpuinfo |& tee "$LOG_DIR/cpuinfo.log" || true
srun -n1 -t 1 cat /proc/cpuinfo |& tee "$LOG_DIR/cpuinfo.log" || true
srun -N 1 -p all -n1 -t 120 "$KERNELS_BUILD"/perf_test/sparse/KokkosKernels_sparse_spmv_benchmark -f /projects/cwpears/sparc_gpu_problems/single_gpu/matrix.mm