Trilinos_tutorial
Trilinos_tutorial copied to clipboard
Epetra Lesson 02: "print the norm on proc 0" prints on all processes
// Print the norm of y on Proc 0.
out << "Norm of y: " << theNorm << endl;
doesn't work as intended, but prints on all processes
@trilinos/epetra
You can submit a pull request, if you like :-)