-
I got `COM` (completion) errors for graph500-27 on all algorithms. Interestingly, both graph500-26 and graph500-28 work just fine on the same machine.
BFS output:
```console
07:46 [DEBUG] [Runn…
-
I'd like to try to get this to build, and then add the extension to my test database rather than spinning up a docker image.
Can you provide some tips on how to get it built? Is there a particular…
-
suitesparse really is a "suite" of libraries. Until recently, most if not all of these were not available elsewhere, so packaging it as one thing makes the most sense.
With 5.4 (#54), however, suit…
minrk updated
5 years ago
-
Hi @benedekrozemberczki, this is an interesting collection, thanks!
I work as a researcher mostly in the intersection of semantic technologies, database systems, and high-performance computing so I…
-
* BFS: https://github.com/GraphBLAS/LAGraph/blob/master/Source/Algorithm/LAGraph_bfs_pushpull.c
* SSSP: Bellman-Ford - https://github.com/GraphBLAS/LAGraph/blob/master/Source/Algorithm/LAGraph_BF_bas…
-
This SPKG was introduced in #22380 as a standard package.
However, it does not properly use the the facilities for DESTDIR installation, and thus a file manifest is not produced for it:
```
$ cat …
-
I built SuiteSparse:GraphBLAS 3.0.1 (but did not install). I built the tests and got an error in the BFS build:
```
LAGraph/Test$ make
...
Scanning dependencies of target bfs_test
make[4]: Lea…
-
Hello, I don`t understand how to make GraphBlass not write implicit zeroes (identity values). I found in the documentation the following:
> The entries in the pattern of A can take on any value, incl…
-
I have a simple schema of `(user)-[:HAS_SESSION]->(session)` which represent an user and his browser navigation session, which i search by sessionHash.
I'm trying to keep the sessions list up to date…
Sceat updated
4 years ago
-
Hi @michelp, I've tried to install pygraphblas with @attilanagy234 using on Mac OS.
We've managed to compile/install GraphBLAS and LAGraph but couldn't get pygraphblas to compile:
```console
buil…