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
- Host: GitHub
- URL: https://github.com/ldbc/ldbc_graphalytics_platforms_gunrock
- Owner: ldbc
- License: apache-2.0
- Created: 2020-09-21T16:10:47.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-03T19:20:16.000Z (over 1 year ago)
- Last Synced: 2025-03-30T02:28:55.759Z (about 1 year ago)
- Topics: graphalytics, ldbc
- Language: Java
- Homepage:
- Size: 39.1 KB
- Stars: 1
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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`...