Hi Andy, Thanks for your kindly help. I am little bit desperate about testing Catalyst and i could not find detailed documentation about it. If i run it without any error, i will share my experience along with step by step guide as a reference for everyone.
Anyway, as i told before, i testes two different system (MacOS and Centos) to make it run but i failed. As you suggest, i run the pvserver in parallel mode (under Centos) using following command, mpirun -np 2 pvserver --server-port=22222 and i opened Paraview (installed from source) and tried to connect to the server. In this case, i am getting following error in server ERROR: In /opt/progs/paraview-4.3.1/src/VTK/Common/System/vtkSocket.cxx, line 572 vtkClientSocket (0x2ee2d90): Socket error in call to send. Broken pipe. -------------------------------------------------------------------------- mpirun noticed that process rank 0 with PID 4557 on node epsilon-lnx exited on signal 11 (Segmentation fault). -------------------------------------------------------------------------- If i use prebuild version of Paraview, i could connect to server without any error. Then, i also use Catalyst menu to connect to the server too. After that i run the example code as follows, mpirun -np 2 ./CFullExample2 SampleScripts/feslicescript.py in this case, i modified the SampleScripts/feslicescript.py Python script coprocessor.EnableLiveVisualization(True, 1) to enable live visualization and i also change the port from 11111 to 22222. The server gives following error as before and exit ERROR: In /opt/progs/paraview-4.3.1/src/VTK/Common/System/vtkSocket.cxx, line 572 vtkClientSocket (0x26acd90): Socket error in call to send. Broken pipe. but code is working and produce the output. Do you have any idea what is going on there? I am open to any suggestion. Regards, --ufuk > Hi, > > It's tough to diagnose what's going on with the Catalyst examples. Can you > try running pvbatch or pvserver in parallel? My guess is that could be the > issue. Another possibility is confusion between header files. I don't > regularly build on Macs so I don't have much experience there. I do know > that the Catalyst examples are built on several architectures for testing. > I hope to get a dashboard up in the near future to test this out better. > > Regards, > Andy > > > > On Thu, Apr 30, 2015 at 9:21 AM, Ufuk Utku Turuncoglu (BE) < > [email protected]> wrote: > >> Hi, >> >> I would like to run Catalyst examples but i failed in following >> attempts: >> >> *1 - MacOS 10.10.2 + **Enthought **Canopy_64bit 1.4.1.1995 + OpenMPI** >> 1.8.4 + Paraview 4.3.1 source* >> >> When i trying to install Paraview 4.3.1, i am getting error related with >> qsqlite library after compiling %99 of the source. There are some >> discussion in the net but it does not solve the problem. >> >> *2 - Centos 7.0 + output of package Python 2.7.5 + OpenMPI **1.8.4 + >> **Paraview >> 4.3.1 (installed under VirtualBox)* >> >> It gives following error when i try to run the Catalyst examples. In >> this >> case, both Paraview and Catalyst examples are compiled without any >> problem >> >> ERROR: In >> /opt/progs/paraview-4.3.1/src/VTK/Parallel/Core/vtkSocketCommunicator.cxx, >> line 812 >> vtkSocketCommunicator (0x13a6090): Could not receive tag. 1 >> >> when i try to use pre-compiled Paraview, then i am getting following >> error. >> >> ERROR: In >> /home/kitware/Dashboards/MyTests/NightlyMaster/ParaViewSuperbuild-Release/paraview/src/paraview/VTK/Common/System/vtkSocket.cxx, >> line 572 >> vtkClientSocket (0x1deeb20): Socket error in call to send. Broken pipe. >> >> At this point, i just wonder about the details of work environment that >> runs Catalyst examples (found in Git repository) without any problem. >> Which >> operating system (Fedora, Ubuntu etc.) and version can be used? Which >> Python and Paraview version? Any particular library that will be used in >> the installation? Any success about running Catalyst examples? I just >> want to reproduce the results of the examples and first, i need to setup >> environment for it. Please let me know your experience about it. At this >> stage (with current documentation and information), it is impossible to >> not >> run the examples. >> >> Best Regard, >> >> --ufuk >> >> _______________________________________________ >> Powered by www.kitware.com >> >> Visit other Kitware open-source projects at >> http://www.kitware.com/opensource/opensource.html >> >> Please keep messages on-topic and check the ParaView Wiki at: >> http://paraview.org/Wiki/ParaView >> >> Search the list archives at: http://markmail.org/search/?q=ParaView >> >> Follow this link to subscribe/unsubscribe: >> http://public.kitware.com/mailman/listinfo/paraview >> >> > _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
