David Ozog

Results 36 comments of David Ozog

I think one reason behind providing the MR modes as config flags is that it's generally difficult to establish a "best" set of these flags for all use-cases with any...

Thanks for the report @benson31. Yeah, SOS only supports MPI+OpenSHMEM via the `--enable-pmi-mpi` flag, and only with the initialization/finalization order that's shown in your example. (Looks like this is not...

@benson31 Thanks for the all the info, and sorry it's taken so long to reply. I'm running through our backlog of issues towards a new SOS release and this came...

Oh yeah! I forgot to mention that believe I figured out the environment issue - you have to set `CC` to the MPI compiler (`mpicc` in my case) when passing...

@benson31 and @timmoon10 - have you tried compiling with `CC=mpicc` when doing `--enable-pmi-mpi`? I want to verify that the environment issues only came about because building with `CC=mpicc` is a...

It's just the "C/C++" interfaces that aren't covered. If I'm not mistaken, C11 is 100% covered ;) We'll also need to assure we stay consistent with whatever changes become of...

Also note there are several v1.5 formatting changes to the upstream examples, filename differences, and differing return values, etc. We can target resolving this for `v.1.5.1`.

Yes. Just running all unit tests now to be sure.

There's something a little funny going on with the RPATH stuff on the unit tests in this context. I have to do a little extra to link in the correct...

Setting `SHMEM_OFI_STX_DISABLE_PRIVATE` seems to alleviate this problem and allow scaling to higher thread counts. Increasing `SHMEM_OFI_STX_MAX` at a given thread count also seems to alleviate the problem. That suggests to...