Phil Carns

Results 32 comments of Phil Carns

Current Mercury origin/master runs all of these tests to completion when built against current libfabric origin/master (without applying any additional PRs). Need to test this further. What about 1.6.1? What...

Agreed re: eliminating the extra verbs path. I just opened #236 to track that separately and closed #231 since that isn't that right approach. We can continue to use this...

I get the same deadlock when using libfabric 1.6.1 built from a spack package. I'll try creating a spack package that pulls from libfabric master to see if that makes...

That observation about the libfabric version was a false alarm; I also get the hangs if I build libfabric with a modified spack package that pulls from origin master. The...

I was able to trigger the hang while running the example (in particular, the hg_test_read_bw example with #237 applied) with debugging symbols. The server has one thread running a progress...

Actually the margo version of this (using margo-p2p-bw and varying the -c (concurrency) and -T (number of os threads)) is fairly easy to run. I can't reproduce the hang with...

One thing that I think would be good to put down as a "line in the sand" when documenting this, is that the API user should treat HG_Destroy() as a...

It probably needs to be legal to register twice as long as the encoding functions don't change (thinking about the case where one process initializes both a client library and...

Yes, that's right unfortunately. The reason there is a limit at all (conceptually) is that it constrains the amount of data that will be streamed in a socket between control...