Skip to content

Commit 096371e

Browse files
committed
date info
1 parent 4d01d40 commit 096371e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

toolchain/scripts/stage0/install_intel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# TODO: Review and if possible fix shellcheck errors.
44
# shellcheck disable=all
55

6-
# Last Update in 2024-0811
6+
# Last Update in 2024-1112
77

88
[ "${BASH_SOURCE[0]}" ] && SCRIPT_NAME="${BASH_SOURCE[0]}" || SCRIPT_NAME=${0}
99
SCRIPT_DIR="$(cd "$(dirname "${SCRIPT_NAME}")/.." && pwd -P)"

toolchain/scripts/stage1/install_intelmpi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# TODO: Review and if possible fix shellcheck errors.
44
# shellcheck disable=all
55

6-
# Last Update in 2023-0918
6+
# Last Update in 2024-1112
77

88
[ "${BASH_SOURCE[0]}" ] && SCRIPT_NAME="${BASH_SOURCE[0]}" || SCRIPT_NAME=$0
99
SCRIPT_DIR="$(cd "$(dirname "$SCRIPT_NAME")/.." && pwd -P)"

0 commit comments

Comments
 (0)