libMesh / TIMPI

Templated Interface to MPI
GNU Lesser General Public License v2.1
12 stars 11 forks source link

Multiset (multimap, etc) support in set_union() #131

Closed roystgnr closed 5 months ago

roystgnr commented 5 months ago

I swear I'd intended to write this already, so I was as surprised as the user who needed it to find out it wasn't there.

moosebuild commented 5 months ago

Job Coverage on 18445ec wanted to post the following:

Coverage

Coverage did not change

Full coverage report

This comment will be updated on new commits.

lindsayad commented 5 months ago

I'm curious, what was the use case?

bwspenc commented 5 months ago

It was for something I was asking for. One of the ways to store the information I needed was to put it in a multimap. As I've thought about it more, there's a better way of doing what I wanted to do. Nonetheless, I think this would be helpful.

roystgnr commented 5 months ago

Now I just need to recall if there was anything else on my TIMPI wishlist that I could/should knock out before I start pushing this downstream...