Skip to content

Commit

Permalink
list directory contents
Browse files Browse the repository at this point in the history
  • Loading branch information
truib committed May 19, 2024
1 parent 27ca2fa commit 51671ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions EESSI-install-software.sh
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,8 @@ else
if [ -f ${easystack_file} ]; then
echo_green "Feeding easystack file ${easystack_file} to EasyBuild..."

ls -lisaR /cvmfs/pilot.nessi.no/versions/2023.06/software/linux/x86_64/amd/zen2/software/NESSI-extend

${EB} --easystack ${TOPDIR}/${easystack_file} --robot
ec=$?

Expand Down
4 changes: 4 additions & 0 deletions EESSI-remove-software.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,13 @@ else
for app in ${rebuild_apps}; do
app_dir=${EASYBUILD_INSTALLPATH}/software/${app}
app_module=${EASYBUILD_INSTALLPATH}/modules/all/${app}.lua
ls -lisaR ${app_dir}
ls -lisaR ${app_module}
echo_yellow "Removing ${app_dir} and ${app_module}..."
rm -rdfv ${app_dir}
rm -rdfv ${app_module}
ls -lisaR ${app_dir}
ls -lisaR ${app_module}
done
else
fatal_error "Easystack file ${easystack_file} not found!"
Expand Down

0 comments on commit 51671ee

Please sign in to comment.