Mikolaj Krzewicki

Results 25 comments of Mikolaj Krzewicki

basic integration done: https://github.com/mkrzewic/FairMQ/tree/pmr now on to tests.

@dennisklein was not there yet :) my version of clang format seems outdated compared to what your config requires, i'll update and see what happens.

also: the unit tests are ported and working. Now would be the time to take a step back and think about how to do this better, since up till now...

@dennisklein what version of clang format is needed? the best I can do on centos7 is 5.0 (via llvm-toolset-7), and that seems not to work: ``` YAML:26:16: error: unknown key...

ok, i'll apply whatever my clang-format can digest and squash everything together for a WIP PR

ok, so it looks essentially like the workaround we have in O2 (@ktf ?). This would give us no further advantage aside from not having this specific allocator in our...

@dennisklein I'd say it is about API design mostly, technically we have all the pieces, but just would like to avoid confusion. TransportFactory::GetMemoryResource() (and the implicit conversion operator) are just...

@pcanal added logs [clad-configure-err.log](https://github.com/root-project/root/files/14114750/clad-configure-err.log) [clad-configure-out.log](https://github.com/root-project/root/files/14114751/clad-configure-out.log)

@vgvassilev It runs in jail, I could pack it up in an image, but you'd need FreeBSD 14 to run it - but then it would be much less work...

@vgvassilev there is not. llvm14 is installed as a dependency for numba, llvm16 is part of the base system. Plus whatever root builds and passes to it's builtins.