Skip to content

Commit

Permalink
show active EasyBuild configuration when checking for missing install…
Browse files Browse the repository at this point in the history
…ations
  • Loading branch information
boegel committed Oct 5, 2023
1 parent 2da6783 commit 38e6af4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions check_missing_installations.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ source $TOPDIR/scripts/utils.sh

source $TOPDIR/configure_easybuild

echo ">> Active EasyBuild configuration when checking for missing installations:"
${EB:-eb} --show-config

echo ">> Checking for missing installations in ${EASYBUILD_INSTALLPATH}..."
eb_missing_out=$LOCAL_TMPDIR/eb_missing.out
${EB:-eb} --easystack ${easystack} --missing 2>&1 | tee ${eb_missing_out}
Expand Down

0 comments on commit 38e6af4

Please sign in to comment.