Skip to content

Commit

Permalink
make README reference the new testing infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
sbeamer committed Sep 30, 2015
1 parent b038d02 commit fd95f0b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
GAP Benchmark Suite
GAP Benchmark Suite [![Build Status](https://travis-ci.org/sbeamer/gapbs.svg)](https://travis-ci.org/sbeamer/gapbs)
===================

This is a pre-release copy of the reference code for the upcoming [GAP](https://www.cs.berkeley.edu/~sbeamer/gap/) Benchmark Suite. It is designed to be a portable high-performance baseline. It only requires a compiler with support for C++11. For parallelism it uses OpenMP, but if the compiler lacks OpenMP support, it can also be compiled to run serially.
Expand All @@ -24,7 +24,11 @@ Override the default C++ compiler:

$ CXX=g++4.9 make

Run BFS on 1,000 vertices for 1 iteration:
Test the build:

$ make test

Run BFS on 1,024 vertices for 1 iteration:

$ ./bfs -g 10 -n 1

Expand All @@ -51,7 +55,6 @@ The graph loading infrastructure understands the following formats:
Future Features
---------------

+ Re-add support for verifying results of kernels
+ Release integration support for OpenTuner
+ Ensure support for SunStudio compiler on SPARC
+ Scripts to perform official benchmark runs

0 comments on commit fd95f0b

Please sign in to comment.