[Paraview] Suppress Error Printout

2017-07-27 Thread Steytler, Louis Louw
Hi All, Is it possible to suppress the printing of errors when using pvpython? I am getting this error: ERROR: In /projects/pvdev/common/pv-source/v4.3.1/VTK/Common/DataModel/vtkTriQuadraticHexahedron.cxx, line 231 vtkTriQuadraticHexahedron (0x294372c0): Newton did not converged, iteration 10

Re: [Paraview] Paraview Catalyst offscreen rendering

2017-07-27 Thread Andy Bauer
I think what you're missing is -DVTK_USE_X=OFF and probably -DVTK_USE_OFFSCREEN=ON. If that doesn't work, please send your CMakeCache.txt from your build directory. On Thu, Jul 27, 2017 at 5:48 AM, Lukáš Kresta wrote: > it was build with easybuild with these parametrs: >

[Paraview] ParaView 5.4.1-RC2 available for download

2017-07-27 Thread Cory Quammen
On behalf of the ParaView development team, I am happy to announce that ParaView 5.4.1-RC2 is available for download. Binaries and source code are available from www.paraview.org/download Note that ParaView 5.4.1-RC1 had a critical bug that was identified and resolved internally before binaries

Re: [Paraview] MPI on multiple nodes

2017-07-27 Thread Mariam
Thanks for your reply Chuck. I am using Microsoft MPI which I believe it has MPICH basis. I created a small LAN network for testing, both running Windows 10, and ParaView is installed on the same path, firewall is turned off. I was running MPIEXEC manually from one of the machines using

Re: [Paraview] Unable to build paraview in ubuntu

2017-07-27 Thread Shawn Waldon
Hi Jose, Please keep the list in the conversation so that others can chime in too (and/or find the solution in the future). I'm not sure why pvpython is even linking to Qt. As far as I know it shouldn't be. If you want to re-send your error to the list, someone may be able to help. HTH, Shawn

Re: [Paraview] MPI on multiple nodes

2017-07-27 Thread Chuck Atkins
Hi Mariam, Patrick, > Yesterday, I tried the syntax you provided me, but it didn't work. > ... > I'm sorry but the syntax you want to use doesn't work on my servers. > > ... > The correct syntax to run on multiple hosts is > > ... > I think the syntax for mpiexec is: > > The syntax for

Re: [Paraview] Unable to build paraview in ubuntu

2017-07-27 Thread Shawn Waldon
Hi Jose, The real error is higher up in your build log, that is just make's output that something failed. It looks like the pvpython executable failed to link, so you need to scroll back and look for the link error. HTH, Shawn On Thu, Jul 27, 2017 at 8:51 AM, José Luis López López <

[Paraview] Unable to build paraview in ubuntu

2017-07-27 Thread José Luis López López
Hi! Guys, this error was found before, do you remember how to solve it? I am building ParaView with CMake and I need to start a trace, but pvpython does not work collect2: error: ld returned 1 exit status CommandLineExecutables/CMakeFiles/pvpython.dir/build.make:128: recipe for target

Re: [Paraview] Paraview Catalyst offscreen rendering

2017-07-27 Thread Lukáš Kresta
it was build with easybuild with these parametrs: cmake /apps/easybuild/build/ParaView/5.4.0/intel-2017a-mpi-OSPRay/ParaView-v5.4.0/ -DCMAKE_INSTALL_PREFIX=/apps/all/ParaView/5.4.0-intel-2017a-mpi-OSPRay -DCMAKE_C_COMPILER='mpiicc' -DCMAKE_Fortran_FLAGS='-O2 -xHost -ftz -fp-speculation=safe

Re: [Paraview] MPI on multiple nodes

2017-07-27 Thread Mariam Bahameish
Yesterday, I tried the syntax you provided me, but it didn't work. So I am thinking if there is anything that I should preconfigure. Are you using it with reverse connection? Thanks, Sent from my iPhone > On Jul 27, 2017, at 8:07 AM, Patrick Begou > wrote:

Re: [Paraview] MPI on multiple nodes

2017-07-27 Thread Patrick Begou
I'm sorry but the syntax you want to use doesn't work on my servers. So I cannot help. With the one I suggest I'm running 360 pvserver processes this morning to visualize a large dataset on a cluster. May be you should try it. Patrick Mariam wrote: Thanks for your reply. The correct syntax