<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Hi,<br>
    <br>
    I have a parallel vector spread across all processors that I would
    like to gather into a single processor, say the root processor.&nbsp; Is
    there PETSc functionality to do this? I tried looking for a PETSc
    gather function but the one I found, <a
href="http://www.mcs.anl.gov/petsc/petsc-current/docs/manualpages/Vec/VecStrideGather.html">VecStrideGather</a>,
    does not seem to apply.&nbsp; Should I simply use the MPI routine
    MPI_Gather?<br>
    <br>
    Thanks,<br>
    <br>
    Abraham Taicher <br>
  </body>
</html>