[Paraview] "Number of cores" vs. "Data size"

2012-09-15 Thread Arya Mazaheri
Hi there, 1) I have installed and ran paraview in parallel client/server mode. My server has 48 CPU cores and 2 high-end GPUs. But I'm confused that how many cores should I assign to my dataset considering it's size. Is there any equation available which can answer my question? 2) I really don'

Re: [Paraview] Variable symbols in PARAVIEW

2012-09-15 Thread Andy Bauer
The block symbol represents cell data meaning that there's a tuple value for each cell, the four dots is point data meaning that there's a tuple value for each point, and the square inside a circle is field data which is general data that is associated with the entire grid itself and not any single

[Paraview] Error Loading PVSC files

2012-09-15 Thread Arya Mazaheri
Hi there, I wanted to load the servers configuration file (.pvsc) to the Paraview server configuration dialog box. For example the following pvsc file: But, when I load the file it gives me the following error: Not a ParaView server configuration file. Missing root. Any clue? _

Re: [Paraview] Error Loading PVSC files

2012-09-15 Thread Moreland, Kenneth
The error message is telling you that it expected a Servers tag as the root tag (that is, the element that contains all other elements). Try adding to the top of your file and to the bottom. The Servers element can contain multiple Server elements. This is explained in the XML schema document

[Paraview] Error in running ParaviewWeb

2012-09-15 Thread Arya Mazaheri
Hi there, I have installed ParaviewWeb on my system. But whenever I try to run PW app and start a session it gives me the following error in an javascript alert box: An error occured during the loading. java.lang.NullPointerException Have I done something wrong? Regards,

Re: [Paraview] Error Loading PVSC files

2012-09-15 Thread Arya Mazaheri
Thanks. Problem solved. I'm wondering why the examples at wiki don't contain this tag. On Saturday ۲۵ June ۱۳۹۱ at ۱۹:۱۳, Moreland, Kenneth wrote: > The error message is telling you that it expected a Servers tag as the root > tag (that is, the element that contains all other elements). Try ad

Re: [Paraview] Error in running ParaviewWeb

2012-09-15 Thread Arya Mazaheri
I resolved my problem. I had to run ActiveMQ beforehand. On Saturday ۲۵ June ۱۳۹۱ at ۱۹:۵۲, Arya Mazaheri wrote: > Hi there, > I have installed ParaviewWeb on my system. But whenever I try to run PW app > and start a session it gives me the following error in an javascript alert > box: > A