|
[Sponsors] |
[General] Paraview script executed by SGE grid engine |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
December 10, 2015, 11:22 |
Paraview script executed by SGE grid engine
|
#1 |
New Member
anonymous
Join Date: Dec 2015
Posts: 2
Rep Power: 0 |
Hello,
I have many .vtk files containing a surface each. For each surface I want a picture in .png. For each file I create a python script that extracts the .png file. When I make a loop and run all scripts after each other, I get all my pictures. When I submit all these scripts in the SGE queueing system, 95% of the .png are correct while about 5% are wrong, missing a part of the surface, or other random problems. I need to launch them in the queueing system to speed up the process (about 32 times faster). I have tried to replace the "pvpython" by "pvbatch --use-offscreen-rendering". Then the quality is right. However, now the graphical part is not done by the graphical card anymore and is done by 1 single core (for all processes running at the same time) giving poor performance. Does anyone have an idea why the output of pvpython is randomly wrong ? Or how can I solve my performance problem ? Thanks in advance ! |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
CFX integration with Sun Grid Engine | mausmi | CFX | 2 | February 4, 2016 17:30 |
Sun Grid Engine | grtabor | OpenFOAM Running, Solving & CFD | 28 | August 22, 2012 10:27 |
Grid Engine OpenFOAM15dev and OpenMPI124 | tian | OpenFOAM Installation | 11 | February 26, 2009 11:43 |
Running parallel job using qsub on sun grid engine | nishant_hull | OpenFOAM Running, Solving & CFD | 5 | February 7, 2008 15:52 |
CFX and Sun Grid Engine | David Hargreaves | CFX | 1 | August 26, 2005 00:50 |