Skip to content

Commit

Permalink
fix module command arg typo
Browse files Browse the repository at this point in the history
  • Loading branch information
truib committed Nov 13, 2024
1 parent f9243d8 commit 68a882f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions load_eessi_extend_module.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ else
export PYTHONPATH=${ORIG_PYTHONPATH}
unset EB_TMPDIR ORIG_PATH ORIG_PYTHONPATH

module --ignore-cache avail EESSI-extend/${EESSI_EXTEND_VERSION} &> ${ml_av_eessi_extend_out}
module --ignore_cache avail EESSI-extend/${EESSI_EXTEND_VERSION} &> ${ml_av_eessi_extend_out}
if [[ $? -eq 0 ]]; then
echo_green ">> EESSI-extend/${EESSI_EXTEND_VERSION} module installed!"
else
Expand All @@ -101,9 +101,6 @@ else
fi

echo ">> Loading EESSI-extend/${EESSI_EXTEND_VERSION} module..."
module --ignore-cache load EESSI-extend/${EESSI_EXTEND_VERSION}

echo ">> Determining how to load EESSI-extend/${EESSI_EXTEND_VERSION} module..."
module --ignore-cache spider EESSI-extend/${EESSI_EXTEND_VERSION}
module --ignore_cache load EESSI-extend/${EESSI_EXTEND_VERSION}

unset EESSI_EXTEND_VERSION

0 comments on commit 68a882f

Please sign in to comment.