Skip to content

Commit

Permalink
Spell odyssey correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
MTCam committed Feb 3, 2025
1 parent dd9728d commit 9eb3bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if ! command -v mpicc &> /dev/null ;then
fi


if [[ $(hostname) == tioga* || $(hostname) == tuolumne* || $(hostname) == odessey* ]]; then
if [[ $(hostname) == tioga* || $(hostname) == tuolumne* || $(hostname) == odyssey* ]]; then
if [[ -z $ROCM_PATH ]]; then
# ROCM_PATH is needed below to install the AMD OpenCL ICD link
echo "**** Error: No ROCM_PATH environment variable set."
Expand Down

0 comments on commit 9eb3bc4

Please sign in to comment.