Hi Bishwajit,

> However in both below cases I am able to see CPU power getting consumed
> when the script is run.
>

It looks like your GPU build isn't actually building against the GPU.  In
order to use the GPU with the NVidia driver, you either need to use an X
server or use EGL.


-DVTK_USE_X=OFF
>

In this case, you have disabled X but not enabled EGL so you're left with
OSMesa when you really intended to use the GPU instead.  See
https://blog.kitware.com/off-screen-rendering-through-the-native-platform-interface-egl/
for more details on configuring ParaView to use EGL.


- Chuck
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview

Reply via email to