libmesh icon indicating copy to clipboard operation
libmesh copied to clipboard

Small fix for send/receive strings

Open permcody opened this issue 7 years ago • 3 comments

Not a super extensive test, but does fix the bug!

permcody avatar Mar 18 '18 14:03 permcody

I think this passed debug mode testing because unit tests are not run in debug mode...

1) test: ParallelTest::testIrecvSend (F) line: 442 ../../tests/parallel/parallel_test.C
equality assertion failed
- Expected: 
- Actual  : Zero

jwpeterson avatar Mar 18 '18 20:03 jwpeterson

Yeah, I clearly didn't think through all the parallel cases. I'll work on a better unit test later. At least I can move forward on what I need this for.

permcody avatar Mar 18 '18 20:03 permcody

This PR has been marked "do not merge" since we are no longer accepting PRs into the master branch. All new PRs should be made on the devel branch instead. Once this PR's target branch has been updated to devel, the "do not merge" label will be removed.

jwpeterson avatar Mar 02 '22 20:03 jwpeterson