Skip to content

Commit

Permalink
show EasyBuild config when running script
Browse files Browse the repository at this point in the history
  • Loading branch information
truib committed Oct 6, 2023
1 parent 920fa09 commit 37209de
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 37209de

Please sign in to comment.