htool icon indicating copy to clipboard operation
htool copied to clipboard

Hierarchical matrices tool box

Results 9 htool issues
Sort by recently updated
recently updated
newest added

As a follow-up, I was able to build the examples (except for [one error](https://github.com/htool-ddm/htool/issues/71)). However, as a naive user (before looking into the code directly), every example I ran just...

On a Macbook, I cloned the repository, and simply ran the following to configure a bare build. ``` mkdir build && cd build cmake -DCMAKE_CXX_COMPILER=mpicxx .. cd examples && make...

To reproduce: ```bash mkdir build cd build cmake .. -DHTOOL_WITH_EXAMPLES=True -DCMAKE_BUILD_TYPE=Debug make Use_hmatrix ``` When I don't specify `-DCMAKE_BUILD_TYPE=Debug` or explicitly use `-DCMAKE_BUILD_TYPE=Release`, everything works. In debug mode, the linker...

Some of the examples use wrong numbers in the if that checks for the correct number of command line arguments.

Hi, while trying to build and install htool as described in the docs (which worked without problems), I also wanted to try out the CMake example. It lists these packages...