Paraview pvd file error

Report and track bugs

Paraview pvd file error

Postby Rafic » Thu Aug 11, 2016 1:57 pm

I am running the latest MARS update and I cannot open the paraview files from MPI. Attached are my input file. No problems when running MarsO.

Paraview is prompting an error stating that a vtkXMLUnstructuredGridReader. I was wondering if that is a bug in building the paraview pvd filed from MARS or is it a Labview issue. Please note that if I select a single vtu file, I can see it.

Below is the Paraview error:
ERROR: In /Users/kitware/Dashboards/MyTests/NightlyMaster/ParaViewSuperbuild-Release/paraview/src/paraview/VTK/Common/ExecutionModel/vtkExecutive.cxx, line 754
vtkCompositeDataPipeline (0x120321b60): Algorithm vtkXMLUnstructuredGridReader(0x120320e80) returned failure for request: vtkInformation (0x1203253f0)
Debug: Off
Modified Time: 370639
Reference Count: 1
Registered Events: (none)
Request: REQUEST_DATA
ALGORITHM_AFTER_FORWARD: 1
FORWARD_DIRECTION: 0
FROM_OUTPUT_PORT: 0

Please advice.
Thank you!
Rafic
Attachments
RunUhpcB.mrs
(7.33 KiB) Downloaded 811 times
GenUhpcB.mrs
(944 Bytes) Downloaded 831 times
Last edited by Rafic on Thu Aug 11, 2016 6:59 pm, edited 1 time in total.
Rafic
 
Posts: 8
Joined: Fri Jul 10, 2015 6:29 pm

Re: Paraview pvd file error

Postby Rafic » Thu Aug 11, 2016 1:59 pm

I couldn't attach the geometry file because it is too big to attach. Please let me know if you need it and I will email it to you. Thanks
Rafic
 
Posts: 8
Joined: Fri Jul 10, 2015 6:29 pm

Re: Paraview pvd file error

Postby zhouxinwei » Thu Aug 11, 2016 5:57 pm

GenMeshUhpcB.mrs is missing in GenUhpc8.mrs, please provide.
zhouxinwei
 
Posts: 208
Joined: Thu Jul 09, 2015 7:12 pm

Re: Paraview pvd file error

Postby Rafic » Thu Aug 11, 2016 6:58 pm

I cannot upload because of size limitation so I emailed it to you Xinwei!

Thank you!
Rafic
 
Posts: 8
Joined: Fri Jul 10, 2015 6:29 pm

Re: Paraview pvd file error

Postby zhouxinwei » Thu Aug 11, 2016 7:59 pm

Try to compress the files into one package. The input files are text files, they can usually be highly compressed to reduce size.

I plotted the initial time frame of all *.pvd files, they are imported and displayed correctly. I am using Paraview 4.2 on Mac.

Can you please pack and post the pvd file that cause you problem with its corresponding *vtu files (only the first time frame so they don't get big)?
zhouxinwei
 
Posts: 208
Joined: Thu Jul 09, 2015 7:12 pm

Re: Paraview pvd file error

Postby Rafic » Thu Aug 11, 2016 9:19 pm

Thanks for the response. I got the same error on paraview 5.1, 4.2, and 4.0.1.

Here are the compiled pvd files that you requested.
Attachments
Paraview.zip
(1.16 MiB) Downloaded 759 times
Rafic
 
Posts: 8
Joined: Fri Jul 10, 2015 6:29 pm

Re: Paraview pvd file error

Postby zhouxinwei » Thu Aug 11, 2016 10:11 pm

The issue is in the pvd file. It uses absolute path to find vtu files. In your case the files are created on the cluster, when you view them on your local computer, the path (according to the cluster file system) is wrong, paraview can't find the vtu files.

This bug is fixed in version 2016.8.13.

You don't need to re-run the previous simulation to get the correct pvd file, you can open the pvd file with a text editor, change the path of vtu files to relative path, i.e. change
Code: Select all
<DataSet timestep="0" group="" part="0" file="/home/relhelou/newriver/DuctalFinalSimulations/Fiber2/FRB2RandomSeed3/GEOM-01-tt-PRTC.000.000.vtu"/>

to
Code: Select all
<DataSet timestep="0" group="" part="0" file="GEOM-01-tt-PRTC.000.000.vtu"/>
zhouxinwei
 
Posts: 208
Joined: Thu Jul 09, 2015 7:12 pm

Re: Paraview pvd file error

Postby Rafic » Thu Aug 11, 2016 10:20 pm

Thank you!!!
Rafic
 
Posts: 8
Joined: Fri Jul 10, 2015 6:29 pm


Return to Bugs

Who is online

Users browsing this forum: No registered users and 3 guests

cron