Joseph Schuchart
Joseph Schuchart
Argh of course not, CI doesn't test the GET protocol. Test fail if run with `PARSEC_MCA_runtime_comm_get=1`. I still get `MPI_ERR_TRUNCATE` errors, so there is a problem with GET.
*Sigh*, thanks for checking @omor1. I'm fairly sure I had it working at some point before the big merge. The MPI backend is still student research quality, at best. I...
Mhh, this happens when PaRSEC is built as part of TTG, not when I try to build it by itself. Strange.
I assume you mean ms instead of us, otherwise your per-task runtime would be about 4 nanoseconds (i.e., a dozen or so instructions). However, even if you're looking at 8821.62ms...
Ahh good point. I didn't consider the internal state of PaRSEC... Marking all PaRSEC functions as `noexcept` should be the way to go then. As we just discussed over coffee:...
> I don't understand how the C++ compiler expects an extern "C" function to be able to underact in any way with C++ exceptions. The `extern C` annotation prevents the...
I had implemented two versions of abort in DASH: 1) A propagating cancellation that is called by one process and propagates to all processes. Eventually all meet in a barrier...
Let's keep this open until it's fixed. Other people will probably run into this too.
@hppritcha I added stubs returning `OPAL_ERR_NOT_IMPLEMENTED` to the `ze` component.
@Akshay-Venkatesh Sorry, I only replied to your comments inline. > I don't know the motivation behind the need for stream-ordered allocations for reductions. Can you explain the high-level picture? For...