Missing .cmake file implies that the installed version of ParaView on the cluster is not a "development install", meaning it's missing headers at the least. You cannot build new plugins against such an install of ParaView. You can build a ParaView from source yourself using the same configuration that the cluster installation uses and then build your plugin against it. Such a plugin would then load on the cluster too. Another thing to note is if the cluster has built the pvserver statically (which is quite common). If that's the case, then it does not support dynamic loading of plugins.
Utkarsh On Tue, Apr 26, 2011 at 1:21 PM, pratik <[email protected]> wrote: > It seems that for some reason the paraviewconfig.cmake file is not available > on the cluster I am working on (I have queried the sysadmin...but i am in > India, and they just take their own sweet time), Is there a way to configure > the user-plugin's to work without this file? I am trying to use the > TensorGlyphs plugin. The libraries and binaries of pv are available and > pvserver and client are working perfectly and loading data as well. > Any help on this would be really helpful! Thanks in advance. > > pratik > _______________________________________________ > 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 > > Follow this link to subscribe/unsubscribe: > http://www.paraview.org/mailman/listinfo/paraview > _______________________________________________ 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 Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
