serial support

This commit is contained in:
treadway 2002-03-27 22:05:04 +00:00
parent c91259dd5f
commit 8779295f9b

View File

@ -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