[Paraview] Error building Superbuild v5.0.0

2016-03-18 Thread David_dev Dev
Hi, After asking help for compile pvserver on our cluster, a user send me links and its config for compile all with superbuild and solve OS dependancies problems I try, but got an error after 30 minutes that i don't understand (not used to compile applications). eader created for /data/build-par

Re: [Paraview] Error building Superbuild v5.0.0

2016-03-18 Thread David_dev Dev
news : modify option with : - DUSE_SYSTEM_qt4:BOLL=OFF \ + install libXext-devel.x86_64 0:1.3.2-2.1.el6 (via yum) --> make -j 6 still guive the warning and goes "-j1", but continue ! 2016-03-17 16:31 GMT+01:00 David_dev Dev : > Hi, > > After asking help for compile pvserver on our cluster, a u

Re: [Paraview] Error building Superbuild v5.0.0

2016-03-19 Thread David_dev Dev
i continue until the next error : CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:108 (message): Could NOT find OpenGL (missing: OPENGL_gl_LIBRARY OPENGL_INCLUDE_DIR) Call Stack (most recent call first): /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:31

Re: [Paraview] Error building Superbuild v5.0.0

2016-03-19 Thread David_dev Dev
Next tomorrow, end of day for me. 2016-03-17 17:29 GMT+01:00 David_dev Dev : > i continue until the next error : > CMake Error at > /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:108 (message): > Could NOT find OpenGL (missing: OPENGL_gl_LIBRARY OPENGL_INCLUDE_DIR) > Call Stack (m

Re: [Paraview] Error building Superbuild v5.0.0

2016-03-21 Thread David_dev Dev
Hello all, The compilation is done ! I'd need to restart it many times, not sur it's good then (not try to restart all from the beginning) Now the test ... bad : i go in the subfolder install/bin and find a whole binary pack "ready", cool. I can launch pvserver (standalone,1core) and paraview +

Re: [Paraview] Error building Superbuild v5.0.0

2016-03-21 Thread Utkarsh Ayachit
> xxx@xxx:/data/build-paraview/install/bin$ ./mpirun -np 6 pvserver & > [1] 23099 > [proxy:0:0@chalo-fl] HYDU_create_process (./utils/launch/launch.c:69): execvp > error on file pvserver (No such file or directory) Try running it as: > ./mpirun -np 6 ./pvserver Utkarsh _

Re: [Paraview] Error building Superbuild v5.0.0

2016-03-21 Thread David_dev Dev
lol simple ... and better :) i call the user to make a test. for info, i need to run the pvserver in mpi, + paraview cient to connect on it. but is there another component to launch (a renderer or like ?) 2016-03-21 14:07 GMT+01:00 Utkarsh Ayachit : > > xxx@xxx:/data/build-paraview/install/bin$

Re: [Paraview] Error building Superbuild v5.0.0

2016-03-21 Thread Utkarsh Ayachit
> for info, i need to run the pvserver in mpi, + paraview cient to connect on > it. but is there another component to launch (a renderer or like ?) Nope, that's all you need. Check out the first chapter of the ParaView GUide. It gives a quick overview of the executables involved and how they play