ldbc / ldbc_graphalytics

Generic driver for LDBC Graphalytics implementation
https://ldbcouncil.org/benchmarks/graphalytics/
Apache License 2.0
78 stars 35 forks source link

Error message when the process stops on its own #183

Closed szarnyasg closed 5 years ago

szarnyasg commented 5 years ago

Some implementations, e.g. SuiteSparse:GraphBLAS exit upon finishing. Therefore, the framework throws an error stating that it couldn't kill the process:

07:38 [WARN ] Terminating process 13674 focibly.
07:38 [WARN ] Executing command "kill -9 13674"
07:38 [ERROR] Failed to kill runner process.

This might be confusing, especially for newcomers. It's definitely annoying for regulars as well :-). Is there a way to turn this off?

amusaafir commented 5 years ago

This is indeed confusing - #184 should fix this. Please reinstall Graphalytics and your driver accordingly.