Dennis Klein

Results 122 comments of Dennis Klein

> > > Soooo, what are the benefits of going full type here? > > > > > > I guess, the idea would be to have safer-to-use and better-self-documenting...

> but it should only continue there if at the root true, I didn't realize this aspect. > I guess I’ll just check for the presence of `.git` and if...

> So to me the question is if we can live with not supporting these corner cases To my current use case (submodules) it would be acceptable. > which we...

Should the message count be a run-time or compile-time argument? e.g. ```cpp std::vector CreateMessages(size_t n, std::vector const & sizes, std::vector const & alignments); assert(n == sizes.size()); assert(n == alignments.size()) ```...

I guess, you are asking for a bulk api on a single transport only?

Since this mutex is internal to the boost shm library, we can only save it by making a big allocation from the boost shmem segment and then chunk it up...

> Ok, but how about we simplify the problem? In the end what I need to do is to shallow copy messages. How about we optimise that case? Ya, this...

> > Ok, but how about we simplify the problem? In the end what I need to do is to shallow copy messages. How about we optimise that case? >...

rebased because the recipe now depends on #39964 which was only merged few days ago.

hmm, https://gitlab.spack.io/spack/spack/-/jobs/9044690 failed with: ``` spack.installer.InstallError: Install failed for libzmq. No such file in prefix: lib/libzmq.so ``` a bit further up in the log one can see ``` libtool: install:...