Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

Clean up ORB templating

vinciguerra_a requested to merge vinciguerra_a/ippl:orb-templating into master

This MR is an extension of !173 (merged). The orthogonal recursive bisection is templated on the field parameters but doesn't otherwise use these members. It should instead take the field type directly and extract the mesh and rank from the field. This change also adds support for ORB on fields that are not stored in the default memory space.

Edited by vinciguerra_a

Merge request reports