Hi Petsc experts,
I have a question about the graphic output using multiple
processors. Suppose I am using X11 to ssh into the cluster, and
would like to view the graphical output at each iteration using
ierr = VecView(x,PETSC_VIEWER_DRAW_WORLD);CHKERRQ(ierr);
I got the following error message, turns out, when I use multiple
processors (not a problem using one processor though):
Unable to open display on localhost:10.0
. Make sure your COMPUTE NODES are authorized to connect
to this X server and either your DISPLAY variable
is set or you use the -display name option