Bugfix: Forgot new platform hermit1 in case section.
This commit is contained in:
parent
6a27e91380
commit
ef7ce70d3c
1 changed files with 1 additions and 1 deletions
2
sit
2
sit
|
@ -60,7 +60,7 @@ if [ "$COMPILER" == "system" ] ; then
|
||||||
COMPILER="" # prevent any compiler specs in the prefix
|
COMPILER="" # prevent any compiler specs in the prefix
|
||||||
else
|
else
|
||||||
case $PLATFORM in
|
case $PLATFORM in
|
||||||
hermit)
|
hermit|hermit1)
|
||||||
module swap $(module list -l 2>&1 | awk '/^PrgEnv-/{print $1}') PrgEnv-${COMPILER}
|
module swap $(module list -l 2>&1 | awk '/^PrgEnv-/{print $1}') PrgEnv-${COMPILER}
|
||||||
if [ ! -z "$COMPILER_VERSION" ] ; then
|
if [ ! -z "$COMPILER_VERSION" ] ; then
|
||||||
if [ "${COMPILER}" == "gnu" ] ; then
|
if [ "${COMPILER}" == "gnu" ] ; then
|
||||||
|
|
Loading…
Reference in a new issue