From 5da40f4c206c3de457f6bd358cdb4803dc47ce36 Mon Sep 17 00:00:00 2001 From: epitaxy <31850335+epitaxy@users.noreply.github.com> Date: Fri, 3 Jun 2022 15:45:24 +0900 Subject: [PATCH] Update hpc.sh --- hpc.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hpc.sh b/hpc.sh index 3f42baa..2106a67 100644 --- a/hpc.sh +++ b/hpc.sh @@ -1,3 +1,6 @@ +# Install the required packages +sudo apt install slurm-client mpi-default-bin slurm-wlm-torque + # THis is workaround using MKL library in AMD node export MKL_DEBUG_CPU_TYPE=5 export MKL_CBWR=AUTO