Re: [Paraview] Catalyst question

2014-10-17 Thread Biddiscombe, John A.
Andy I'll be at SC14 and I'd be interested in seeing your demo. Are the details of when and where ready yet? At the CSCS booth, we will have a display of the simulation running on our cray. Hopefully it’ll be running on and off for a significant part of the week and we wanted to display the

[Paraview] ParaView Superbuild - changing default Paraciew cmake option

2014-10-17 Thread Su, Simon M CTR USARMY ARL (US)
Hello, We would like to use the xdmf3 exporter in ParaView. Dave mentioned to add in the cmake flags to ParaView -DModule_vtkIOXdmf3:BOOL=ON -DBoost_NO_BOOST_CMAKE:BOOL=ON But for the superbuild process cmake -DCMAKE_INSTALL_PREFIX:PATH=${HOME}/pv-test/${version}_osmesa

[Paraview] Paraview keep crahsing on windows 7

2014-10-17 Thread Saif
Hi, I am using paraview the portable version on windows 7 (64 bit), I used it for more than two month but suddenly windows give this message (paraview.exe has stopped working) I tried to install older and newer version of the program but the same results or it works for one time an crash after

Re: [Paraview] ParaView Superbuild - changing default Paraciew cmake option

2014-10-17 Thread Ben Boeckel
On Fri, Oct 17, 2014 at 15:18:00 +, Su, Simon M CTR USARMY ARL (US) wrote: CMake Warning: Manually-specified variables were not used by the project: Boost_NO_BOOST_CMAKE Module_vtkIOXdmf3 How do I go around that? The options need to be passed to the ParaView build itself,

Re: [Paraview] [EXTERNAL] Paraview keep crahsing on windows 7

2014-10-17 Thread Scott, W Alan
Try deleting your configuration files? I would be surprised if this is the issue, since you tried multiple versions. http://www.paraview.org/Wiki/ParaView_Settings_Files. Only other thing I can think of is you have a corrupt video driver? Alan From: ParaView

Re: [Paraview] ParaView Superbuild - changing default Paraciew cmake option

2014-10-17 Thread Su, Simon M CTR USARMY ARL (US)
Hi Ben, Thanks for your help. How do I pass both arguments to ParaView build with PV_EXTRA_CMAKE_ARGS? When I do -DPV_EXTRA_CMAKE_ARGS separately, cmake didn't like it. -DPV_EXTRA_CMAKE_ARGS=-DModule_vtkIOXdmf3:BOOL=ON -DPV_EXTRA_CMAKE_ARGS=-DBoost_NO_BOOST_CMAKE:BOOL=ON I am getting CMake

Re: [Paraview] ParaView Superbuild - changing default Paraciew cmake option

2014-10-17 Thread Ben Boeckel
On Fri, Oct 17, 2014 at 17:41:58 +, Su, Simon M CTR USARMY ARL (US) wrote: When I do both argument in the same -DPV_EXTRA_CMAKE_ARGS, cmake also didn't like it. -DPV_EXTRA_CMAKE_ARGS=-DModule_vtkIOXdmf3:BOOL=ON -DBoost_NO_BOOST_CMAKE:BOOL=ON I am getting CMake Warning: