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

[General] Paraview parallel on two workstations

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 4, 2014, 17:31
Default Paraview parallel on two workstations
  #1
New Member
 
Join Date: Feb 2014
Posts: 1
Rep Power: 0
Sloy is on a distinguished road
Hello Community,

At the moment I am evaluating to buy a post processing workstation for RANS cases of up to (not always) 40-50 million cells. At the moment I have two options, buying one workstation with a 4820K and 64GB of ram or buying two workstations with a 4820K and 32GB each.

I did some small research and saw that it is possible to run Paraview in server/client mode. But it appears to be that the server and the client cannot be the same computer. So is it possible to run paraview in parallel on two workstations at the same time where one workstation is just one "server node" and the second workstation is a "sever node" and a "client"?

Is this sever/client mode only working for GPU rendering or is it also possible to spread the case across the two memories of workstations?

Regards

Sloy
Sloy is offline   Reply With Quote

Old   March 6, 2014, 16:41
Default
  #2
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,975
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Greetings Sloy and welcome to the forum!

ParaView is able to do whatever you need to do, in the sense that you can place the server applications running wherever you want, as long as all of them have access to the necessary data on disk or shared folder. For a lot of information on this topic, read this page: http://paraview.org/Wiki/Setting_up_a_ParaView_Server

In summary: You can easily run the server applications (to act like a single server) like this:
Code:
mpirun -np 8 --hostfile machines.txt ./pvserver
Where the file "machines.txt" would define the list of machines and number of cores to assign to each machine.

As for the client application, it can be wherever you want it to be. It's only that the client-server structure that was implemented in ParaView was developed for having the client in a separate machine. This is likelly related to this: you might only want 1 server application per machine (where the 2 would be working together), depending on the data to be open and in order to at least reserve some CPU power for the client application in the main machine. Otherwise, you'll have the client and the server fighting for CPU power on the main machine.

The downside of this strategy is that you must open data that is already decomposed and/or with a parallel-ready reader, so that you can take advantage of the 32GB on each machine. Otherwise, you'll still be limited to only 32GB in total.

Best regards,
Bruno
wyldckat 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
[OpenFOAM] Questions about Paraview to show Parallel run of OpenFOAM padian ParaView 20 September 24, 2018 12:52
[OpenFOAM.org] Two different versions of ParaView with same OpenFOAM release FJSJ OpenFOAM Installation 2 July 23, 2017 05:48
Star-CD with ParaView usker STAR-CD 3 December 9, 2015 14:20
Running in parallel Djub OpenFOAM Running, Solving & CFD 3 January 24, 2013 16:01
[OpenFOAM] Paraview in Prallel (server-client) prapanj ParaView 11 September 24, 2010 07:12


All times are GMT -4. The time now is 03:50.