[Paraview] problem compiling paraview 3.4.0

2009-01-28 Thread Simon Su
Hello, While compiling parallel version of paraview, I get this error message [ 34%] Built target vtkVolumeRenderingPython Linking CXX shared library ../../bin/libvtkParallel.so /usr/bin/ld: skipping incompatible /usr/lib/libnuma.so when searching for -lnuma /usr/bin/ld: cannot find -lnuma collect

Re: [Paraview] problem compiling paraview 3.4.0

2009-02-04 Thread Simon Su
and -m64. > > > > > Berk Geveci wrote: > >> This numa library somehow is being picked up as something to be linked >> against. I did not hear of this library before. Can you search for it >> in you CMakeCache.txt? >> >> On Wed, Jan 28, 2009 at 4:05 PM,

Re: [Paraview] Paraview in Cave (Integration with VRJuggler)

2010-03-03 Thread Simon Su
Nikhil, Please let me know when you are ready to put up the project. Thanks, Simon On Wed, Mar 3, 2010 at 4:08 AM, nikhil shetty wrote: > Hi Berk, > > As promised, I am sending the first snapshots of Paraview/VRJuggler > Integration running on the stereo projected wall here in Create > Lab

[Paraview] Plotting an isosurface at two different density values from a standard gaussian CUBE file

2010-04-08 Thread Simon Su
Hi All, I am very new to CUBE data format. If I have a standard gaussian cube file which contains information of lattices, position of atoms and a spin-density. How can I plot iso surfaces at density value =0.008 and -0.008? Thank you, Simon ___ Powered

Re: [Paraview] Plotting an isosurface at two different density values from a standard gaussian CUBE file

2010-04-08 Thread Simon Su
me through? other than bugging you for it? Thanks, Simon On Thu, Apr 8, 2010 at 11:10 AM, Marcus D. Hanwell < marcus.hanw...@kitware.com> wrote: > On Thu, Apr 8, 2010 at 10:23 AM, Simon Su wrote: > >> Hi All, >> >> I am very new to CUBE data format. If I have

[Paraview] loading nc formatted data

2011-03-17 Thread Simon Su
Hi All, ftp://ftp.gfdl.noaa.gov/pub/sms/4ParaView/1.png ftp://ftp.gfdl.noaa.gov/pub/sms/4ParaView/2.png ftp://ftp.gfdl.noaa.gov/pub/sms/4ParaView/3.png the above are screen shot from older version of *.nc files that I have that I loaded up with Paraview 3.10.0 64-bit which I compiled myself. As y

Re: [Paraview] loading nc formatted data

2011-03-18 Thread Simon Su
aders? If so, where can the code be found? thanks -simon On Fri, Mar 18, 2011 at 10:30 AM, Andy Bauer wrote: > Hi Simon, > > Replies below... > > On Thu, Mar 17, 2011 at 12:41 PM, Simon Su wrote: > >> Hi All, >> >> ftp://ftp.gfdl.noaa.gov/pub/sms/4ParaView/1

Re: [Paraview] loading nc formatted data

2011-03-21 Thread Simon Su
;hb=HEAD > > > -Ken > >**** Kenneth Moreland > *** Sandia National Laboratories > *** > *** *** *** email: *kmo...@sandia.gov > *** *** ** phone: (505) 844-8919 > *** web: *http://www.cs.unm.edu/~kmorel* > > From: Simon Su

Re: [Paraview] loading nc formatted data

2011-03-22 Thread Simon Su
National Laboratories > *** > *** *** *** email: kmo...@sandia.gov > ** *** ** phone: (505) 844-8919 > *** web: http://www.cs.unm.edu/~kmorel > > From: Simon Su > Date: Mon, 21 Mar 2011 15:19:24 -0400 > To: Kenneth Moreland > Cc: Andy Bau

Re: [Paraview] loading nc formatted data

2011-03-22 Thread Simon Su
took the format for boundary variables for > coordinate variables. > > -Ken > > Kenneth Moreland > *** Sandia National Laboratories > *** > *** *** *** email: kmo...@sandia.gov > ** *** ** phone: (505) 844-8919 > *** web: http://www.cs.unm

Re: [Paraview] loading nc formatted data

2011-03-24 Thread Simon Su
y > > > On Tue, Mar 22, 2011 at 3:07 PM, Simon Su wrote: > >> Hi Ken, >> >> This is great. I will work with the scientific programming team that came >> up with the file to see if we can go anywhere with it. Thank you so much >> for taking the time to look i

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

2011-04-08 Thread Simon Su
Hi there, I have silo plugin working and now I would like to try out adding my own VisIt database plugin to ParaView. http://www.cmake.org/Wiki/VisIt_Database_Bridge mentioned how to write the CMakeLists.txt file but where do I need to place the files ( CMakeLists.txt, and avtMyReaderFileFormat.C)

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

2011-04-11 Thread Simon Su
directory. After that you will need to set ParaView_DIR to your > ParaView build directory. > > I would also look over: http://www.paraview.org/Wiki/Plugin_HowTo for > my information on building plugins. > > On Fri, Apr 8, 2011 at 5:12 PM, Simon Su wrote: > > Hi there, &

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

2011-04-11 Thread Simon Su
g your avt > file to its original content, adding all the files listed in the Files > components="M" xml block to your SOURCES list, and adding the plugin build > folder to your LD_LIBRARY_PATH. > > Also would you be able to send me the contents of the vt

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

2011-04-25 Thread Simon Su
ou will need to manually add each library > to VISIT_PLUGIN_EXTERNAL_LIBS separated by semicolons. > > > On Mon, Apr 11, 2011 at 5:19 PM, Simon Su wrote: > >> Hi Robert, >> >> It worked. adding the other file listed under my Files components="M" xml >&g

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

2011-04-25 Thread Simon Su
e string netcdf doesn't even show up in the make-out file. am I missing something? I only have static library for netcdf, is that the problem? thank you -simon On Mon, Apr 25, 2011 at 11:12 AM, Simon Su wrote: > Hi Robert, > > I will give it a try. > > thanks > -simon &g

Re: [Paraview] ParaView-3.12.0-Win64-x86.exe for Win32?

2011-11-14 Thread Simon Su
Hi All, along the same 64bit topic, I was trying to compile the 64bit version on window7 with vs2010 but unsuccessful. I compiled qt using VS x86 Win64 command prompt on machine with 64bit windows 7 installed. Not sure if I got the 64 bit version out of it. Then I use it to compile ParaView 64 bit

Re: [Paraview] ParaView-3.12.0-Win64-x86.exe for Win32?

2011-11-14 Thread Simon Su
ect DLLs are being loaded. > > Utkarsh > > On Mon, Nov 14, 2011 at 12:13 PM, Simon Su > wrote: > > Hi All, > > > > along the same 64bit topic, I was trying to compile the 64bit version on > > window7 with vs2010 but unsuccessful. I compiled qt using VS x86 Win

Re: [Paraview] ParaView-3.12.0-Win64-x86.exe for Win32?

2011-11-14 Thread Simon Su
, Utkarsh Ayachit < utkarsh.ayac...@kitware.com> wrote: > Nope, it will not. > > Utkarsh > > On Mon, Nov 14, 2011 at 3:55 PM, Simon Su wrote: > > Utkarsh, > > > > If the qt is 32bit, will it work if I use it to compile a 64bit version > of > > ParaView?

Re: [Paraview] ParaView-3.12.0-Win64-x86.exe for Win32?

2011-11-14 Thread Simon Su
x27;t care about compiling qt too much. thanks -simon On Mon, Nov 14, 2011 at 4:15 PM, Aashish Chaudhary < aashish.chaudh...@kitware.com> wrote: > is this helpful? > http://developer.qt.nokia.com/wiki/How_to_build_64bit_Qt_for_windows > > On Mon, Nov 14, 2011 at 4:09 PM, Simon

Re: [Paraview] ParaView-3.12.0-Win64-x86.exe for Win32?

2011-11-15 Thread Simon Su
e( "Building for 64 bit") > } > > or just start "/bin/designer.exe, and open up the process > view in Task manager to see if designer.exe is 64bit. > > I think your build could be 64 bit, and the crashing may be caused by > something else. > > Yumin > > On Mon,

[Paraview] Read LAS format LiDAR data

2012-05-11 Thread Simon Su
Hello, can ParaView read LAS data format? or any other x y z intensity format data? thanks -simon ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-top