From b38ed158a9700aedd406695cfd322ca720682552 Mon Sep 17 00:00:00 2001 From: Kevin Chung Date: Wed, 22 May 2024 22:50:28 -0700 Subject: [PATCH] hot fix for parallel hdf module --- script/install_quartz.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/script/install_quartz.bash b/script/install_quartz.bash index f78a28c5..71b45f83 100755 --- a/script/install_quartz.bash +++ b/script/install_quartz.bash @@ -14,6 +14,7 @@ module load gcc/11.2.1 module load git/2.36.1 module load mvapich2 module load cmake/3.26.3 +module load hdf5-parallel/1.14.0 SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )" INSTALL_HELPER=$SCRIPT_DIR/../install-helper