Skip to content

Commit

Permalink
Add extra info to nersc deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
tskisner committed Sep 25, 2023
1 parent 48c9705 commit 26ac69a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy/install_nersc_tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ else
send_log=yes
rm -f "${git_dir}/.already_annoyed"
echo "Latest tag \"${latest}\" not found, installing..." >> "${log_file}" 2>&1
echo "Note: ${remain} GB are available in /global/common/software/sobs" >> "${log_file}" 2>&1
echo "Installing latest tag requires approximately ${typical} GB" >> "${log_file}" 2>&1
eval "${git_dir}/deploy/install_${host}.sh" "${latest}"
fi
fi
Expand Down

0 comments on commit 26ac69a

Please sign in to comment.