Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduction operations for more containers, operator-overloaded classes #75

Open
roystgnr opened this issue Oct 7, 2021 · 0 comments
Open
Assignees

Comments

@roystgnr
Copy link
Member

roystgnr commented Oct 7, 2021

Some of these are going to end up in libMesh and MetaPhysicL, but some will be in TIMPI and they'll all be based on the TIMPI APIs, so here's probably the best place to track the issue.

We have a ton of classes, from std::pair to libMesh::TypeTensor, which are often (or always) carrying numeric contents, but even though we've now got communication capabilities (via StandardType specializations) for these classes, we still generally don't have reduction capabilities (via OpFunction specializations) for them.

@andrsd needs some of this for a FY22 NEAMS T/H task, so I've got funding from there to do it right, not just patch up the API one specialization at a time.

This isn't as urgent as a couple other tasks I'm on right now, but hopefully I'll be starting on it in a couple weeks.

@roystgnr roystgnr self-assigned this Oct 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant