Hi,<div><br></div><div>I&#39;ve just noticed that some of my readers aren&#39;t working in parallel.  These are readers that I didn&#39;t intend to have parallel reading capabilities but I did want just one process to read it in so the results that are returned are correct.  I *thought* I could do this by adding the following to RequestInformation:</div>
<div><br></div><div><div>    vtkInformation* info = outputVector-&gt;GetInformationObject(0);</div><div>    info-&gt;Set(vtkStreamingDemandDrivenPipeline::MAXIMUM_NUMBER_OF_PIECES(), 1);</div><div>    return 1;</div></div>
<div><br></div><div>...but it seems I was wrong!</div><div><br></div><div>Is there a way to have a standard reader just reading in to one process or do I need to handle it all by checking the rank and number of processes?</div>
<div><br></div><div>Thanks,</div><div>Paul</div>