From: David Wells Date: Sat, 7 Jan 2017 04:36:38 +0000 (-0500) Subject: Add more output files for a test. X-Git-Tag: v8.5.0-rc1~287^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fadbe86daf4df794b063552643bd2b75532963d;p=dealii.git Add more output files for a test. This test checks memory consumption so it is reasonable to have a few of these. --- diff --git a/tests/mpi/parallel_block_vector_03.with_64bit_indices=off.mpirun=2.output.gcc4 b/tests/mpi/parallel_block_vector_03.with_64bit_indices=off.mpirun=2.output.gcc4 new file mode 100644 index 0000000000..aa21f5988d --- /dev/null +++ b/tests/mpi/parallel_block_vector_03.with_64bit_indices=off.mpirun=2.output.gcc4 @@ -0,0 +1,8 @@ + +DEAL:0::numproc=2 +DEAL:0::675 +DEAL:0::1533 + +DEAL:1::595 +DEAL:1::1311 + diff --git a/tests/mpi/parallel_block_vector_03.with_64bit_indices=off.mpirun=2.output.gcc6 b/tests/mpi/parallel_block_vector_03.with_64bit_indices=off.mpirun=2.output.gcc6 new file mode 100644 index 0000000000..53113d22c9 --- /dev/null +++ b/tests/mpi/parallel_block_vector_03.with_64bit_indices=off.mpirun=2.output.gcc6 @@ -0,0 +1,8 @@ + +DEAL:0::numproc=2 +DEAL:0::679 +DEAL:0::1536 + +DEAL:1::599 +DEAL:1::1314 + diff --git a/tests/mpi/parallel_block_vector_03.with_64bit_indices=on.mpirun=2.output.gcc4 b/tests/mpi/parallel_block_vector_03.with_64bit_indices=on.mpirun=2.output.gcc4 new file mode 100644 index 0000000000..1ca50abed3 --- /dev/null +++ b/tests/mpi/parallel_block_vector_03.with_64bit_indices=on.mpirun=2.output.gcc4 @@ -0,0 +1,8 @@ + +DEAL:0::numproc=2 +DEAL:0::719 +DEAL:0::1582 + +DEAL:1::639 +DEAL:1::1360 + diff --git a/tests/mpi/parallel_block_vector_03.with_64bit_indices=on.mpirun=2.output.gcc6 b/tests/mpi/parallel_block_vector_03.with_64bit_indices=on.mpirun=2.output.gcc6 new file mode 100644 index 0000000000..699bafa6a2 --- /dev/null +++ b/tests/mpi/parallel_block_vector_03.with_64bit_indices=on.mpirun=2.output.gcc6 @@ -0,0 +1,8 @@ + +DEAL:0::numproc=2 +DEAL:0::723 +DEAL:0::1585 + +DEAL:1::643 +DEAL:1::1363 +