[Paraview] mpirun ./pvserver
Deij, Menno
M.Deij at marin.nl
Fri Feb 24 05:27:46 EST 2012
100% CPU is normal/unavoidable, see http://paraview.org/Wiki/Setting_up_a_ParaView_Server#Server_processes_always_have_100.25_CPU_usage
If anyone knows how to NOT get this behavior, I’d like to hear how ☺
Gr.
Menno
[cid:image85c80d.JPG at d253054c.4e8927ea][cid:imageba7c55.JPG at 024766e1.4f80295d]
dr. ir. Menno A. Deij
Software Engineer
Maritime Simulation Group
MARIN
2, Haagsteeg
E M.Deij at marin.nl<mailto:M.Deij at marin.nl> P.O. Box 28 T +31 317 49 39 11
6700 AA Wageningen
T +31 317 49 35 06 The Netherlands I www.marin.nl<http://www.marin.nl>
MARIN news: Succesfull seminar on Natural Propulsion<http://www.marin.nl/web/News/News-items/Succesfull-seminar-on-Natural-Propulsion.htm>
This e-mail may be confidential, privileged and/or protected by copyright. If you are not the intended recipient, you should return it to the sender immediately and delete your copy from your system.
From: paraview-bounces at paraview.org [mailto:paraview-bounces at paraview.org] On Behalf Of Kaster Might
Sent: Friday, February 24, 2012 11:13 AM
To: Utkarsh Ayachit
Cc: paraview at paraview.org
Subject: Re: [Paraview] mpirun ./pvserver
Oh my freaking god :)
After 3 hours of building Qt from sources and then 1 hour for Paraview I finally got pvserver to work. My longest linux software installation challenge so far :)
My only concern is each pvserver consumes 100% of CPU when no clients connected and it's idle. Is it normal? Unfortunately that's not what I expected.
--
Kaster Might
On Feb 23, 2012, at 1:19 PM, Utkarsh Ayachit wrote:
Your Qt is not built with WebKit. Did you build Qt from source as well?
Utkarsh
On Thu, Feb 23, 2012 at 3:13 PM, Kaster Might <kastermight at gmail.com<mailto:kastermight at gmail.com>> wrote:
OK, new version didn't help. So I tried to compile from source, again. After spending another 3 hrs I got this error. I thing that's the error I got last time.
---code start---
Building CXX object Qt/Widgets/CMakeFiles/pqWidgets.dir/pqHelpWindow.cxx.o
~/ParaView-3.14.0-Source/Qt/Widgets/pqHelpWindow.cxx(50): catastrophic error: cannot open source file "QWebPage"
#include <QWebPage>
^
compilation aborted for /home/kaster/Downloads/ParaView-3.14.0-Source/Qt/Widgets/pqHelpWindow.cxx (code 4)
gmake[2]: *** [Qt/Widgets/CMakeFiles/pqWidgets.dir/pqHelpWindow.cxx.o] Error 4
gmake[1]: *** [Qt/Widgets/CMakeFiles/pqWidgets.dir/all] Error 2
gmake: *** [all] Error 2
---code end ---
How can I get that header file, or whatever <QWebPage> is.
Thanks.
--
Kaster Might
On Feb 22, 2012, at 12:27 PM, Utkarsh Ayachit wrote:
There are on http://www.paraview.org/paraview/resources/software.php,
however you have to use mpiexec provided by the package.
Utkarsh
On Wed, Feb 22, 2012 at 1:53 PM, Kaster Might <kastermight at gmail.com<mailto:kastermight at gmail.com>> wrote:
Actually, I didn't build anything, because when I tried it took 3 hours and
threw some error on 89%, so I just gave up and downloaded ready-to-go
version. I believe that's the reason then. Is there any MPI enabled
precompiled distro for linux?
Thanks.
--
Kaster Might
On Feb 22, 2012, at 7:03 AM, Utkarsh Ayachit wrote:
Verify that the paraview is built with mpi enabled (PARAVIEW_USE_MPI
cmake flag must be ON). In most likelihood, it's not.
Utkarsh
On Wed, Feb 22, 2012 at 2:45 AM, Kaster Might <kastermight at gmail.com<mailto:kastermight at gmail.com>> wrote:
Hi all,
I have issues with running parallel pvserver on linux machine. When I try
this `mpirun -np 3 ./pvserver` I get error `vtkServerSocket (0xe09640):
Socket error in call to bind. Address already in use.` for every process but
first. I believe it's because each of `pvserver` processes tries to listen
the same 11111 port at the same time, but I couldn't find how to specify
different ports depending on -np parameter for mpirun. Any help or advice is
appreciated.
Thanks.
--
Kaster Might
_______________________________________________
Powered by www.kitware.com<http://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
Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20120224/b3488adf/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image85c80d.JPG
Type: image/jpeg
Size: 1069 bytes
Desc: image85c80d.JPG
URL: <http://www.paraview.org/pipermail/paraview/attachments/20120224/b3488adf/attachment-0002.jpeg>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: imageba7c55.JPG
Type: image/jpeg
Size: 1622 bytes
Desc: imageba7c55.JPG
URL: <http://www.paraview.org/pipermail/paraview/attachments/20120224/b3488adf/attachment-0003.jpeg>
More information about the ParaView
mailing list