]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
fix test
authorheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 5 Jun 2013 23:35:02 +0000 (23:35 +0000)
committerheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 5 Jun 2013 23:35:02 +0000 (23:35 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_unify_linear_algebra@29777 0785d39b-7218-0410-832d-ea1e28bc413d

tests/gla/mat_02.cc
tests/gla/mat_02/ncpu_2/cmp/generic

index 9c3f08a744e9fe68782fe59ee71da528894393e3..c3292fb59b26bdd70cad40f701f166a85cefbdf3 100644 (file)
@@ -14,7 +14,7 @@
 
 // create LA::MPI::SparseMatrix where one CPU has no DoFs
 
-// this is a bug in PETScWrappers right now!
+// this bug got fixed in PETScWrappers in r29776
 
 #include "../tests.h"
 #include <deal.II/lac/generic_linear_algebra.h>
@@ -59,6 +59,8 @@ void test ()
 
   mat.set(0,0,0.1);
   mat.set(1,1,0.1);  
+
+  MPI_Barrier(MPI_COMM_WORLD);
   
   mat.compress(VectorOperation::insert);
 
index 88d363c606c45f5c94caa46f46ffbf0b0cfc13bd..8a5f9a6b395dfdee1f3aaa6b70c8b13c06422a30 100644 (file)
@@ -1,11 +1,11 @@
 
-DEAL:0:PETSc::numproc=4
-DEAL:0:PETSc::0: 0
-DEAL:0:PETSc::1: 1.000
-DEAL:0:PETSc::0,1 : 4.000
+DEAL:0:PETSc::numproc=2
+DEAL:0:PETSc::1,1 : 0.100000
+DEAL:0:PETSc::0,1 : 2.00000
 DEAL:0:PETSc::OK
-DEAL:0:Trilinos::numproc=4
-DEAL:0:Trilinos::0: 0
-DEAL:0:Trilinos::1: 1.000
-DEAL:0:Trilinos::0,1 : 4.000
+DEAL:0:Trilinos::numproc=2
+DEAL:0:Trilinos::1,1 : 0.100000
+DEAL:0:Trilinos::0,1 : 2.00000
 DEAL:0:Trilinos::OK
+
+

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.