Richard Shaw
Richard Shaw
I needed to add the repo part of the payload to make it work (or I got HTTP/500). For Python users this does the whole job: ```python import requests #...
@rabernat @cgohlke this issue has just bitten me too. I've taken a stab a fixing it in PR #1154, which is successful from a performance perspective but I'm very happy...
Hi @hernot it would be great to get this merged at some point soon, thanks for all the effort. It kind of arrived right about the time we were merging...
You need to point the compiler to the directory where scalapack is. It is probably sufficient to set the environment variable `LIBRARY_PATH=/usr/local/scalapack/` before running `setup.py` if you are building against...
Can you explain more why the issue you link to is an issue in bitshuffle? That `poetry` doesn't install the listed build requirements before trying to buld the package seems...
Anyway @danielemichilli I'm on vacation for two weeks, but it would be good to figure out the pros and cons of this when I'm back. Otherwise Kiyo might be able...
@julienrhodes I've been having exactly the same problem as you. I just tried applying your patch to the latest master and it fails a bunch of the tests in `tests/test_insert.py`....
Thanks. I've tried patching that commit and it still doesn't pass the full set of unit tests. There few which fail look like tests of corner cases in the indentation...
Thanks for reporting this. I've done scaling tests before, and they've always seemed fine (scaled up to > 300 nodes), so I guess we need to figure out where the...
@vincentmr Interesting problem here, thanks for sending in the bug report. I'll have a go at reproducing it. I'm really unsure why it would produce a negative workspace value, that...