-
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'm comparing the processing times obtained while executing graphmat against a simple sequential baseline with the algorithms implemented following the pseudo code in the ref. spec. Problem is the pro…
-
Hi,
when using the provided run.sh script and running the program on a hadoop cluster, the execution immediately aborts due to configuration errors. The following messages are reported to the screen:…
-
Hello! I'm trying run benchmark for neo4j but i caught error.
`mvn clean package`
> [INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] …
-
Dear folks,
I'm trying to follow the instructions from https://github.com/ldbc/ldbc_graphalytics/wiki/Manual%3A-Running-Benchmark , still I stuck on how to link the benchmark with a platform driver…
-
PageRank does not take dangling nodes into account.
It seems the PageRank implementation is not complete as it does not take dangling vertices into account (https://github.com/GraphBLAS/LAGraph/iss…
-
```
17/06/03 01:12:15 INFO mapreduce.Job: map 0% reduce 0%
17/06/03 01:12:28 INFO mapreduce.Job: map 67% reduce 0%
17/06/03 01:12:35 INFO mapreduce.Job: Task Id : attempt_1496421666783_0002_m_000…
-
I thought the reference implementation is https://github.com/ldbc/ldbc_graphalytics_platforms_reference. However, the specification says it is OpenG:
https://github.com/ldbc/ldbc_graphalytics_docs/bl…
-
Some implementations, e.g. SuiteSparse:GraphBLAS exit upon finishing. Therefore, the framework throws an error stating that it couldn't kill the process:
```console
07:38 [WARN ] Terminating proce…
-
EJML was useful for experimenting but due to the lack of graph-specific constructs, it does not make sense to use it for implementing and benchmarking the full workload.