Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sample graphs and documentation about accepted inputs #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions sampleGraphs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
miniTri is a simple, triangle-based data analytics code. miniTri is a miniapp
in the Mantevo project (http://www.mantevo.org) at Sandia National Laboratories
The primary authors of miniTri are Jon Berry and Michael Wolf ([email protected]).

miniTri v. 1.0. Copyright (2016) Sandia Corporation.

For questions, contact Jon Berry ([email protected]) or Michael Wolf ([email protected]).

Please read the accompanying README and LICENSE files.

------------------------------------------------
sampleGraphs:
------------------------------------------------

The `sampleGraphs` directory contains two sample graphs in the [Matrix Market](https://math.nist.gov/MatrixMarket/formats.html) (MM) format.


Ensure that the provided graphs comply with the following characteristics:

- The matrix must be in MM or BIN format.
- The number of rows and columns must be equal.
- Complex matrices are not supported.

Please adhere to these requirements when providing input graphs to the software.
184 changes: 184 additions & 0 deletions sampleGraphs/chesapeake.mtx
Original file line number Diff line number Diff line change
@@ -0,0 +1,184 @@
%%MatrixMarket matrix coordinate pattern symmetric
%-------------------------------------------------------------------------------
% UF Sparse Matrix Collection, Tim Davis
% http://www.cise.ufl.edu/research/sparse/matrices/DIMACS10/chesapeake
% name: DIMACS10/chesapeake
% [DIMACS10 set: clustering/chesapeake]
% id: 2457
% date: 2011
% author: unknown
% ed: H. Meyerhenke
% fields: name title A id date author ed kind notes
% kind: undirected graph
%-------------------------------------------------------------------------------
39 39 170
7 1
8 1
11 1
12 1
13 1
22 1
23 1
34 1
35 1
37 1
39 1
7 2
8 2
9 2
11 2
12 2
13 2
22 2
23 2
35 2
36 2
39 2
14 3
15 3
16 3
17 3
18 3
36 3
39 3
17 4
36 4
37 4
39 4
6 5
34 5
35 5
39 5
7 6
35 6
39 6
8 7
9 7
11 7
12 7
13 7
35 7
39 7
9 8
10 8
20 8
21 8
22 8
23 8
24 8
35 8
38 8
39 8
10 9
35 9
36 9
39 9
35 10
36 10
39 10
19 11
35 11
36 11
39 11
19 12
26 12
35 12
36 12
38 12
39 12
35 13
36 13
38 13
39 13
25 14
26 14
27 14
28 14
29 14
36 14
39 14
19 15
25 15
26 15
27 15
28 15
29 15
36 15
39 15
19 16
27 16
36 16
39 16
36 17
39 17
19 18
25 18
26 18
27 18
29 18
32 18
36 18
39 18
33 19
36 19
38 19
39 19
36 20
38 20
39 20
33 21
36 21
38 21
39 21
27 22
28 22
30 22
31 22
32 22
33 22
35 22
36 22
38 22
39 22
30 23
32 23
33 23
35 23
36 23
38 23
39 23
36 24
38 24
39 24
36 25
38 25
39 25
36 26
38 26
39 26
30 27
36 27
38 27
39 27
36 28
38 28
39 28
36 29
38 29
39 29
36 30
38 30
39 30
32 31
36 31
38 31
39 31
36 32
38 32
39 32
36 33
38 33
39 33
37 34
36 35
37 35
Loading