diff --git a/sit b/sit index 39533ce..1974b8f 100755 --- a/sit +++ b/sit @@ -68,7 +68,7 @@ if [ "$COMPILER" == "system" ] ; then COMPILER="" # prevent any compiler specs in the prefix else case $PLATFORM in - hermit|hermit1) + hermit|hermit1|hornet) module swap $(module list -l 2>&1 | awk '/^PrgEnv-/{print $1}') PrgEnv-${COMPILER} if [ ! -z "$COMPILER_VERSION" ] ; then if [ "${COMPILER}" == "gnu" ] ; then