CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Visualization & Post-Processing Software > ParaView

[OpenFOAM] Unable to run pvserver in parallel

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 17, 2010, 12:17
Default Unable to run pvserver in parallel
  #1
New Member
 
Join Date: May 2010
Posts: 6
Rep Power: 15
md_lieber is on a distinguished road
Has anybody had any success running a parallel instance of pvserver as it is included with FOAM 1.7? I compiled FOAM and ParaFoam from the git repository (1.7.x) and everything works as expected except for pvserver.

I should be able to execute "mpirun -np 8 pvserver" to start a ParaView server on a single computer with multiple CPUs (8). When I do that, however, I get 8 lines, the first of which indicates the pvserver has been started:

Listen on port: 11111
Waiting for client.....

But the following 7 lines repeat:

Listen on port: 11111
ERROR: In /home/user/OpenFOAM/ThirdParty-1.7.x/paraview-3.8.0/Servers/Common/vtkProcessModuleConnectionmanager.cxx, line 191
vtkProcessModuleConnectionManager : Failed to set up server socket.

I've found sources online that tell me that exact error message is produced when the port chosen (11111) is being used by another program. So "mpirun -np 8 pvserver" is actually launching 8 instances of pvserver, the first of which successfully grabs port 11111 and the last 7 which spit out errors because port 11111 has already been taken by the first instance.

Has anybody seen behavior like this before, and/or does anybody have any suggestion on how I could fix it? Is there anything special that needs to be done to enable MPI during paraFoam compilation? THANKS!!
md_lieber is offline   Reply With Quote

Old   August 17, 2010, 19:59
Default
  #2
Super Moderator
 
Takuya OSHIMA
Join Date: Mar 2009
Location: Niigata City, Japan
Posts: 518
Blog Entries: 1
Rep Power: 20
7islands is on a distinguished road
Hi md_lieber,
It's because the ParaView was not compiled with MPI support. Try compiling ParaView by yourself with MPI support. Also, PV3FoamReader is not compatible with client/server mode of ParaView. Try the builtin reader of ParaView 3.8 instead (create a stub file with .foam extension under your case directory and open it from ParaView).

Additionally, you might take a look at another thread that deals with the same topic.

T
7islands is offline   Reply With Quote

Old   August 18, 2010, 00:00
Default
  #3
New Member
 
Join Date: May 2010
Posts: 6
Rep Power: 15
md_lieber is on a distinguished road
Brilliant find; my apologies for missing something so obvious already on the forums. I'm going to go read up and look into recompiling ParaView.

Thank you!
md_lieber is offline   Reply With Quote

Old   November 18, 2010, 07:12
Default
  #4
Member
 
José Rodrigues
Join Date: Jun 2010
Location: IN+/IST Lisbon
Posts: 53
Rep Power: 15
jose_rodrig is on a distinguished road
Hi,

I am having the exact same problem.

1. Did the recompilation with MPI worked out for you?

2. And after starting the servers, how should i proceed to read a OpenFOAM Case file?

THX
jose_rodrig is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
The problem when i use parallel computation for mesh deforming. Hiroaki Sumikawa OpenFOAM Running, Solving & CFD 0 November 20, 2018 02:58
unable to run in parallel with OpenFOAM 2.2 on CentOS einatlev OpenFOAM Running, Solving & CFD 9 June 26, 2014 00:24
Can not run OpenFOAM in parallel in clusters, help! ripperjack OpenFOAM Running, Solving & CFD 5 May 6, 2014 15:25
parallel Grief: BoundaryFields ok in single CPU but NOT in Parallel JR22 OpenFOAM Running, Solving & CFD 2 April 19, 2013 16:49
[Commercial meshers] ST_Malloc: out of memory.malloc_storage: unable to malloc Velocity SA, cfdproject OpenFOAM Meshing & Mesh Conversion 0 April 14, 2009 15:45


All times are GMT -4. The time now is 01:25.