From 26ac69a179e5f3f8884e227b5e9a5f19a32fa896 Mon Sep 17 00:00:00 2001 From: Theodore Kisner Date: Mon, 25 Sep 2023 16:39:04 -0700 Subject: [PATCH] Add extra info to nersc deploy script --- deploy/install_nersc_tag.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deploy/install_nersc_tag.sh b/deploy/install_nersc_tag.sh index a750fc3..cd9e5b2 100755 --- a/deploy/install_nersc_tag.sh +++ b/deploy/install_nersc_tag.sh @@ -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