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
|
||||
src_build() {
|
||||
#cd build-linux-${COMPILER}-${MPI}
|
||||
cd build-linux-gomp-${MPI}
|
||||
if [ $PLATFORM="laki" ] ; then
|
||||
cd build-linux-gomp-${MPI}
|
||||
else
|
||||
cd build-crayxt-gnu
|
||||
fi
|
||||
make
|
||||
cd -
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue