[Paraview] paraview 3.98rc3 configuration error: CheckFortran.cmake missing

2012-11-29 Thread Francois Bissey
Hi, so I am trying to configure 3.98rc3 with cmake-2.8.10.1 and I get the following error message in ccmake: CMake Error at CoProcessing/Adaptors/FortranAdaptors/CMakeLists.txt:2 (include): include could not find load file: /home/work/fbissey/sandbox/ParaView/SuperBuild/CheckFortran.cmak

Re: [Paraview] [ParaViewWeb]

2012-11-29 Thread Joe Borġ
Hi Seb, I've followed this http://www.paraview.org/Wiki/ParaViewWeb_with_system_tomcat_package step by step, without any obvious issues. It's being run as my user, so hopefully isn't a permissions problem. This is on CentOS 6.1 Thanks for the help, Regards, Joseph David Borġ http://www.jdbor

[Paraview] off screen rendering in pvpython

2012-11-29 Thread Indrajit Jagtap
Hi, I am using following command to take images in pvpython - WriteImage(OUTFILE, Writer="vtkPNGWriter") How do I configure it to not open any display ? What is the method to activate offscreen rendering when using pvpython ? Regards, Indrajit ___ Po

Re: [Paraview] Sum values of scalar vector

2012-11-29 Thread Scott Ripplinger
Christian, Thanks for getting me started. And sorry it took me so long to respond. I've been moving pretty slow on this project. Anyway, I've done the following with my script: import math input = self.GetInputDataObject(0,0) output = self.GetOutputDataObject(0) numPoints = input.GetNumberO

[Paraview] Color Bar size

2012-11-29 Thread Vera Loeser
Is it possible to define the size and the position of the color bar? I would like to compare some pictures of different projects in a presentation and it looks better if the color bar does not jump around. Thanks in Advance, Vera ___ Powered by www.

Re: [Paraview] co-processing tests not launched with mpirun

2012-11-29 Thread Andy Bauer
Hi Burlen, Did you submit a bug? I couldn't find it if you did. It looks like both of those dashboards are next so I can have them tested before merging into master. Thanks, Andy On Wed, Nov 28, 2012 at 7:41 PM, Burlen Loring wrote: > ** > Hi Andy > > Awesome, it's not urgent, but will be goo

Re: [Paraview] co-processing tests not launched with mpirun

2012-11-29 Thread Burlen Loring
Andy, yep, here it is: http://paraview.org/Bug/view.php?id=13691 Sounds good Burlen On 11/29/2012 07:16 AM, Andy Bauer wrote: Hi Burlen, Did you submit a bug? I couldn't find it if you did. It looks like both of those dashboards are next so I can have them tested before merging into master.

Re: [Paraview] [ParaViewWeb]

2012-11-29 Thread Joe Borġ
Seb, Further to this, (if I open in Chrome) I get this error Resource Not Found: http://localhost:8080/PWService/js/ParaViewWeb.js. I can confirm that the file is where it should be and is 775, so should be fine. If I try and go to that address, I get 404 from Tomcat: HTTP Status 404 -

[Paraview] (no subject)

2012-11-29 Thread Timothy Cale
I am using paraview 3.14 (64 bit, ubuntu 12.04 vm on a MBP). I am trying to run pvpython to view .py files generated using Trace: 'which' pvpython' yields: /usr/bin/pvpython 'pvpython' yields: Error converting executable file "/usr/bin/../lib/paraview/pvpython" to real path: No such file or dire

Re: [Paraview] paraview 3.98rc3 configuration error: CheckFortran.cmake missing

2012-11-29 Thread Andy Bauer
Hi Francois, Thanks for the information. I added a bug report in case you want to track it at http://paraview.org/Bug/view.php?id=13693. It should be fixed shortly. I'm assuming you're using the coprocessing tools and the fortran interface, otherwise you can turn that off during configuration. A

Re: [Paraview] 3.98 MPI_Finalize out of order in pvbatch

2012-11-29 Thread Burlen Loring
it looks like pvserver is also impacted, hanging after the gui disconnects. On 11/28/2012 12:53 PM, Burlen Loring wrote: Hi All, some parallel tests have been failing for some time on Nautilus. http://open.cdash.org/viewTest.php?onlyfailed&buildid=2684614 There are MPI calls made after finaliz

Re: [Paraview] paraview 3.98rc3 configuration error: CheckFortran.cmake missing

2012-11-29 Thread fbissey
Thanks Andy, I am not making use of it right now but I am packaging for Gentoo and I will install it for general availability on a cluster down here so I need to know what works what doesn't. Now let's see my build log from last night Francois Quoting Andy Bauer : Hi Francois, Thanks for

Re: [Paraview] [EXTERNAL] Animation Resolution Problem

2012-11-29 Thread Ryan Abernathey
Thanks for your suggestions. I wasn't able to get any of them to work in 3.14.1, so I just upgraded. Now everything works fine! Many thanks. -Ryan On Wed, Nov 28, 2012 at 12:41 PM, Scott, W Alan wrote: > I think this was a known bug that was fixed. I looked in the bug > tracker, and couldn’t

Re: [Paraview] VTK-file written by ParaView cannot be read by ParaView

2012-11-29 Thread Sebastien Jourdain
vtk is a valid extension but maybe not for the writer factory for some reason. On Wed, Nov 28, 2012 at 3:10 PM, Ian Krukow wrote: > Ok, that helps for a possible solution. Thanks! > With > > writer = CreateWriter('sol_i=0.vtm') > writer.UpdatePipeline() > > I get an XML file, that can be loaded

Re: [Paraview] How to install into /usr/lib64 with 3.98.0 RC3?

2012-11-29 Thread Sebastien Jourdain
That should work but you can also try with VTK_INSTALL_LIB_DIR. So where those library being copied then ? Thanks, Seb On Wed, Nov 28, 2012 at 5:35 PM, Orion Poplawski wrote: > In the past I've made paraview install libraries into /usr/lib64/paraview > with -DPV_INSTALL_LIB_DIR:PATH=**lib64/p

Re: [Paraview] off screen rendering in pvpython

2012-11-29 Thread Sebastien Jourdain
You need to compile ParaView/pvpython with OSMesa. On Thu, Nov 29, 2012 at 7:57 AM, Indrajit Jagtap < indrajit.jag...@tridiagonal.co.in> wrote: > Hi, > > I am using following command to take images in pvpython - > WriteImage(OUTFILE, Writer="vtkPNGWriter") > > How do I configure it to not open a

Re: [Paraview] [ParaViewWeb]

2012-11-29 Thread Sebastien Jourdain
It seems that the PWService.war is not inside your ${TOMCAT_HOME}/webapps If it is did you looked at the tomcat logs ? And you should definitely not start with that http://www.paraview.org/Wiki/ParaViewWeb_with_system_tomcat_package. Once ParaView builded, the deployment should be basically that

Re: [Paraview] (no subject)

2012-11-29 Thread Sebastien Jourdain
I don't know ? what your script is supposed to do ? Render an image and quit ? On Thu, Nov 29, 2012 at 1:19 PM, Timothy Cale wrote: > I am using paraview 3.14 (64 bit, ubuntu 12.04 vm on a MBP). > > I am trying to run pvpython to view .py files generated using Trace: > > 'which' pvpython' yield

[Paraview] Need help with programmable filter output

2012-11-29 Thread Scott Ripplinger
I am attempting to run an analysis on some data which requires summing up some numbers down to a single value for the whole domain for each time step. I'm having trouble figuring out how to get the output and what VTK classes and functions to use. Here is what I have so far: import math input =