Skip to content

Commit

Permalink
correct orion lmod init path
Browse files Browse the repository at this point in the history
  • Loading branch information
gspetro-NOAA committed Jan 21, 2025
1 parent 548dd65 commit b7c086a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ elif [[ ${MACHINE_ID} = hera ]] ; then
elif [[ ${MACHINE_ID} = orion ]] ; then
# We are on Orion
if ( ! eval module help > /dev/null 2>&1 ) ; then
source /apps/lmod/init/bash
source /apps/other/lmod/lmod/init/bash
fi
module purge

Expand Down

0 comments on commit b7c086a

Please sign in to comment.