Use new platform configuration for Cray XE systems.

This commit is contained in:
Christoph Niethammer 2013-01-11 14:44:44 +00:00
parent e5757ddc15
commit 238dbd0c6c

View file

@ -24,7 +24,7 @@ enable_cuda=${enable_cuda:=0}
if [[ $PLATFORM == "hermit1" ]] ; then
CONFIGURE_OPTS=" \
--with-platform=crayxt \
--with-platform=crayxe \
"
else
CONFIGURE_OPTS=" \
@ -56,8 +56,8 @@ if [ $enable_cuda != 0 ] ; then
"
fi
src_prepare() {
if [[ $PLATFORM == "hermit1" ]] ; then
patch config/defaults/crayxt < $SCLASS_DIR/$SCLASSFILE-hermit-0000.patch
fi
}
#src_prepare() {
# if [[ $PLATFORM == "hermit1" ]] ; then
# patch config/defaults/crayxt < $SCLASS_DIR/$SCLASSFILE-hermit-0000.patch
# fi
#}