<div dir="ltr"><table class=""><tbody><tr class="" valign="top"><td class=""><br></td>
<td class="" colspan="5">
Create a Python file with the following commands:<br><br>from paraview.simple import *<br><br>print 'Loading on server...'<br>LoadPlugin('/opt/ParaView/ParaView-4.1.0-Linux-64bit/lib/paraview-4.1/libSurfaceLIC.so', True, globals())<br>
print '...loaded.'<br>print 'Loading on client...'<br>LoadPlugin('/opt/ParaView/ParaView-4.1.0-Linux-64bit/lib/paraview-4.1/libSurfaceLIC.so', False, globals())<br>print '...loaded.<br><br>And then run it to see:<br>
<br>
$ pvbatch pv_lic_plugin_test.py<br>
Loading on server...<br>
...loaded.<br>
Loading on client...<br>
Segmentation fault (core dumped)<br><br>It doesn't work the other way around, either.<br><br>Thanks,<br>Joe<br></td></tr></tbody></table>
</div>