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

2011-04-25 Thread pratik
On Tuesday 26 April 2011 07:54 AM, George Zagaris wrote: Hi Pratik, I am not sure if this will resolve your issue but, on some system configurations you have to link MPI with your executable using -lmpi instead of calling the mpicxx wrapper. Regards, George On Mon, Apr 25, 2011 at 9:54 PM, wr

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

2011-04-25 Thread George Zagaris
Hi Pratik, I am not sure if this will resolve your issue but, on some system configurations you have to link MPI with your executable using -lmpi instead of calling the mpicxx wrapper. Regards, George On Mon, Apr 25, 2011 at 9:54 PM, wrote: > Send ParaView mailing list submissions to >        

Re: [Paraview] VisIt Database Bridge - Custom Plugin of VisIt Reader

2011-04-25 Thread Simon Su
Hi Robert, I changed my CMakeLists.txt file to +++ PROJECT(VisItReaderGFDL) cmake_minimum_required(VERSION 2.8) FIND_PACKAGE(ParaView REQUIRED) INCLUDE(${PARAVIEW_USE_FILE}) SET(SOURCES avtCM24FileFormat.h avtCM24FileFormat.C NETCDFFileObject.h NETCDFFileObj

Re: [Paraview] Help with using the vtk c++ interface for writing xml paraview files

2011-04-25 Thread Utkarsh Ayachit
Based on your data type you can pick the class for the writer and then look at examples on the doxygen pages. e.g for writing polydata, you use vtkXMLPolyDataWriter. The examples are: http://vtk.org/doc/nightly/html/c2_vtk_e_9.html#c2_vtk_e_vtkXMLPolyDataWriter Utkarsh On Mon, Apr 25, 2011 at 2

Re: [Paraview] Help with using the vtk c++ interface for writing xml paraview files

2011-04-25 Thread ali rostai
Thank you, excuse me, forgot to cc mail for paraview list, too. I want to find some examples of how to use vtkXMLWriters. Regards, Ali On Mon, Apr 25, 2011 at 8:49 AM, Utkarsh Ayachit < utkarsh.ayac...@kitware.com> wrote: > Ali, > > http://www.vtk.org/VTK/img/file-formats.pdf desribes the VTK f

Re: [Paraview] Help with using the vtk c++ interface for writing xml paraview files

2011-04-25 Thread Utkarsh Ayachit
Ali, http://www.vtk.org/VTK/img/file-formats.pdf desribes the VTK file formats. It also provides an overview of the VTK data structures. Additional information about the VTK data model can be found on http://www.paraview.org/Wiki/ParaView/Users_Guide/Table_Of_Contents (sepecifically http://www.par

Re: [Paraview] Updating DataArraySelection Problem

2011-04-25 Thread Utkarsh Ayachit
Brian, The problem is the state of the "lbSelection" property. ParaView will never clear the values in the property. The problem arises because ParaView GUI assumes that such selection lists never changed. It won't be too hard to fix, but would take some time. ParaView provides another mechanism

Re: [Paraview] VisIt Database Bridge - Custom Plugin of VisIt Reader

2011-04-25 Thread Simon Su
Hi Robert, I will give it a try. thanks -simon On Mon, Apr 18, 2011 at 9:26 AM, Robert Maynard wrote: > Hi Simon, > > I have attached an example CMakeLists.txt that support external library > linking and include directories. Since you are linking to a static build of > HDF5 you will need to man

Re: [Paraview] Paraview v3.10.1/0 segmentation fault with MPI and MESA support on.

2011-04-25 Thread Kevin H. Hobbs
On 04/20/2011 11:42 AM, Albina, Frank wrote: > > > I think I should be able to fix the issue by building correctly the > MESA libs for my purpose then. > Have you succeeded? signature.asc Description: OpenPGP digital signature ___ Powered by www.ki

Re: [Paraview] plugin error

2011-04-25 Thread Utkarsh Ayachit
Have you looked at my response on 4/10/2011? http://markmail.org/thread/jvln3iyiaibvz3kj If the instructions are not clear, please follow up on the thread rather than simply posting the same question again. Please avoid reposting the same queries to the mailing list. Utkarsh On Sun, Apr 24, 2011