From 7d54df4d33e6dd5da8df05fa9201cff829d61923 Mon Sep 17 00:00:00 2001 From: epitaxy <31850335+epitaxy@users.noreply.github.com> Date: Fri, 3 Jun 2022 08:35:36 +0900 Subject: [PATCH] Update hpc.sh --- hpc.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hpc.sh b/hpc.sh index 9650a0a..3f42baa 100644 --- a/hpc.sh +++ b/hpc.sh @@ -1,4 +1,4 @@ -# THis is workaround using MKL library in AMD PC +# THis is workaround using MKL library in AMD node export MKL_DEBUG_CPU_TYPE=5 export MKL_CBWR=AUTO @@ -13,6 +13,7 @@ export OMP_NUM_THREADS=1 export OMPI_MCA_mca_btl_base_warn_component_unused=0 # remove FORTRAN STOP message when nvfortran job finishes +# It can be ignored because this is not error. export NO_STOP_MESSAGE=1 # For Quantum Espresso