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
|
||||
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
|
||||
#}
|
||||
|
|
Loading…
Reference in a new issue