From 026e9ba30be452be676214e4b7740dcc1f758fdb Mon Sep 17 00:00:00 2001 From: Christoph Niethammer Date: Fri, 11 Nov 2022 08:36:37 +0000 Subject: [PATCH] Fix module load issue due to passed empty string --- sit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sit b/sit index 4030281..65cbfc4 100755 --- a/sit +++ b/sit @@ -141,7 +141,7 @@ case $PLATFORM in esac echo "Loading modules: ${COMPILER_MODULE} ${MPI_MODULE}" -module load "${COMPILER_MODULE}" "${MPI_MODULE}" +module load ${COMPILER_MODULE} ${MPI_MODULE} if [ ! -z "${COMPILER}" ] ; then # reevaluate compiler version