Skip to content

Commit

Permalink
[docs] small updates to instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
sbeamer committed Oct 6, 2023
1 parent 71b37dc commit 8cc83b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ We appreciate contributions from the community! Some of the ways to contribute a

Although the GAP Benchmark Suite only specifies 6 graph kernels, we are open to adding more non-benchmark kernels to this repo. It is our goal to provide a set of portable high-performance baselines, so naturally there are plenty of remaining graph problems (e.g. MST, SCC, ALS, etc...).

For code contributions, please focus on code simplicity and readability. This repo follows nearly all of the [Google C++ Style Guide](https://google.github.io/styleguide/cppguide.html). If you open a pull request, our continuous-integration service run by Travis will do an immediate sanity-check.
For code contributions, please focus on code simplicity and readability. This repo follows nearly all of the [Google C++ Style Guide](https://google.github.io/styleguide/cppguide.html). If you open a pull request, our continuous-integration service run by GitHub Actions will do an immediate sanity-check.

Before embarking on a large development task, feel to open an issue or email (sbeamer@lbl.gov) to ensure you are on a profitable path.
Before embarking on a large development task, feel to open an issue or email (sbeamer@ucsc.edu) to ensure you are on a profitable path.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Kernels Included
+ PageRank (PR) - iterative method in pull direction
+ Connected Components (CC) - Afforest & Shiloach-Vishkin
+ Betweenness Centrality (BC) - Brandes
+ Triangle Counting (TC) - Order invariant with possible relabelling
+ Triangle Counting (TC) - order invariant with possible degree relabelling


Quick Start
Expand All @@ -24,7 +24,7 @@ Build the project:

Override the default C++ compiler:

$ CXX=g++-8 make
$ CXX=g++-13 make

Test the build:

Expand Down

0 comments on commit 8cc83b5

Please sign in to comment.