Nick Papior
Nick Papior
https://github.com/henu/bigjson/blob/b562d7be1e8de689cfaf44fdca7a636a8d21ca20/bigjson/filereader.py#L124 The error messages for locating erroneous json files can be quite handy, however, I encounter some problems with deciphering the actual buffer position. I might be wrong, but I...
Added `init ` to the schematic. I often find it useful for new git users to play around with local git repo's, and `git init` is vital in that case.
I am reading your wiki pages with comments on environment variables. Then I stumble upon: https://github.com/flame/blis/blob/master/docs/Multithreading.md#environment-variables-the-automatic-way Quote: > Note: We highly discourage use of the OMP_NUM_THREADS environment variable to specify...
I am trying to follow the docker instructions to try and build locally. The reason for doing local builds is that the released executables are build against a newer glibc...
In your Makefile you have this: https://github.com/sharc-md/sharc/blob/1d463a1eb4c5caf48f68d3450005d3c67b840c02/source/Makefile#L66 We have just tried to remove the `-lmfhdf`, and it compiles fine. No linker errors. Is this a leftover from older hdf4 times?...
## Background information ### What version of Open MPI are you using? (e.g., v4.1.6, v5.0.1, git branch name and hash, etc.) I am testing this on 5.0.3 vs. 5.0.5 (only...
**Describe the feature** The problem arises when one reads anything from a `fdfSile`. Doing `fdf.read_geometry(order="fdf")` does not tell how it should fetch the other information that might be associated with...
**Describe the feature**
**Describe the feature** Operators are a general way to perform operations based on inputs. For instance, currently we do: ```python es = H.eigenstate(...) vel = es.velocity() ``` The velocity is...
**Describe the feature** Example. Once a `State` has been created with a `parent`, we might as well turn it into a cached object, which when calling specific methods it returns...