version with debug argument added
This commit is contained in:
parent
495f84ca24
commit
4a108a6dda
@ -8,10 +8,13 @@
|
||||
# $Revision$
|
||||
#EHEADER***********************************************************************
|
||||
|
||||
|
||||
amgstrip $1.in.solver $1.in.solver.strp
|
||||
amgstrip $1.in.problem $1.in.problem.strp
|
||||
|
||||
amg $1
|
||||
|
||||
#rm -f $1.in.solver.strp $1.in.problem.strp
|
||||
|
||||
if [ "$2" != "debug" ]
|
||||
then
|
||||
rm -f $1.in.solver.strp $1.in.problem.strp
|
||||
fi
|
||||
|
||||
@ -8,10 +8,13 @@
|
||||
# $Revision$
|
||||
#EHEADER***********************************************************************
|
||||
|
||||
|
||||
amgstrip $1.in.solver $1.in.solver.strp
|
||||
amgstrip $1.in.problem $1.in.problem.strp
|
||||
|
||||
amg $1
|
||||
|
||||
#rm -f $1.in.solver.strp $1.in.problem.strp
|
||||
|
||||
if [ "$2" != "debug" ]
|
||||
then
|
||||
rm -f $1.in.solver.strp $1.in.problem.strp
|
||||
fi
|
||||
|
||||
Loading…
Reference in New Issue
Block a user