Update hpc.sh

This commit is contained in:
epitaxy
2022-06-03 15:45:24 +09:00
committed by GitHub
parent d71ccf121a
commit 5da40f4c20

3
hpc.sh
View File

@@ -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 # THis is workaround using MKL library in AMD node
export MKL_DEBUG_CPU_TYPE=5 export MKL_DEBUG_CPU_TYPE=5
export MKL_CBWR=AUTO export MKL_CBWR=AUTO