Daniel Seemaier
Daniel Seemaier
Hey, I will look into it again
Hey, I have added it to the interface in #146
Hey, you are right, the edge partitioning code currently assumes that the input graph is unweighted. I have added support for vertex and edge weights in #147, but depending on...
Thanks for the reply! I was able to change my code so that I didn't need it anymore > An operation like you describe would have to involve all threads...
Der Punkt `O_2` im System `S_1` ist doch `(1, 2, -1, 1)`. Der wird durch die Matrix dann auf `(0, 0, 0, 1)` abgebildet. Wenn man `O_{1,H}` im System `S_1`...
With C++20, we could also discuss replacing our current interface with designated initializers (this would obviously be an API-breaking change). Pros: * go from template magic to trivial C code...
Yeah
Second problem will be fixed with clang-format 15
For the hybrid model, it *could be* beneficial if it was possible to "simulate" multiple MPI processes (e.g., TBB task groups) per MPI process. This would allow threads to join...