<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.6000.17080" name=GENERATOR><LINK 
href="BLOCKQUOTE{margin-Top: 0px; margin-Bottom: 0px; margin-Left: 2em}" 
rel=stylesheet></HEAD>
<BODY style="FONT-SIZE: 10pt; MARGIN: 10px; FONT-FAMILY: verdana">
<DIV><FONT face=Verdana size=2>Dear all,</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>I&nbsp;intend to postprocess the solution of a PDE (stored in a 
parallel&nbsp;PETSc&nbsp;vector ) using&nbsp;tecplot. Thus I want to 
&nbsp;output the values of the&nbsp;parallel&nbsp;vector as well as other data 
(such as the grid information) to a ASCII file.</DIV>
<DIV>&nbsp;</DIV>
<DIV>When I deal this with </DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>VecGetArray(U, &amp;u);</DIV>
<DIV>&nbsp;</DIV>
<DIV>for (i=0; i&lt;Mx*My; i++)</DIV>
<DIV>{</DIV>
<DIV>PetscViewerASCIIPrintf(viewer,"%F %F %F", x, y, u[i]);</DIV>
<DIV>}</DIV>
<DIV><FONT face=Verdana size=2></FONT>&nbsp;</DIV>
<DIV>If more than 1 processor are used, I found that only part of the value of u 
was output correctly (that stored on the first processor).</DIV>
<DIV>I found in the manual page of "PetscViewerASCIIPrintf" that "<SPAN 
class=Apple-style-span 
style="DISPLAY: inline! important; FLOAT: none; WORD-SPACING: 0px; FONT: medium Simsun; TEXT-TRANSFORM: none; COLOR: rgb(0,0,0); TEXT-INDENT: 0px; WHITE-SPACE: normal; LETTER-SPACING: normal; BACKGROUND-COLOR: rgb(255,255,255); orphans: 2; widows: 2; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px">Not 
Collective, but only first processor in set has any effect</SPAN>"</DIV>
<DIV>&nbsp;</DIV>
<DIV>Could anyone give me some suggestions on this issue?</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thank you very much in advance!</DIV>
<DIV>&nbsp;</DIV>
<DIV>Best Regards</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV align=left><FONT face=Verdana color=#c0c0c0 size=2>2011-12-02 
</FONT></DIV><FONT face=Verdana size=2>
<HR style="WIDTH: 122px; HEIGHT: 2px" align=left SIZE=2>

<DIV><FONT face=Verdana color=#c0c0c0 size=2><SPAN>Feng-Chao Wang</SPAN> 
</FONT></DIV></FONT></BODY></HTML>