Refine task1 Intel LINPACK workflow

This commit is contained in:
2026-03-16 18:44:11 +03:00
parent 0286361343
commit 0ea5f54194
5 changed files with 218 additions and 3 deletions

View File

@@ -10,10 +10,11 @@
set -euo pipefail
TASK1_DIR="${SLURM_SUBMIT_DIR:-$PWD}"
module purge
LINPACK_DIR="${LINPACK_DIR:-$HOME/LINPACK}"
LINPACK_INPUT="${LINPACK_INPUT:-lininput_xeon64}"
LINPACK_INPUT="${LINPACK_INPUT:-$TASK1_DIR/intel/lininput_report_xeon64}"
if [ ! -d "${LINPACK_DIR}" ]; then
echo "LINPACK directory not found: ${LINPACK_DIR}"
@@ -78,6 +79,7 @@ fi
echo
echo "===== intel linpack ====="
echo "LINPACK_DIR=${LINPACK_DIR}"
echo "LINPACK_INPUT=${LINPACK_INPUT}"
export OMP_NUM_THREADS="${SLURM_CPUS_PER_TASK:-56}"
export MKL_NUM_THREADS="${SLURM_CPUS_PER_TASK:-56}"