Skip to content

GitLab

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

WIP: Enable OptiX ray tracing back-end

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Nick Leaf requested to merge nleaf/paraview-superbuild:enable-rtx into master Jun 05, 2020
  • Overview 23
  • Commits 8
  • Pipelines 6
  • Changes 6

This enables the VisRTX OptiX-based raytracing back-end by:

  • Setting visrtx and nvidiamdl to ON in the cmake config (also nvidiaindex, for good measure)
  • Disables VISRTX_BUILD_SAMPLE to remove some X dependencies (e.g. xrandr)
  • Switches base container to cudagl, since cuda is required for OptiX

One issue that still needs to be resolved is using a variable to specify the base container. My version of Docker (19.03.11, the most recent at the time of this writing) doesn't substitute the variable name properly in some cases. I haven't exhaustively isolated the failure cases yet, so I temporarily just used absolute container names. I'm not sure if this is a bug or working as intended for Docker.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: enable-rtx