Skip to content

Commit 45320c2

Browse files
author
Caspar van Leeuwen
committed
Add debugging output
1 parent aa99eae commit 45320c2

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

EESSI-install-software.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,14 @@ else
400400
if [ -f ${easystack_file} ]; then
401401
echo_green "Feeding easystack file ${easystack_file} to EasyBuild..."
402402

403+
# DEBUG OUTPUT
404+
echo "CURRENT LMOD CONFIG:"
405+
module --config
406+
echo "CURRENT SITE PACKAGE FILE ($EESSI_SOFTWARE_PATH/.lmod/SitePackage.lua):"
407+
cat $EESSI_SOFTWARE_PATH/.lmod/SitePackage.lua
408+
echo "CURRENT CONTENTS OF HOST_INJECTIONS/x86_64/software/CUDA"
409+
ls -al /cvmfs/software.eessi.io/host_injections/x86_64/software/CUDA/
410+
403411
if [[ ${easystack_file} == *"/rebuilds/"* ]]; then
404412
${EB} --easystack ${easystack_file} --rebuild
405413
else

0 commit comments

Comments
 (0)