-
Notifications
You must be signed in to change notification settings - Fork 274
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #580 from DrTimothyAldenDavis/dev2
readme for LAGraph/src/benchmark
- Loading branch information
Showing
1 changed file
with
2 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# LAGraph/src/benchmark: Demo programs that use LAGraph and GraphBLAS | ||
# to run all of the GAP Benchmark problems. | ||
|
||
LAGraph, (c) 2021-2022 by The LAGraph Contributors, All Rights Reserved. | ||
LAGraph, (c) 2021-2023 by The LAGraph Contributors, All Rights Reserved. | ||
SPDX-License-Identifier: BSD-2-Clause | ||
See additional acknowledgments in the LICENSE file, | ||
or contact [email protected] for the full terms. | ||
|
@@ -14,19 +14,12 @@ impact on performance. Also, please contact the authors of the library if you | |
have any questions about benchmarking. (Tim Davis: [email protected], in | ||
particular). | ||
|
||
LAGraph is a draft package (not yet v1.0), and its performance is not yet | ||
stable. It includes many draft algorithms that are sometimes posted on github | ||
in debug mode, or with known suboptimal performance. We ask that you not | ||
benchmark LAGraph on your own without contacting the authors to make sure you | ||
have the right version, and the right version of SuiteSparse:GraphBLAS to go | ||
with it. | ||
|
||
If you run in vanilla mode, by compiling LAGraph with | ||
|
||
cmake -DLAGRAPH_VANILLA=1 .. | ||
|
||
Then performance can be quite low since in this case LAGraph does not use | ||
any SuiteSparse:GraphBLAS GxB extensions. We are still developing the | ||
any SuiteSparse:GraphBLAS extensions. We are still developing the | ||
pure GrB implementations of these algorithms. | ||
|
||
However, assuming things are stable, follow the instructions in the | ||
|