Re: [Paraview] Linking problems when compiling ParaView 3.8.1 with OpenMPI 1.4.3 and Python 2.7

2011-01-06 Thread David Partyka
Hi Nenad, Turn OFF ENABLE_MPI4PY. Apparently there is a compatibility header in there that references symbols (_lt_dlopen...) that part of the gnu tool chain. I have to ask a higher power first, but most likely I will disable MPI4PY for Windows. Thank you for bringing this to our attention. On

Re: [Paraview] VisIt bridge

2011-01-11 Thread David Partyka
Hi Fred, That version of the plugin has been depricated and those pages should all be removed. Rob rewrote and vastly improved the VisIt bridge. The CMake options that need to be set now are PARAVIEW_USE_VISITBRIDGE:BOOL=ON and to tell ParaView where a boost header installation is. Our apologize

Re: [Paraview] VisIt bridge

2011-01-11 Thread David Partyka
, I am currently updating the VisItBridge wiki page with the updated compilation instructions and design information. On Tue, Jan 11, 2011 at 9:12 AM, David Partyka david.part...@kitware.comwrote: Hi Fred, That version of the plugin has been depricated and those pages should all

Re: [Paraview] xdmf mailing list

2011-01-18 Thread David Partyka
Wiki updated. On Tue, Jan 18, 2011 at 8:45 AM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: Here's the link to the xdmf mailing list: http://www.kitware.com/cgi-bin/mailman/listinfo/xdmf Dave, can you fix the wiki please? You seem to have access to it, I don't. Utkarsh On Mon, Jan

Re: [Paraview] Something wrong with Ubuntu 10.10 - compared with Ubuntu 10.04

2011-01-18 Thread David Partyka
If you add /usr/lib/paraview to LD_LIBRARY_PATH does it work? On Tue, Jan 18, 2011 at 2:44 PM, Mr. M. newsbo...@gmail.com wrote: Dear all Please bear over with me, but I've tried to google for the following error messages and have seen that other people have the same problem as me (but the

Re: [Paraview] Something wrong with Ubuntu 10.10 - compared with Ubuntu 10.04

2011-01-19 Thread David Partyka
, line 2922, in _proxyDefinitionsUpdated if vtkSMObject.GetProxyManager().GetProxyDefinitionsUpdated(): AttributeError: GetProxyDefinitionsUpdated --- Any other clever ideas, please? On 2011-01-18 20:49, David Partyka wrote: If you add /usr/lib/paraview

Re: [Paraview] Install Rules for System HDF5 absent

2011-01-24 Thread David Partyka
Hi Mike, There is now an advanced option PARAVIEW_FIXUP_BUNDLE_SEARCH_PATHS that you can append directories for fixup bundle to search. On Thu, Dec 30, 2010 at 3:28 PM, Michael Jackson mike.jack...@bluequartz.net wrote: #2 I think would add the most flexibility as I have other libraries that

Re: [Paraview] Proper Way to Include Plugins in ParaView 3.8 and beyond

2011-01-24 Thread David Partyka
Almost forgot about this. PARAVIEW_EXTRA_INSTALL_RULES_FILE now can be set to multiple semicolon separated files that will be looped over and included. Please let me know if you experience any issues. On Tue, Nov 30, 2010 at 9:55 AM, Dave Partyka dave.part...@kitware.comwrote: Can do! On

Re: [Paraview] PV Linux 3.10.0. RC1 binaries links broken on download page?

2011-02-02 Thread David Partyka
Thanks Richard, I will take a look. On Wed, Feb 2, 2011 at 3:49 AM, Richard GRENON richard.gre...@onera.frwrote: Hello. I have just seen that PV 3.10.0-RC1 binaries are available on the download page. Windows and Mac binaries can be dowloaded, but the Linux links go to the

Re: [Paraview] compile error paraview 3.10 with libvtkhdf5

2011-02-03 Thread David Partyka
That is strange, can you tell us what distro/gcc version you're using? You can't turn hdf5 off but you could install your distros hdf5/build it yourself and then turn on VTK_USE_SYSTEM_HDF5. On Thu, Feb 3, 2011 at 8:41 AM, Eelco van Vliet eelc...@gmail.com wrote: Dear all. I have been trying

Re: [Paraview] compile error paraview 3.10 with libvtkhdf5

2011-02-03 Thread David Partyka
...@gmail.com wrote: Hi David, Distro: Scientific Linux SL release 5.2 (Boron) 64-bit version GCC: gcc (OpenFOAM) 4.3.3 I don't know where I can find libvtkhdf. Should I build it myself. Where can I get it ? Regards, Eelco On Thu, Feb 3, 2011 at 2:53 PM, David Partyka david.part

Re: [Paraview] Windows : Can't see control panel of Surface LIC

2011-02-03 Thread David Partyka
Yes, VS9 or VS10 expressions editions should build just fine. 2011/2/3 Aurélien Marsan aur.mar...@gmail.com Just one question : on the wiki, it is written : [...] while on Windows it requires Visual Studio (8 or later). Does the free version, Visual Express, work too ? Le 3 février 2011

Re: [Paraview] PV Linux 3.10.0. RC1 binaries links broken on download page?

2011-02-03 Thread David Partyka
The linux 64bit binary is up now as well. The linux 32bit binary will follow shortly along with formal release notes. Thank you for your patience. On Wed, Feb 2, 2011 at 8:23 AM, David Partyka david.part...@kitware.comwrote: Thanks Richard, I will take a look. On Wed, Feb 2, 2011 at 3:49 AM

[Paraview] ANN: ParaView 3.10.0 RC-1 Available for download

2011-02-04 Thread David Partyka
Hello All, The ParaView team is pleased to announce the availability of the ParaView 3.10.0 Release Candidate 1 binaries for download on the ParaView download page. The 32bit Linux binary is still missing after a package generation snafu but will be available shortly. Also, Final 3.10 binaries

Re: [Paraview] 3.10RC1 64bit on Ubuntu

2011-02-05 Thread David Partyka
Hi Fabian, Thank you for your report. Regarding the CGNS reader, it will be part of the final binaries. I need to add some additional packaging infrastructure to include libcgns. On Sat, Feb 5, 2011 at 8:15 AM, Fabian Braennstroem f.braennstr...@gmx.dewrote: Hi, quite nice release! I would

Re: [Paraview] ParaView 3.10 RC1 Window Title Not Correct (OS X)

2011-02-07 Thread David Partyka
Humm, curious if you doing a universal build then? Yeah please file a bug and I'll make sure it's fixed for 3.10.0 final. On Mon, Feb 7, 2011 at 10:37 AM, Michael Jackson mike.jack...@bluequartz.net wrote: Just compiled the latest ParaView from git (master) and when I launched the app I

Re: [Paraview] ParaView 3.10 RC1 Window Title Not Correct (OS X)

2011-02-07 Thread David Partyka
try and put together a patch. ___ Mike Jackson www.bluequartz.net On Feb 7, 2011, at 10:57 AM, David Partyka wrote: Humm, curious if you doing a universal build then? Yeah please file a bug and I'll make sure it's

Re: [Paraview] ParaView 3.10 RC1 Window Title Not Correct (OS X)

2011-02-07 Thread David Partyka
the TITLE argument to the build_paraview_client function is actually being used. ___ Mike Jackson www.bluequartz.net On Feb 7, 2011, at 12:04 PM, David Partyka wrote: The bitness comes from ParaViewCommon.cmake around

Re: [Paraview] Broken download link Linux 32 bit v3.8

2011-02-07 Thread David Partyka
Hi Anirban, The mising 32 bit linux binary will be uploaded shortly. Thank you for your patience. On Mon, Feb 7, 2011 at 3:12 PM, Anirban Jana anir...@psc.edu wrote: Hi, I am trying to download

Re: [Paraview] Broken download link Linux 32 bit v3.8

2011-02-07 Thread David Partyka
It should be there now. Let us know if you experience any issues. Thanks! On Mon, Feb 7, 2011 at 3:34 PM, Anirban Jana anir...@psc.edu wrote: Excellent! Thanks much for the quick response, David Anirban On 2/7/2011 3:22 PM, David Partyka wrote: Hi Anirban, The mising 32 bit linux binary

Re: [Paraview] Compiling PV-3.10-RC1 with Boost

2011-02-08 Thread David Partyka
Hi Adriano, what options are you setting to enable boost? Just VTK_USE_BOOST and then setting Boost_INCLUDE_DIR? On Tue, Feb 8, 2011 at 6:39 AM, Adriano Gagliardi agaglia...@ara.co.ukwrote: Dear All, I'm having an issue getting the new release candidate to compile with boost on 64-bit

Re: [Paraview] Problem unzipping tar.gz files

2011-02-09 Thread David Partyka
Hi Florian, I just downloaded and extracted the Linux 64bit binary without issue. Have you tried re-downloading it or tried downloading and extracting on a different machine? Has anyone else on the list had problems extracting the 64bit Linux tar.gz? On Wed, Feb 9, 2011 at 8:03 AM, Florian

Re: [Paraview] portland group compiler issues

2011-02-13 Thread David Partyka
Cool! Thanks Burlen. If I apply them can you give the release branch a try to see if there are any other issues with that compiler tool chain? On Fri, Feb 11, 2011 at 9:03 PM, Burlen Loring blor...@lbl.gov wrote: Hi, A couple of bugs turn up when building 3.8.1 using portland group compiler

Re: [Paraview] build ParaView git on Windows7 64bit + MSVC2010 with vtkPythonCore errors

2011-02-13 Thread David Partyka
Hi Xunlei, What do you have the PYTHON_LIBRARY cmake option set to? If you set that correctly then it should be able to link properly. For example this is what it is set to on my machine. C:/Support/Python27-x32/libs/python27.lib On Sun, Feb 13, 2011 at 11:46 AM, Xunlei Wu xun...@renci.org

Re: [Paraview] portland group compiler issues

2011-02-14 Thread David Partyka
Hi Burlen, Your changes are on git master and release branches. Please give them a try and let me know if you find anything else. Thanks! On Sun, Feb 13, 2011 at 6:53 PM, burlen burlen.lor...@gmail.com wrote: Thanks Dave, I'll give it a try. On 02/13/2011 01:30 PM, David Partyka wrote

Re: [Paraview] failed to launch paraview.exe

2011-02-14 Thread David Partyka
We do test nightly with VS10 and one of our developers actively uses it as well so it should work. Have you tried running paraview with -dr command? In the mean time I will try and run the vs10 build on the dashboard machine. On Mon, Feb 14, 2011 at 1:20 PM, Utkarsh Ayachit

Re: [Paraview] failed to launch paraview.exe

2011-02-14 Thread David Partyka
some work done. I will build through VS10 tomorrow night. Best, x *From:* David Partyka [mailto:david.part...@kitware.com] *Sent:* Monday, February 14, 2011 1:23 PM *To:* Utkarsh Ayachit *Cc:* Xunlei Wu; paraview@paraview.org *Subject:* Re: [Paraview] failed to launch paraview.exe We

Re: [Paraview] failed to launch paraview.exe

2011-02-14 Thread David Partyka
build has all the compnents, e.g. Python, MySQL, MPI, … enabled, right? x *From:* David Partyka [mailto:david.part...@kitware.com] *Sent:* Monday, February 14, 2011 1:36 PM *To:* Xunlei Wu *Cc:* Utkarsh Ayachit; paraview@paraview.org *Subject:* Re: [Paraview] failed to launch paraview.exe

Re: [Paraview] Paraview lighting Vs Command line

2011-02-15 Thread David Partyka
Can both of you file these as bugs on paraview.org/Bug when you can. Thank you very much for pointing these out. On Tue, Feb 15, 2011 at 6:53 AM, Fabian Braennstroem f.braennstr...@gmx.dewrote: Hi, I am not able to help and it might be off-topic (it is just related to python tracing), but

Re: [Paraview] Mesa-7.8.2 incompatible?

2011-02-15 Thread David Partyka
Use an older (7.6?) or newer mesa (7.9). On Tue, Feb 15, 2011 at 4:38 PM, Fabian, Nathan ndfa...@sandia.gov wrote: Hi, I've built a recent pull of the master branch against Mesa-7.8.2. I'm building pure Offscreen with no X or GL. When I try to render I get the following fatal error:

Re: [Paraview] compiling master from git, problem on debian machine

2011-02-15 Thread David Partyka
Hi Ricardo, Your errors are pretty strange. What debian are you using? Is your MPI from the package manager? On Tue, Feb 15, 2011 at 5:29 PM, Ricardo Reis rr...@aero.ist.utl.pt wrote: hmmm... any idea of what could be causing this problem? best, Ricardo Reis 'Non Serviam' PhD

Re: [Paraview] build ParaView git on Windows7 64bit + MSVC2010 with vtkPythonCore errors

2011-02-16 Thread David Partyka
...@paraview.org [mailto: paraview-boun...@paraview.org] *On Behalf Of *Xunlei Wu *Sent:* Tuesday, February 15, 2011 5:05 PM *To:* David Partyka *Cc:* paraview@paraview.org *Subject:* Re: [Paraview] build ParaView git on Windows7 64bit + MSVC2010 with vtkPythonCore errors Hi Dave and All, I

Re: [Paraview] problem with make install with 3.10.0-RC1

2011-02-17 Thread David Partyka
Hi Nicolas, what CMake version are you using out of curiosity? In 3.10 I switched to using FixUpBundle for dependency resolution which is where these new messages are coming from. 2011/2/17 Nicolas Niclausse nicolas.niclau...@inria.fr Hello, I'm trying to build 3.10.0-RC1 from source on a

Re: [Paraview] problem with make install with 3.10.0-RC1

2011-02-17 Thread David Partyka
PARAVIEW_INSTALL_THIRD_PARTY_LIBRARIES to OFF. 2011/2/17 Nicolas Niclausse nicolas.niclau...@inria.fr David Partyka ecrivait le 17/02/2011 16:28: Hi Nicolas, what CMake version are you using out of curiosity? In 3.10 I switched to using FixUpBundle for dependency resolution which is where these new messages are coming

Re: [Paraview] SuperBuild Bug

2011-02-17 Thread David Partyka
I have this fixed on my local branch. I'll be merging shortly. On Thu, Feb 17, 2011 at 12:51 PM, Michael Jackson mike.jack...@bluequartz.net wrote: It seems that in the SuperBuild directory the contents of the External_HDF5.cmake seem to have the contents of External_PNG.cmake instead. Just

Re: [Paraview] XDMF and release builds

2011-02-18 Thread David Partyka
We can probably do this for the final binaries. I was aware that this was off by default. On Fri, Feb 18, 2011 at 9:02 AM, Tim Gallagher tim.gallag...@gatech.eduwrote: Hi, It's probably too late for the binaries already online, and there may be a good reason why it isn't done already, but

Re: [Paraview] failed to launch paraview.exe

2011-02-18 Thread David Partyka
totally. By using this thread, can you comment on using DirectX with Paraview on Windows? Best, x *From:* David Partyka [mailto:david.part...@kitware.com] *Sent:* Friday, February 18, 2011 10:54 AM *To:* Xunlei Wu *Cc:* Utkarsh Ayachit; paraview@paraview.org *Subject:* Re: [Paraview

Re: [Paraview] Building VTK with shared libraries in ParaView

2011-02-18 Thread David Partyka
Yes, all libraries that ParaView builds including VTK will also be built shared. Let us know if you need any more help. On Fri, Feb 18, 2011 at 4:09 PM, Alexis Chan alex...@stanfordalumni.orgwrote: Hi I set BUILD_SHARED_LIBS in CMAKE to TRUE when building ParaView. Does that mean that when

Re: [Paraview] Bundled Version of HDF5 with ParaView

2011-02-28 Thread David Partyka
Recently while working on fixing a bug for some of the VisIt readers I learned of H5_USE_16_API which apparently you can define before including hdf5.h in order to use 1.6 API. At least that's my understanding. Give it a try! please feel free to let me know if I am wrong ;-) On Thu, Feb 17, 2011

Re: [Paraview] Paraview 3.10 RC bits: unable to save animation

2011-03-03 Thread David Partyka
Hi Madhura, I can recreate this bug with my own binary but also discovered it seems to work if the frame rate is a power of 2 (2,4,8,16,32,..). I have a feeling something is going wrong possibly computing bit rates etc when initializing ffmpeg. Do you mind also reporting a bug on

Re: [Paraview] Which Git Branch to use to track the ParaView 3.10

2011-03-07 Thread David Partyka
release On Mon, Mar 7, 2011 at 2:15 PM, Michael Jackson mike.jack...@bluequartz.net wrote: Which git branch should I be tracking in order to keep up with the latest ParaView 3.10 sources? I see rc1, release, master? Thanks ___ Mike

Re: [Paraview] ParaView and Xdmf

2011-03-09 Thread David Partyka
Assigned myself a bug. http://www.paraview.org/Bug/view.php?id=11951 On Wed, Mar 9, 2011 at 11:31 AM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: I believe we can add support for that. Dave, can you put that on your queue please? Thanks Utkarsh On Wed, Mar 9, 2011 at 8:20 AM,

[Paraview] ANN: ParaView 3.10.0 Available for download.

2011-03-09 Thread David Partyka
Hello All, The ParaView team is pleased to announce the availability of the ParaView 3.10.0 final binaries for download on the ParaView download page. http://paraview.org/paraview/resources/software.html Release Notes: ParaView 3.10 This release features notable developments, including

Re: [Paraview] CGNS Reader fails in 3.10.0 final release

2011-03-10 Thread David Partyka
Hi Richard, which linux binary are you having problems with, 64 bit I presume? I tested with a couple of the files from http://cgns.sourceforge.net/CGNSFiles.html. Let me try and recreate the problem. On Thu, Mar 10, 2011 at 5:12 AM, Richard GRENON richard.gre...@onera.frwrote: Hello all.

Re: [Paraview] CGNS Reader fails in 3.10.0 final release

2011-03-10 Thread David Partyka
it a try and let me know. I also went and re-tested the Windows and Mac binaries with CGNS data and they all work fine. Thank you for your patience! On Thu, Mar 10, 2011 at 5:50 AM, Richard GRENON richard.gre...@onera.frwrote: David Partyka a écrit : Hi Richard, which linux binary are you

Re: [Paraview] CGNS Reader fails in 3.10.0 final release

2011-03-10 Thread David Partyka
I did not, let me give it a try. On Thu, Mar 10, 2011 at 8:00 AM, Richard GRENON richard.gre...@onera.frwrote: David Partyka a écrit : Hi Richard, I think I found the problem. CGNS, for the linux binaries, were built with hdf5 support enabled, which appears to be broken. After rebuilding

Re: [Paraview] ANN: ParaView 3.10.0 Available for download.

2011-03-10 Thread David Partyka
the website. Thanks -- Mike Jackson www.bluequartz.net On Mar 9, 2011, at 2:04 PM, David Partyka wrote: Hello All, The ParaView team is pleased to announce the availability of the ParaView 3.10.0 final binaries for download on the ParaView download page. http://paraview.org/paraview

Re: [Paraview] 3.10 prebuilt error - libswscale

2011-03-10 Thread David Partyka
Also, is your linux distro infact 64bit? If so have you tried the 64bit binary instead? On Thu, Mar 10, 2011 at 8:58 PM, David Partyka david.part...@kitware.comwrote: What Linux distro is this? libswscale is from ffmpeg. I am not certain why it would give that error though. On Thu, Mar 10

Re: [Paraview] cpack error

2011-03-11 Thread David Partyka
Hi Koen, You can turn off PARAVIEW_INSTALL_THIRD_PARTY_LIBRARIES to disable the fixup bundle dependency scanning. It looks like it is finding your compilers runtime (/local/software/rh53/gcc/4.3.3/lib64/libstdc++.so.6') and trying to resolve it and it's dependencies because it isn't in a standard

Re: [Paraview] 3.10 Segfault XDMF

2011-03-11 Thread David Partyka
Hi All, we are looking very close into what changed to cause this. Thank you all for your reports. On Fri, Mar 11, 2011 at 3:09 AM, Jens Kleimann j...@tp4.rub.de wrote: Dear Tim and Utkarsh, On 11.03.2011 01:30, Utkarsh Ayachit wrote: That'd be great. You can send it directly to me too if

Re: [Paraview] 3.10 prebuilt error - libswscale

2011-03-11 Thread David Partyka
...@gmail.comwrote: On Thu, Mar 10, 2011 at 9:01 PM, David Partyka david.part...@kitware.com wrote: Also, is your linux distro infact 64bit? If so have you tried the 64bit binary instead? I am on 32bit Fedora 13. David With 3.8.1 I get a different error: [doriad@localhost ~]$ /home/doriad/bin

Re: [Paraview] CGNS Reader fails in 3.10.0 final release

2011-03-11 Thread David Partyka
or...@cora.nwra.comwrote: On 03/10/2011 05:28 AM, David Partyka wrote: Hi Richard, I think I found the problem. CGNS, for the linux binaries, were built with hdf5 support enabled, which appears to be broken. After rebuilding cgns without hdf5 support I am able to load delta.cgns and multi.cgns. I have

Re: [Paraview] Trouble compiling 3.10.0

2011-03-11 Thread David Partyka
Humm strange. I haven't seen this on the dashboards at all, and most of them have examples enabled. What gcc version are you using out of curiosity? On Fri, Mar 11, 2011 at 6:33 PM, Orion Poplawski or...@cora.nwra.comwrote: Running into the following trying to build ParaView 3.10.0 Fedora

Re: [Paraview] Trouble compiling 3.10.0

2011-03-13 Thread David Partyka
it strange that only Fedora tool chain catches this issue. ;-) On Sat, Mar 12, 2011 at 2:39 PM, Orion Poplawski or...@cora.nwra.comwrote: On 3/11/2011 7:22 PM, David Partyka wrote: Humm strange. I haven't seen this on the dashboards at all, and most of them have examples enabled. What gcc version

Re: [Paraview] compilation error paraview 3.10RC1

2011-03-14 Thread David Partyka
Hi Montagu, What platform, compiler are you attempting to compile on? Thanks! On Mon, Mar 14, 2011 at 4:44 AM, MONTAGU Thierry thierry.mont...@cea.frwrote: Hi all after many attempt, i systematically obtain Linking CXX shared library ../../bin/libvtkCommon.so For vtkCommon - updating

Re: [Paraview] issue with make install in 3.10

2011-03-14 Thread David Partyka
Try turning off PARAVIEW_INSTALL_THIRD_PARTY_LIBRARIES. ( I think I am going to make it default OFF instead of ON). Then blow away your install tree and do a fresh make install. Does that resolve the problem? On Mon, Mar 14, 2011 at 2:55 PM, bastil2...@yahoo.de bastil2...@yahoo.dewrote: Hi all,

Re: [Paraview] issue with make install in 3.10

2011-03-14 Thread David Partyka
QT). After symmlinking them from the qt-lib to the paraview-lib I still get the same error. Regards Bastian Am 14.03.2011 19:58, schrieb David Partyka: Try turning off PARAVIEW_INSTALL_THIRD_PARTY_LIBRARIES. ( I think I am going to make it default OFF instead of ON). Then blow away your

Re: [Paraview] Trouble compiling 3.10.0

2011-03-14 Thread David Partyka
Yes. On Mon, Mar 14, 2011 at 3:40 PM, Orion Poplawski or...@cora.nwra.comwrote: On 03/13/2011 10:40 AM, David Partyka wrote: Alright, installed Fedora 14 and tracked down the issue. This commit fixes it for me. http://paraview.org/gitweb?p=ParaView.git;a=commitdiff;h

Re: [Paraview] CGNS Reader fails in 3.10.0 final release

2011-03-15 Thread David Partyka
feedback on several other fixes that we also will be including. Thank you for your patience. On Tue, Mar 15, 2011 at 1:18 PM, Richard GRENON richard.gre...@onera.frwrote: David Partyka a écrit : I also went and re-tested the Windows and Mac binaries with CGNS data and they all work fine. Thank

Re: [Paraview] compile error

2011-03-16 Thread David Partyka
I think this is a runtime issue executing qhelpgenerator. If you put the location of libQtHelp.so in your LD_LIBRARY_PATH does it work? So likely if you do the following: export LD_LIBRARY_PATH= /usr/global/paraview/Trolltech/Qt-4.6.0/lib:$LD_LIBRARY_PATH and then make On Wed, Mar 16, 2011 at

Re: [Paraview] paraview 3.10 + OpenFOAM

2011-03-16 Thread David Partyka
is also attached to this mail. As Mark says it would be very important, so we really hope to see this included in the upcoming 3.10.1 release. Thanks! Takuya Takuya OSHIMA, Ph.D. Faculty of Engineering, Niigata University 8050 Ikarashi-Ninocho, Nishi-ku, Niigata, 950-2181, JAPAN From: David

Re: [Paraview] issue with make install in 3.10

2011-03-16 Thread David Partyka
, 2011 at 2:59 PM, bastil2...@yahoo.de bastil2...@yahoo.de wrote: Am 14.03.2011 20:06, schrieb David Partyka: Are you using a prebuilt qt from nokia? Or did you build it youself? David, our system administrator did the build. AFAIK it was build from source. Regards Bastian On Mon

Re: [Paraview] paraview 3.10 + OpenFOAM

2011-03-17 Thread David Partyka
Hey Takuya and Mark, Do either of you have a dataset that could be included in ParaViewData to make a simple regression test that exercises this functionality? Thanks! On Thu, Mar 17, 2011 at 7:18 AM, Takuya OSHIMA osh...@eng.niigata-u.ac.jpwrote: Mark, looking forward to hearing your test

Re: [Paraview] paraview 3.10 + OpenFOAM

2011-03-17 Thread David Partyka
Excellent. Thank you! I'll make this into a regression test for ParaView. On Thu, Mar 17, 2011 at 8:34 AM, Takuya OSHIMA osh...@eng.niigata-u.ac.jpwrote: Yes the cavity tutorial. AFAIK there's no OpenFOAM dataset being used for testing ( http://paraview.org/Bug/view.php?id=10247 ), so I

Re: [Paraview] ANN: ParaView 3.10.0 Available for download.

2011-03-18 Thread David Partyka
object 34727dd732548d273fb0b1b8a8c9fdd3e80aa5e2 type commit tag v3.10.0 tagger David Partyka dave.part...@kitware.com 1300451452 -0400 ParaView 3.10.0 -BEGIN PGP SIGNATURE- Version: GnuPG/MacGPG2 v2.0.14 (Darwin) iQIcBAABAgAGBQJNg1CUAAoJEFDfOomSCcqy7LIP/RShkIFP+FdkSY0l1RhZiE

Re: [Paraview] compatibility with binaries

2011-03-18 Thread David Partyka
This is the initial cache that I am writing out in the super build to build the release binary. Most likely these guys are causing any incompatibilities set(PARAVIEW_USE_VISITBRIDGE ON CACHE BOOL Initial cache FORCE) set(VISIT_BUILD_READER_CGNS OFF CACHE BOOL Initial cache FORCE)

Re: [Paraview] Problem compiling v3.10 + Python...

2011-03-22 Thread David Partyka
Hi Stefan, I am going to CC David Gobbi as he recently gave the Wrapping a major face lift in VTK. On Tue, Mar 22, 2011 at 6:42 AM, Stefan Melber stefan.mel...@dlr.de wrote: Hi, i tried to compile the 3.10 release of ParaView. Without pyton, everything is fine. However, enabling python, i

Re: [Paraview] Can't run VTKAVIWRITER

2011-03-31 Thread David Partyka
Hi Ricardo, what version of Windows are you running? I have seen this on a Windows server 2008 machine. On Thu, Mar 31, 2011 at 7:20 AM, Ricardo Canelas maran...@gmail.com wrote: Hi all, When trying to save an animation in avi from a loaded vtk legacy file series, i get ERROR: In

Re: [Paraview] Can't run VTKAVIWRITER - Unable to compress avi file error

2011-04-01 Thread David Partyka
Subject: Re: [Paraview] Can't run VTKAVIWRITER To: David Partyka david.part...@kitware.com Hi David, win 7, 64bits. I really don't know what to do, and i'm not feeling like saving to jpgs of tiffs and then stitching it all together... Any one else? 2011/3/31 David Partyka david.part

Re: [Paraview] Can't run VTKAVIWRITER - Unable to compress avi file error

2011-04-01 Thread David Partyka
Also, out of curiosity, does your Windows folder contain iccvid.dll at all? (My machine has several of them). On Fri, Apr 1, 2011 at 1:38 PM, David Partyka david.part...@kitware.comwrote: Do you have windows media player installed? I have a feeling the old codec (CVID) that we use isn't

Re: [Paraview] problem in installation: vtkIceTSynchronizedRenderers

2011-04-01 Thread David Partyka
Hi Pratik, Is your ParaView source from git? If so, have you run git submodule update recently? On Fri, Apr 1, 2011 at 5:35 PM, Pratik Mallya pratik.mal...@gmail.comwrote: Greetings, this is the output that I get on trying to build paraview. All the defaults are ON except MPI. Can anyone

Re: [Paraview] problem in installation: vtkIceTSynchronizedRenderers

2011-04-01 Thread David Partyka
are your MPI_INCLUDE, MPI_LIBRARY and MPI_EXTRA_LIBRARY pointing to? David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 On Fri, Apr 1, 2011 at 6:51 PM, Pratik Mallya pratik.mal...@gmail.com wrote: David Partyka wrote: Hi

Re: [Paraview] Still more trouble compiling VisitBridge with Paraview 3.10 on RHEL 5

2011-04-08 Thread David Partyka
Hi Rich, Because you're building static you need to tell CMake what your Silo/Mili/HDF5 dependencies are because it has no way of knowing. To do this, in ccmake/cmake-gui you can list them in the same variables where you specified SILO_LIBRARY,MILI_LIBRARY, HDF5_LIBRARY/HDF5_LIBRARIES. This

Re: [Paraview] ParaView 3.10.0 on OS-X: Library not included in App Bundle: libQtCLucene.4.dylib

2011-04-08 Thread David Partyka
I think it's because you're trying to create a bundle with dependencies that are system installed. Fixup bundle doesn't copy in dependencies installed in system locations such as /usr/lib, otherwise it would copy in your whole operating system through dependency resolution ;-). If you want to

Re: [Paraview] Install fails with fixup_bundle error

2011-04-08 Thread David Partyka
You can turn off PARAVIEW_INSTALL_THIRD_PARTY_LIBRARIES in CMake. It controls whether to use fixupbundle to resolve dependencies, but since you're building static, and all your dependencies are static you don't need it. On Fri, Apr 8, 2011 at 2:24 PM, Cook, Rich coo...@llnl.gov wrote: It looks

Re: [Paraview] PovRay-Export does not seem to work

2011-04-11 Thread David Partyka
Hi Mathias, this is fixed in the upcoming ParaView 3.10.1 release. Stay tuned. On Mon, Apr 11, 2011 at 12:47 PM, win...@gmx.net win...@gmx.net wrote: Hello, using the online available ParaView 3.10.0 32bit on a Linux system, I cannot get to PovRay export function to do anything but exporting

Re: [Paraview] Still more trouble compiling VisitBridge with Paraview 3.10 on RHEL 5

2011-04-11 Thread David Partyka
have to manually hack the link.txt and make.flags files or otherwise do workarounds for that. As long as I'm doing that anyhow, I can just place the deeper dependencies there as well. On Apr 8, 2011, at 6:26 AM, David Partyka wrote: Hi Rich, Because you're building static you need

[Paraview] ANN: ParaView 3.10.1 Available for download.

2011-04-13 Thread David Partyka
ParaView 3.10.1 is now available for download on the ParaView download page. http://paraview.org/paraview/resources/software.html Release Notes: ParaView 3.10.1 ParaView 3.10.1 is a patch release to address a few issues detected in 3.10.0. ParaView Binaries: * Fixed crash on 32 bit Windows

Re: [Paraview] vtkSocket bugs

2011-04-13 Thread David Partyka
Humm, I forgot all about this email. I'll stick it in right now for 3.10.2. If you don't mind please file a bug so that it isn't forgotten. On Wed, Apr 13, 2011 at 2:17 PM, Burlen Loring blor...@lbl.gov wrote: Hi Dave, What is the status on this? Burlen On 02/27/2011 02:53 PM, David

Re: [Paraview] VRPN with Paraview 3.10

2011-04-14 Thread David Partyka
Hi Christian, 3.10.1 now includes the VRPN plugin prebuilt. Please try it out and let us know your experience with it. On Fri, Mar 25, 2011 at 1:50 PM, David E DeMarle dave.dema...@kitware.comwrote: Although it is possible to build a plugin that is compatible with our binaries (using our

Re: [Paraview] PavaView-QT

2011-04-14 Thread David Partyka
Qt is used for the GUI, if you are not interested in the gui interface and just want to run pvserver for example you can turn it off in CMake via PARAVIEW_BUILD_QT_GUI On Thu, Apr 14, 2011 at 9:10 AM, D-Durga-Prasad ddpra...@gmail.com wrote: Hello all, I am unable to compile ParaView 3.10.1

Re: [Paraview] vtkSocket bugs

2011-04-14 Thread David Partyka
/13/2011 11:24 AM, David Partyka wrote: Humm, I forgot all about this email. I'll stick it in right now for 3.10.2. If you don't mind please file a bug so that it isn't forgotten. On Wed, Apr 13, 2011 at 2:17 PM, Burlen Loring blor...@lbl.gov wrote: Hi Dave, What is the status

Re: [Paraview] vtkSocket bugs

2011-04-14 Thread David Partyka
Hi Burlen, I had to revert your patch as it doesn't compile on Windows.. You will have to make sure it compiles there as well and resubmit your patch. If you need any help please let me know. Thanks. On Thu, Apr 14, 2011 at 3:51 PM, David Partyka david.part...@kitware.comwrote: Thanks Burlen

Re: [Paraview] CGNS Reader fails in 3.10.0 final release

2011-04-15 Thread David Partyka
Excellent, glad to hear! :-) On Fri, Apr 15, 2011 at 4:35 AM, Richard GRENON richard.gre...@onera.frwrote: David Partyka a écrit : Hi Richard, we fixed the issue with the 32bit Windows binary. It is actually a pretty serious bug in the VisIt code because it attempts to delete memory

Re: [Paraview] vtkSocket bugs

2011-04-15 Thread David Partyka
about that, I'll have to try again. Burlen On 04/14/2011 07:54 PM, David Partyka wrote: Hi Burlen, I had to revert your patch as it doesn't compile on Windows.. You will have to make sure it compiles there as well and resubmit your patch. If you need any help please let me know. Thanks

Re: [Paraview] vtkSocket bugs

2011-04-15 Thread David Partyka
Looks like David Gobbi's change did the trick. I'll merge that into release so it will be part of the next releases of ParaView/VTK. On Fri, Apr 15, 2011 at 2:56 PM, Burlen Loring blor...@lbl.gov wrote: That would be great! Thanks Daves. On 04/15/2011 11:46 AM, David Partyka wrote: Hey

Re: [Paraview] openmpi 1.4 error paraview?

2011-04-19 Thread David Partyka
What do you have MPI_LIBRAY and MPI_EXTRA_LIBRARY set to? On my Windows system that uses OpenMPI is have MPI_LIBRARY set to: C:/Kitware/ParaView 3.10/build-x64/OpenMPI-install/lib/libmpi.lib And MPI_EXTRA_LIBRARY set to: C:/Kitware/ParaView 3.10/build-x64/OpenMPI-install/lib/libmpi_cxx.lib On

Re: [Paraview] Compiling with AVI support

2011-04-19 Thread David Partyka
That should be all that is necessary, I used that older FFMPEG on the ParaView releases up through 3.8.x. In 3.10.x I switched to the newer FFMPEG 0.6.1 release http://www.ffmpeg.org/releases/ffmpeg-0.6.1.tar.gz On Tue, Apr 19, 2011 at 4:54 PM, Kit Chambers kit.chamb...@rocktalkimaging.com

Re: [Paraview] make install seems to built a mirror of all the libs

2011-04-20 Thread David Partyka
Wow, I just recreated this error (on git master). Let me see if I can track this down. On Wed, Apr 20, 2011 at 5:09 AM, Jérôme jerome.ve...@gmail.com wrote: Thanks for your reply. I effectively saw several threads dealing with this CMake variable so I already changed it to OFF, without

Re: [Paraview] make install seems to built a mirror of all the libs

2011-04-20 Thread David Partyka
Hi Jerome, I believe I have fixed the issue. Please git pull git submodule update (the fix was in VTK). Please let me know if you have any other issues. On Wed, Apr 20, 2011 at 9:12 AM, David Partyka david.part...@kitware.comwrote: Wow, I just recreated this error (on git master). Let me see

Re: [Paraview] PV on SGI Altix: Sgi MPI error

2011-04-26 Thread David Partyka
Typically you will need to link to both. Set the C library (libmpi.so) in MPI_LIBRARY. Set the C++ and any other libraries (as needed) in MPI_EXTRA_LIBRARY. On Tue, Apr 26, 2011 at 7:16 AM, George Zagaris george.zaga...@kitware.comwrote: I would try changing: //MPI library to link against

Re: [Paraview] paraview 3.10 and ffmpeg

2011-05-02 Thread David Partyka
That version of FFMPEG doesn't make swscale. What you need to do is delete all of the FFMPEG_ variables from cmake and then reconfigure. As the FFMPEG detection logic code caches several decisions about whether the FFMPEG build is an older FFMPEG (which you are trying to use) or a more modern

Re: [Paraview] Surface LIC

2011-05-20 Thread David Partyka
Sounds good, I think I have a bug in my backlog to do the same. On Fri, May 20, 2011 at 4:28 PM, Burlen Loring blor...@lbl.gov wrote: Hi Utkarsh, I also had to patch the CMakeFile so that the server manager parts of the plugin would build without qt, which is a common use case for me. I'm

Re: [Paraview] No make package for ParaView 3.10.1

2011-05-23 Thread David Partyka
http://paraview.org/Wiki/ParaView:Build_And_Install#Generate_Package On Mon, May 23, 2011 at 3:42 PM, Michael Jackson mike.jack...@bluequartz.net wrote: I have compiled ParaView with my own plugins and I would like to make some sort of zip or installer or DMG so I can easily pass it out at an

Re: [Paraview] Redistributable ParaView OS X Package is unusable.

2011-05-23 Thread David Partyka
I've never seen anything like that, as that is the same process I used to make the 3.10.1 binaries. Though I did use cmake 2.8.4. Are you using a really new Qt or something along those lines? On Mon, May 23, 2011 at 4:19 PM, Michael Jackson mike.jack...@bluequartz.net wrote: I followed the

Re: [Paraview] Redistributable ParaView OS X Package is unusable.

2011-05-23 Thread David Partyka
BlueQuartz Software Dayton, Ohio On May 23, 2011, at 4:32 PM, David Partyka wrote: I've never seen anything like that, as that is the same process I used to make the 3.10.1 binaries. Though I did use cmake 2.8.4. Are you using a really new Qt or something along those lines? On Mon

Re: [Paraview] Redistributable ParaView OS X Package is unusable.

2011-05-23 Thread David Partyka
...@bluequartz.net BlueQuartz Software Dayton, Ohio On May 23, 2011, at 5:56 PM, David Partyka wrote: I am really unsure, I haven't ever seen these kinds of errors before and I am unable to reproduce this. sla.r on my system appears to just contain license information. Have you tried manually

Re: [Paraview] Redistributable ParaView OS X Package is unusable.

2011-05-24 Thread David Partyka
On May 23, 2011, at 6:33 PM, David Partyka wrote: Can you provide the initial cmake configuration details of your vanila paraview build? On Mon, May 23, 2011 at 6:02 PM, Michael Jackson mike.jack...@bluequartz.net wrote: I tried this also: 562:[mjackson@ferb2:4.6.2]$ sudo rm -rf

Re: [Paraview] Cpack failing after ParaView build

2011-05-24 Thread David Partyka
How are you running cpack? What exactly is the command line you're giving it. On Tue, May 24, 2011 at 12:23 PM, Adriano Gagliardi agaglia...@ara.co.ukwrote: Dear All, I've built ParaView 3.10.1 on a 64-bit CentOS system without any problems or errors first time. I'd now like to package

Re: [Paraview] Cpack failing after ParaView build

2011-05-24 Thread David Partyka
-- *From:* David Partyka [mailto:david.part...@kitware.com] *Sent:* 24 May 2011 17:58 *To:* agaglia...@ara.co.uk *Cc:* paraview@paraview.org *Subject:* Re: [Paraview] Cpack failing after ParaView build How are you running cpack? What exactly is the command line

  1   2   >