Rob Latham
Rob Latham
Newer gcc gets confused when malloc stores a bunch of memory in a one-element array. C99 "flexible array" notation achieves the same effect in a more standard way.
When I build tinyexpr with gcc-11 I get warnings about array subscripts exceeding bounds: ``` % gcc --version gcc (Ubuntu 11.2.0-7ubuntu2) 11.2.0 ``` ``` gcc -Wall -Wshadow -O2 -o smoke...
munit hits some new warnings in gcc-11: ``` CC tests/unit-tests/munit/munit.o ../tests/unit-tests/munit/munit.c:1836:47: warning: argument 4 of type ‘char * const[argc + 1]’ declared with mismatched bound ‘argc + 1’ [-Wvla-parameter] 1836...
the info hints block are processed by python binding layer. Currently that does not include ROMIO. :disappointed: So, you can't do info hints block in ROMIO yet. Not until someone...
I still wanted the error checking of debug mode but the verbose logging was too much for me.
Trying to compile BwTree with clang++, I get these warnings that don't make a lot of sense to me: ``` In file included from ./test/main.cpp:2: In file included from ./test/test_suite.h:20:...
I am probably doing something wrong here, but when I try to add a bunch of strongs to the BwTree I get a segfault. It behaves as expected with integers....
More of a documentation thing than an issue, I guess, but I spent a lot of time trying to figure out why declaring a new BwTree object on the stack...
**Describe the bug** I am unable to request the 'mrail' libfabric provider from mercury (master) **To Reproduce** I have tried the `margo-p2p-bw` test with the following network strings: ``` mpiexec...
**Is your feature request related to a problem? Please describe.** Libfabric and UCX either have basic collectives or some notion of supporting collectives "soon". Mercury might need a way to...