[Paraview] Running Paraview as a batch job

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Thu Nov 1 09:41:40 EDT 2007


Hi Luis,

ParaView server can be run in a mode where a group of processes are 
treated as "dataserver" while another group is treated as 
"renderserver". The dataserver does not perform any rendering and can be 
on those machines that don't have X. renderserver needs X or 
alternatively can be built with OSMesa in which case it does not need X.

To run in render server mode do the following

$ ./pvdataserver
$ ./pvrenderserver
$ ./paraview
Make sure that in the "Configure New Server" dialog when adding a new 
server connection to choose the "Client/Data Server/Render server" option.

As far as using CPU as GPU, I am guessing you are looking for software 
rendering. In that case build paraview with Mesa.

Utkarsh


Luis martins wrote:
> Hi!
> 
> I'm using Condor to create an internal network between the different 
> work stations, and I would like to know if it's possible to launch 
> Paraview as a batch job, and if so, does the program need to have the  X 
> server in every computer?
> 
> And, as a follow-up question to a previous post I've made before, can 
> anyone tell how I can use a CPU as a GPU, so that I can parallelize the
> rendering process in a multi core computer?
> 
> Greetings
> Luís Martins
> _______________________________________________
> ParaView mailing list
> ParaView at paraview.org
> http://www.paraview.org/mailman/listinfo/paraview
> 


More information about the ParaView mailing list