<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Hi Kevin,<br>
    <br>
    ParaView can use  the GPU's and serial rendering performance is
    better with the GPU. Parallel performance is a little harder to pin
    down, since when multiple processes feed the same GPU this creates
    resource contention which when the ratio of processes to GPU's is
    high hurts performance. The performance you see all depends on the
    specific GPUs and CPUs in question and the specifics of your use
    case such as dataset size, poly's vs volume rendering, number of
    procs per gpu and so on. <br>
    <br>
    You could very easily have two ParaView builds, one for hardware
    rendering and one for software rendering available on the same
    system and select the one to use as needed.<br>
    <br>
    To use PV in parallel you need to build it yourself, I'm assuming
    you have done this. If you haven't taken precautions to build PV for
    use with OSMesa then you are using what ever OpenGL library is
    found, you can take a look in the CMake cache to see what was found
    or you could use the ldd command on one of the compiled libraries,
    point it at one of VTK's open gl rendering libs.<br>
    <br>
    Burlen<br>
    <br>
    On 12/17/2012 08:23 AM, Kevin Hackel wrote:
    <blockquote cite="mid:B5C60BF18F36439EBB1582E62ACA7077@HackelPC"
      type="cite">
      <div dir="ltr">
        <div style="font-family: 'Calibri'; color: rgb(0, 0, 0);
          font-size: 12pt;">
          <div>Hi,</div>
          <div> </div>
          <div>I try to use Paraview 3.14 in parallel. My server has 48
            CPUs and good GPUs (I don’t know exactly which ones are on
            the server).</div>
          <div>Is it better to use Software or Hardware Rendering?</div>
          <div>Well, I’m not sure if my Paraview takes usage of the GPUs
            or only of the CPUs. The server admin thinks that Paraview
            can’t really use the GPUs of the server, but how can I find
            out if my Paraview uses Software or Hardware Rendering?</div>
          <div> </div>
          <div>Thanks,</div>
          <div>Kevin</div>
        </div>
      </div>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Powered by <a class="moz-txt-link-abbreviated" href="http://www.kitware.com">www.kitware.com</a>

Visit other Kitware open-source projects at <a class="moz-txt-link-freetext" href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a>

Please keep messages on-topic and check the ParaView Wiki at: <a class="moz-txt-link-freetext" href="http://paraview.org/Wiki/ParaView">http://paraview.org/Wiki/ParaView</a>

Follow this link to subscribe/unsubscribe:
<a class="moz-txt-link-freetext" href="http://www.paraview.org/mailman/listinfo/paraview">http://www.paraview.org/mailman/listinfo/paraview</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>