serial support
This commit is contained in:
parent
c91259dd5f
commit
8779295f9b
@ -38,7 +38,7 @@ build_general ()
|
||||
rm -fR $HYPRE_INSTALL_DIR/$i
|
||||
ln -s $DIST_DIR/$i ../$i
|
||||
done
|
||||
for i in threads
|
||||
for i in serial threads
|
||||
do
|
||||
if [ -d $DIST_DIR/$i ]
|
||||
then
|
||||
@ -56,7 +56,7 @@ build_beta ()
|
||||
rm -fR $HYPRE_INSTALL_DIR/$i
|
||||
ln -s $DIST_DIR/$i $HYPRE_INSTALL_DIR/$i
|
||||
done
|
||||
for i in threads
|
||||
for i in serial threads
|
||||
do
|
||||
if [ -d $DIST_DIR/$i ]
|
||||
then
|
||||
@ -76,7 +76,7 @@ build_alpha ()
|
||||
rm -fR $HYPRE_INSTALL_DIR/$i
|
||||
ln -s $DIST_DIR/$i $HYPRE_INSTALL_DIR/$i
|
||||
done
|
||||
for i in threads
|
||||
for i in serial threads
|
||||
do
|
||||
if [ -d $DIST_DIR/$i ]
|
||||
then
|
||||
|
||||
Loading…
Reference in New Issue
Block a user