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