[Paraview] Python Annotations

2017-11-07 Thread Quentin d'Avout
Hi All, I’d like to insert the freestream velocity stamp in a Python annotation on one of the animations I’m rendering (transient analysis – U varies throughout the run). I can’t find help on the syntax, specifically on how to insert a variable (U at a point) in the middle of a string of text,

[Paraview] Windows Use 2 GPU

2017-11-07 Thread izmiyati razikin
Hi, I am using Windows 2012r2. I have an Nvidia K2 card on board which has dual GPU. How do I launch mpiexec to use 2 GPU? I have tried running mpiexec -n 4 pvserver -display :0.0 --use-offscreen-rendering : -n 4 pvserver -display :0.1 --use-offscreen-rendering , but it only uses 1 GPU. Th