Hi,<div><br></div><div>I've just noticed that some of my readers aren't working in parallel. These are readers that I didn'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->GetInformationObject(0);</div><div> info->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>