An open API service indexing awesome lists of open source software.

https://github.com/ldbc/ldbc_graphalytics_platforms_gunrock


https://github.com/ldbc/ldbc_graphalytics_platforms_gunrock

graphalytics ldbc

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Graphalytics Gunrock platform driver

Gunrock... (TODO: provide a short description on Gunrock). To execute Graphalytics benchmark on Gunrock, follow the steps in the Graphalytics tutorial on [Running Benchmark](https://github.com/ldbc/ldbc_graphalytics/wiki/Manual%3A-Running-Benchmark) with the Gunrock-specific instructions listed below.

### Obtain the platform driver
There are two possible ways to obtain the Gunrock platform driver:

1. **Download the (prebuilt) [Gunrock platform driver](http://graphalytics.site/dist/stable/) distribution from our website.

2. **Build the platform drivers**:
- Download the source code from this repository.
- Execute `mvn clean package` in the root directory (See details in [Software Build](https://github.com/ldbc/ldbc_graphalytics/wiki/Documentation:-Software-Build)).
- Extract the distribution from `graphalytics-{graphalytics-version}-gunrock-{platform-version}.tar.gz`.

### Verify the necessary prerequisites
The softwares listed below are required by the Gunrock platform driver, which should be properly configured in the cluster environment....

### Adjust the benchmark configurations
Adjust the Gunrock configurations in `config/platform.properties`...