Fixed mesh (caching) nearest node transfer mapping is incorrect
Bug Description
The nearest node transfer does not get the right map when using split meshes. But ok with distributed or replicated. contact @muelcm for inputs
Steps to Reproduce
We need to build a MWE for this. The simulation where this is happening is too expensive and uses a lot of apps.
Impact
Incorrect results, though obvious when looking at the output.
Split meshes are distributed meshes. Can not see what are special here. If it works with distributed meshes, it should work with split meshes
It does not work with split. I'm not sure about distributed since it has been about a week since we went through this
I ll check distributed and report back
this was investigated to be an issue with fixed meshes in the end
We are hitting an issue when the number of procs is higher than the number of subapps, hence the PR above. I ll work again on this in next FY
so it sounds like this is still an issue
Yes it is for the current transfers.
The tests for the general field transfers will cover this case