[Paraview] Very slow performance in Parallel mode

2012-09-11 Thread Arya Mazaheri
Hi there, I have made some experiments to see how running paraview in parallel mode can help me visualize my data more faster. First I ran paraview on my Macbook pro with a sphere source which has about 90MB data. It's running smoothly without considerable annoyance. Then I tried to run the sa

Re: [Paraview] Very slow performance in Parallel mode

2012-09-11 Thread Arya Mazaheri
rocess then that is the > best place for it. > > Paul > > From: paraview-boun...@paraview.org [mailto:paraview-boun...@paraview.org] On > Behalf Of Arya Mazaheri > Sent: Tuesday, 11 September 2012 7:06 PM > To: paraview@paraview.org (mailto:paraview@paraview.org) &

Re: [Paraview] Very slow performance in Parallel mode

2012-09-11 Thread Arya Mazaheri
ng with raw image data, if I have 148M > dataset it works best with one core, and I max out a 12 core node with a 10G > dataset (with two NVIDIA M2070Qs). You can have different configurations on > the server side and select them as needed. > > From: Arya Mazaheri [mailto:arya

[Paraview] Installing ParaViewWeb problems

2012-09-12 Thread Arya Mazaheri
Hi there, I tried to install ParaViewWeb on my Macbook Pro. I have compiled and installed ParaView 3.14.1 from it's source. Also, other prerequisites packages. So I believe that using SuperBuild is not suitable for me. Then I decided to install it manually with the help of the following url: ht

Re: [Paraview] Installing ParaViewWeb problems

2012-09-12 Thread Arya Mazaheri
4. > In either case, you need to switch to the release branch if you want to use a > ParaView release version and not the git master one. > > The ParaViewWeb/master is based on ParaView/master which integrate the API > changes > that VTK is bringing. > > Seb > >

[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'

[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? _

[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
> > http://paraview.org/Wiki/ParaView:Server_Configuration#XML_Schema > > -Ken > > Sent from my iPad so blame autocorrect. > > On Sep 15, 2012, at 8:28 AM, "Arya Mazaheri" (mailto:arya...@gmail.com)> wrote: > > > Hi there, > > I wanted to load the serv

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 ale

Re: [Paraview] pvserver dies after client closes. How to prevent that?

2012-10-10 Thread Arya Mazaheri
I think you have chosen the Manual mode. You have to connect to the server with the command mode. So you can enter the command on how to connect to the server and start a new session. In this way each time a client wants to start a new session a new process will be spawned on the server. The fol

[Paraview] WebSocket Connection lost in ParaviewWeb

2014-01-20 Thread Arya Mazaheri
Hi there, I've installed ParaviewWeb from source and configured apache to work with jetty. I think I've done every configuration according to the tutorials. But everytime I try to open DataProber application I face with the following error in Jetty console output: Jan 20, 2014 7:50:18 PM > com.kit

Re: [Paraview] WebSocket Connection lost in ParaviewWeb

2014-01-21 Thread Arya Mazaheri
ache as a front-end. > > Moreover, which Apache setup did you used? 2.4+ like for the EC2 Amazon > documentation or the old one with the Python module? > > Seb > > > On Mon, Jan 20, 2014 at 9:24 AM, Arya Mazaheri wrote: > >> Hi there, >> I've insta

Re: [Paraview] WebSocket Connection lost in ParaviewWeb

2014-01-22 Thread Arya Mazaheri
ttps://issues.apache.org/bugzilla/attachment.cgi?id=30886&action=diff&context=patch&collapsed=&headers=1&format=raw > > 2) Change to the root of the httpd source tree and patch the source: > > patch -u -p1 < path-to-patch/patch.txt > > > > > On Tue, Ja

Re: [Paraview] WebSocket Connection lost in ParaviewWeb

2014-01-23 Thread Arya Mazaheri
; Seb > > > On Wed, Jan 22, 2014 at 1:36 AM, Arya Mazaheri (mailto:arya...@gmail.com)> wrote: > > Thanks for mentioning that. I've got stuck in running PW, trying every > > solution and wondering why it doesn't work!! > > > > Anyway, since I di

Re: [Paraview] WebSocket Connection lost in ParaviewWeb

2014-01-25 Thread Arya Mazaheri
le" for that user? > > Try by switching to that user and check if you can "cat" that file. > > Seb > > > On Thu, Jan 23, 2014 at 4:36 AM, Arya Mazaheri wrote: > >> Yes, I checked that. There are some entries with the following pattern: >> 97b94394-

Re: [Paraview] WebSocket Connection lost in ParaviewWeb

2014-01-25 Thread Arya Mazaheri
for your help. On Sat, Jan 25, 2014 at 5:39 PM, Arya Mazaheri wrote: > I tried that. > I switched to 'daemon' user as the apache is set to work with. I could cat > the mapping.txt file without any problem. > I'm suspicious on mod_rewrite module. I think it may n

[Paraview] Adding filters to ParaviewWeb

2014-03-14 Thread Arya Mazaheri
Hi, Is there any way to add additional filters beside Slice, Contour, etc. to the ParaviewWeb interface? It would be great if you could describe a little bit about this procedure. Regards, Arya ___ Powered by www.kitware.com Visit other Kitware open-sou

Re: [Paraview] Adding filters to ParaviewWeb

2014-03-14 Thread Arya Mazaheri
lter' > },{ > 'name': 'Threshold', > 'icon': 'threshold', > 'category': 'filter' > },{ > 'name':

Re: [Paraview] Adding filters to ParaviewWeb

2014-03-14 Thread Arya Mazaheri
the name of the filter that appears in the > Python trace. > > Seb > > > On Fri, Mar 14, 2014 at 10:59 AM, Arya Mazaheri wrote: > >> Thanks for your reply. >> A few questions though: >> 1) Should I add --filter argument to the Jetty configuration where it &g

[Paraview] Zoom support in ParaviewWeb

2014-03-14 Thread Arya Mazaheri
Hi, I'm wondering why there is no zoom support available in ParaviewWeb. I vividly remember that in previous versions we could zoom through objects. But, in the new version it's gone. Is it possible to bring it back? Cheers, Arya ___ Powered by www.kitw