Trilinos_tutorial icon indicating copy to clipboard operation
Trilinos_tutorial copied to clipboard

Epetra Lesson 02: "print the norm on proc 0" prints on all processes

Open jwuttke opened this issue 8 years ago • 2 comments

  // Print the norm of y on Proc 0.
  out << "Norm of y: " << theNorm << endl;

doesn't work as intended, but prints on all processes

jwuttke avatar Jun 14 '17 08:06 jwuttke

@trilinos/epetra

mhoemmen avatar Jun 15 '17 20:06 mhoemmen

You can submit a pull request, if you like :-)

mhoemmen avatar Jun 15 '17 20:06 mhoemmen