Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • ParaView ParaView
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,847
    • Issues 1,847
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 86
    • Merge requests 86
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ParaView
  • ParaViewParaView
  • Issues
  • #19460

Closed
Open
Created Nov 12, 2019 by Utkarsh Ayachit@utkarsh.ayachit⛰Owner

static builds of paraview search for plugin shared libs on startup

For a static build of ParaView, run as follows:

> env PARAVIEW_LOG_PLUGIN_VERBOSITY=INFO ./bin/pvpython -dr

You'll see output as follows:

...
(   0.334s) [paraview        ] vtkPVPluginTracker.cxx:405   INFO| Trying to locate plugin with name `VTKmFilters`
(   0.334s) [paraview        ] vtkPVPluginTracker.cxx:105   INFO| { looking for plugin 'VTKmFilters'
(   0.334s) [paraview        ]vtkResourceFileLocator.:61    INFO| .   { looking for 'VTKmFilters.so'
...

This implies that ParaView is wasting time attempting to find files for plugins to load which are never present or loadable in static builds. This should be fixed to improve HPC performance.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking