We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d01d40 commit 096371eCopy full SHA for 096371e
toolchain/scripts/stage0/install_intel.sh
@@ -3,7 +3,7 @@
3
# TODO: Review and if possible fix shellcheck errors.
4
# shellcheck disable=all
5
6
-# Last Update in 2024-0811
+# Last Update in 2024-1112
7
8
[ "${BASH_SOURCE[0]}" ] && SCRIPT_NAME="${BASH_SOURCE[0]}" || SCRIPT_NAME=${0}
9
SCRIPT_DIR="$(cd "$(dirname "${SCRIPT_NAME}")/.." && pwd -P)"
toolchain/scripts/stage1/install_intelmpi.sh
-# Last Update in 2023-0918
[ "${BASH_SOURCE[0]}" ] && SCRIPT_NAME="${BASH_SOURCE[0]}" || SCRIPT_NAME=$0
SCRIPT_DIR="$(cd "$(dirname "$SCRIPT_NAME")/.." && pwd -P)"
0 commit comments