From 0055dbb3e643959defc8d499f53456e7dd05aae4 Mon Sep 17 00:00:00 2001 From: Jose Gracia Date: Fri, 31 Oct 2014 10:49:25 +0000 Subject: [PATCH] fixed loading compiler on hornet --- sit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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