Kitware / visualizer

The ParaViewWeb Visualizer application which can be used standalone or as a component within another web context.
https://kitware.github.io/visualizer/
BSD 3-Clause "New" or "Revised" License
115 stars 28 forks source link

mpirun paraview with Visulizer #91

Closed ssmns closed 4 years ago

ssmns commented 4 years ago

I can't see any option to set thread for running with mpirun/mpiexec how can set my thread numbers for post processing with paraview in web

jourdain commented 4 years ago

You just need to run pvbatch rather than pvpython.

mpirun -n 4 /.../pvbatch ./server/pvw-visualizer.py --data ~/ --port 1234 --content ./www

ssmns commented 4 years ago

jourdain comments can help to use mpi run also i use below coomand :

$PARAVIEWPATH/bin/mpiexec -n 4 $PARAVIEWPATH/bin/pvbatch $PARAVIEWPATH/share/paraview-5.8/web/visualizer/server/pvw-visualizer.py --data /home/dcim/ssmns/salam  --port 8081 --content $PARAVIEWPATH/share/paraview-5.8/web/visualizer/www