Refine task1 Intel LINPACK workflow
This commit is contained in:
@@ -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}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user