# Parallel aware file format

**URL:** https://discourse.paraview.org/t/parallel-aware-file-format/3093
**Category:** ParaView Support
**Created:** [December 2, 2019, 9:33am UTC](https://discourse.paraview.org/t/parallel-aware-file-format/3093 "2019-12-02T09:33:58Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![gilcu2](https://discourse.paraview.org/user_avatar/discourse.paraview.org/gilcu2/32/2183_2.png) [@gilcu2](https://discourse.paraview.org/u/gilcu2)
#### Post date: [December 2, 2019, 9:33am UTC](https://discourse.paraview.org/t/parallel-aware-file-format/3093/1 "2019-12-02T09:33:58Z")

</div>

Hello, I have several vtp files and I want to process it in parallel. I have read that I can create a pvtp parallel file that point to the serial vtp and then a parallel server distribute between the process.  
Is there some way in paraview to load all the vtps and save the pvtp or I need to create the pvtp by hand or script?  
Thanks

---

<div class="post-metadata">

### Author: ![mwestphal](https://discourse.paraview.org/user_avatar/discourse.paraview.org/mwestphal/32/17_2.png) [@mwestphal](https://discourse.paraview.org/u/mwestphal)
#### Post date: [December 2, 2019, 9:41am UTC](https://discourse.paraview.org/t/parallel-aware-file-format/3093/2 "2019-12-02T09:41:45Z")

</div>

You need to create it manually.

It would be nice to be able to save a multiblock as a .pvtp if all the blocks are polydata though. Same with unstructured grid. Feel free to open an issue on our gitlab.
