Use new platform configuration for Cray XE systems.
This commit is contained in:
parent
e5757ddc15
commit
238dbd0c6c
1 changed files with 6 additions and 6 deletions
|
@ -24,7 +24,7 @@ enable_cuda=${enable_cuda:=0}
|
||||||
|
|
||||||
if [[ $PLATFORM == "hermit1" ]] ; then
|
if [[ $PLATFORM == "hermit1" ]] ; then
|
||||||
CONFIGURE_OPTS=" \
|
CONFIGURE_OPTS=" \
|
||||||
--with-platform=crayxt \
|
--with-platform=crayxe \
|
||||||
"
|
"
|
||||||
else
|
else
|
||||||
CONFIGURE_OPTS=" \
|
CONFIGURE_OPTS=" \
|
||||||
|
@ -56,8 +56,8 @@ if [ $enable_cuda != 0 ] ; then
|
||||||
"
|
"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
src_prepare() {
|
#src_prepare() {
|
||||||
if [[ $PLATFORM == "hermit1" ]] ; then
|
# if [[ $PLATFORM == "hermit1" ]] ; then
|
||||||
patch config/defaults/crayxt < $SCLASS_DIR/$SCLASSFILE-hermit-0000.patch
|
# patch config/defaults/crayxt < $SCLASS_DIR/$SCLASSFILE-hermit-0000.patch
|
||||||
fi
|
# fi
|
||||||
}
|
#}
|
||||||
|
|
Loading…
Reference in a new issue