John Biddiscombe
John Biddiscombe
> Do we have any legitimate reason for it other than not wanting to deal with people thinking the build is broken when it gets in a strange state from...
You can change CACHE vars, by using the FORCE option, but then there's no point making them cache vars any more. I would like to make them normal vars. I...
`/usr/lib/libblas.so` on arch linux. I will recompile and force the use of MKL and see if the problem is resolved. I forgot to check if MKL was being picked up...
I recompiled using MKL and get the same results ``` jb-s76:~/build/dca$ ldd /home/biddisco/build/dca/test/unit/linalg/matrixop_complex_cpu_test linux-vdso.so.1 (0x00007ffdc6b8c000) libpthread.so.0 => /usr/lib/libpthread.so.0 (0x00007f5f43d3a000) libdl.so.2 => /usr/lib/libdl.so.2 (0x00007f5f43d35000) librt.so.1 => /usr/lib/librt.so.1 (0x00007f5f43d2b000) libcusparse.so.9.2 => /opt/cuda/lib64/libcusparse.so.9.2...
Before you do away with the libfabric parcelport, be aware that I have a branch with a lot of improvements, that I had hoped to submit a PR for. We...
> @biddisco I'd be more than happy to accept a PR that makes the current libfabric parcelport usable. Do any of the other parcelports have code that manages memory pinning...
Bump: Looking at this again after a long delay, and hoping for some comment from mimalloc maintainers as to the correct fix
Looking again at this problem. Question (@daanx ?): When an arena is destroyed, how can I remove all segments that have come from it from the global abandoned list? The...
I have improved the syntax somewhat and updated the docs. I think this is now ready for review and I have been testing it quite extensively with some variations on...
int8 PR has been merged into H5hut master.