Re: [Paraview] About on-line available binaries for next release

2009-09-01 Thread Sven Buijssen
Hi Burlen, > your link errors may be because the released binary is built with > VTK_USE_64BIT_IDS set OFF. While your local compile is built with it > set ON. Try setting it to OFF. Thanks a lot! You pinpointed the source of my troubles. VTK_USE_64BIT_IDS needs to be explicitly set to OFF, ind

Re: [Paraview] About on-line available binaries for next release

2009-09-01 Thread Berk Geveci
We are going to try to provide binaries for development with 3.6.2. -berk On Fri, Aug 28, 2009 at 4:27 PM, burlen wrote: > Hi Sven, > > I think the binary releases could include the development files as there is > a build option for this, I don't know if that's currently being done with > the rel

Re: [Paraview] Fw:Re:Re: Paraview store all data in every server node?

2009-09-01 Thread Berk Geveci
Can you post an example dataset? Just the xmf file would be sufficient. -berk 2009/8/31 weaponfire2005 : > > > > > -- 转发邮件信息 -- > 发件人:"weaponfire2005 " > 发送日期:2009-08-31 19:05:42 > 收件人:"Andy Bauer" > 主题: Re:Re: [Paraview] Paraview store all data in every server node? > Hi: >I

[Paraview] Calculator question

2009-09-01 Thread Paul Edwards
Hi, Is it possible to use the calculator to get field data that is associated with the whole dataset? I have a multiblock dataset where each block has a rotational speed associated with it. I would like to highlight by that value. Thanks, Paul ___ Pow

Re: [Paraview] Paraview 3.6.1 - Writer plugin development (OSX)

2009-09-01 Thread Berk Geveci
For details on compilers/systems used to build binaries, you can go here: http://www.paraview.org/Wiki/ParaView_Binaries -berk On Sat, Aug 29, 2009 at 6:38 AM, David E DeMarle wrote: > No. > > To write plugins, you need the source code. You also need the intermediate > compilation files. To get

Re: [Paraview] [Bug] Display of multiple selection labels

2009-09-01 Thread Utkarsh Ayachit
That sounds like a bug. I've added a bug report: http://paraview.org/Bug/view.php?id=9472 Thanks, Utkarsh On Tue, Sep 1, 2009 at 12:59 AM, Mengda Wu wrote: > Hi all, > >    I found a bug of display of multiple selection labels (either for cell or > point). If you select multiple selection with h

Re: [Paraview] [PV-3.6.1] Problem compiling with Python in linux x86_64

2009-09-01 Thread Renato Elias
Hi Alan, it seems that CMake is correctly picking up my compiled version of Python and bypassing the system version. The following lines were copied from CMakeCache.txt file: //Path to a program. PYTHON_EXECUTABLE:FILEPATH=/sw/shared/x86_64/Python/2.6.2/bin/python2.6 //Path to a file. PYTHON_IN

Re: [Paraview] [PV-3.6.1] Problem compiling with Python in linux x86_64

2009-09-01 Thread pat marion
Hi Renato, You can type 'make VERBOSE=1'. You need to build python shared so that the PYTHON_LIBRARY points to libpython2.6.so. Pat On Tue, Sep 1, 2009 at 10:08 AM, Renato Elias wrote: > Hi Alan, > > it seems that CMake is correctly picking up my compiled version of Python > and bypassing the s

Re: [Paraview] [PV-3.6.1] Problem compiling with Python in linux x86_64

2009-09-01 Thread Jean M. Favre
Renato Elias wrote: > > Moreover, how can I force the make process to be more verbose? make VERBOSE=1 :-) ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messa

Re: [Paraview] [PV-3.6.1] Problem compiling with Python in linux x86_64

2009-09-01 Thread Renato Elias
so obvious :-P (ashamed) Now I have a true error message: Linking CXX shared library ../../../bin/libvtkPVPythonInterpretor.so cd /home/nacad/rnelias/kitware/ParaView-3.6-1-build/Utilities/VTKPythonWrapping/Executable && /sw/shared/x86_64/cmake/2.6.4/bin/cmake -E cmake_link_script CMakeFiles/vtk

[Paraview] Ensight Reader: Invalid number of unstructured points read; check that ByteOrder is set correctly

2009-09-01 Thread bastil2...@yahoo.de
Hi all, I get this error when reading in a (large) Ensight binary case that can be read by Ensight. ens_checker also reports no errors. The problem is reported from line 2502 from vkEnSightGoldBinaryReader.cxx (revision 1.83). It seems that Ensight Cases can be ok even if this check fails I

Re: [Paraview] Ensight Reader: Invalid number of unstructured points read; check that ByteOrder is set correctly

2009-09-01 Thread Renato Elias
Are you writting your files from Fortran codes using unformatted "binaries"? Renato. On Tue, Sep 1, 2009 at 2:50 PM, bastil2...@yahoo.de wrote: > Hi all, > > I get this error when reading in a (large) Ensight binary case that can > be read by Ensight. ens_checker also reports no errors. > > The

Re: [Paraview] Ensight Reader: Invalid number of unstructured points read; check that ByteOrder is set correctly

2009-09-01 Thread Zhanping Liu
Hi BastiL: As you know, Line #2502 (see below) is used to check whether or not the (total) number of points is valid in relation to the file size. I feel that this is a reasonable as well as necessary check. A valid EnSight file is supposed to pass this check. Is your Ensight dataset divided in

Re: [Paraview] Ensight Reader: Invalid number of unstructured points read; check that ByteOrder is set correctly

2009-09-01 Thread bastil2...@yahoo.de
Hi Zhanping, I don't really understand what you mean by "divided into multiple files"? It is an export from the FLUENT CFD code and it consists of an case, geo and several scalar files. What can I do to support you further finding the problem? Regards BastiL Zhanping Liu schrieb: > Hi BastiL: >