revised scalasca-1.4.2
This commit is contained in:
parent
e1625fa05c
commit
a1b6715971
1 changed files with 5 additions and 1 deletions
|
@ -55,7 +55,11 @@ LOGDIR=${LOGDIR:="/tmp/$USER-$PACKAGE-$VERSION/"}
|
||||||
# and the build dir name seems to change
|
# and the build dir name seems to change
|
||||||
src_build() {
|
src_build() {
|
||||||
#cd build-linux-${COMPILER}-${MPI}
|
#cd build-linux-${COMPILER}-${MPI}
|
||||||
|
if [ $PLATFORM="laki" ] ; then
|
||||||
cd build-linux-gomp-${MPI}
|
cd build-linux-gomp-${MPI}
|
||||||
|
else
|
||||||
|
cd build-crayxt-gnu
|
||||||
|
fi
|
||||||
make
|
make
|
||||||
cd -
|
cd -
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue