Put the '-nthreads 2' option on the wrong line by accident.

This commit is contained in:
falgout 2011-01-11 01:37:59 +00:00
parent 136639c2ee
commit d345b5c5d5

View File

@ -49,8 +49,8 @@ mv -f configure.??? $output_dir
./test.sh make.sh $src_dir test
mv -f make.??? $output_dir
./test.sh run.sh $src_dir -D HYPRE_NO_SAVED
mv -f run.??? $output_dir -nthreads 2
./test.sh run.sh $src_dir -nthreads 2 -D HYPRE_NO_SAVED
mv -f run.??? $output_dir
# Echo to stderr all nonempty error files in $output_dir
for errfile in $( find $output_dir ! -size 0 -name "*.err" )