Parcourir la source

pdevs/mpi: add simple example

Eric RAMAT il y a 7 ans
Parent
commit
a2884e3ecf

BIN
data/simple/.DS_Store


BIN
data/simple/gggp/.DS_Store


+ 26 - 0
data/simple/gggp/graphe/graphe_0.txt

@@ -0,0 +1,26 @@
+7 8
+12 13
+12 7
+13 7
+14 15
+14 12
+15 16
+15 12
+16 17
+16 12
+17 12
+18 19
+18 8
+19 20
+19 8
+20 8
+21 22
+21 19
+22 23
+22 19
+23 19
+26 27
+29 27
+29 28
+30 27
+30 28

+ 31 - 0
data/simple/gggp/graphe/graphe_1.txt

@@ -0,0 +1,31 @@
+1 0
+1 2
+2 0
+2 3
+3 0
+4 1
+4 5
+5 1
+5 6
+6 1
+6 2
+9 3
+9 10
+10 3
+11 4
+24 25
+24 6
+25 6
+31 32
+31 10
+32 33
+32 10
+33 10
+34 31
+34 35
+35 31
+35 32
+36 32
+36 37
+36 33
+37 33

+ 0 - 0
data/simple/gggp/input_edges/input_edges_0.txt


+ 7 - 0
data/simple/gggp/input_edges/input_edges_1.txt

@@ -0,0 +1,7 @@
+7 4
+8 4
+8 11
+26 11
+26 24
+27 24
+28 25

+ 7 - 0
data/simple/gggp/output_edges/output_edges_0.txt

@@ -0,0 +1,7 @@
+7 4
+8 4
+8 11
+26 11
+26 24
+27 24
+28 25

+ 0 - 0
data/simple/gggp/output_edges/output_edges_1.txt


+ 7 - 0
data/simple/gggp/parent_connection/parent_connection_0.txt

@@ -0,0 +1,7 @@
+0 7 1 4
+0 8 1 4
+0 8 1 11
+0 26 1 11
+0 26 1 24
+0 27 1 24
+0 28 1 25

+ 0 - 0
data/simple/gggp/parent_connection/parent_connection_1.txt


+ 2 - 0
data/simple/gggp/partition.txt

@@ -0,0 +1,2 @@
+7 8 12 13 14 15 16 17 18 19 20 21 22 23 26 27 28 29 30 
+0 1 2 3 4 5 6 9 10 11 24 25 31 32 33 34 35 36 37 

+ 64 - 0
data/simple/reference/graphe/graph.txt

@@ -0,0 +1,64 @@
+1 0
+1 2
+2 0
+2 3
+3 0
+4 1
+4 5
+5 1
+5 6
+6 1
+6 2
+7 4
+7 8
+8 4
+8 11
+9 3
+9 10
+10 3
+11 4
+12 13
+12 7
+13 7
+14 15
+14 12
+15 16
+15 12
+16 17
+16 12
+17 12
+18 19
+18 8
+19 20
+19 8
+20 8
+21 22
+21 19
+22 23
+22 19
+23 19
+24 25
+24 6
+25 6
+26 11
+26 27
+26 24
+27 24
+28 25
+29 27
+29 28
+30 27
+30 28
+31 32
+31 10
+32 33
+32 10
+33 10
+34 31
+34 35
+35 31
+35 32
+36 32
+36 37
+36 33
+37 33

+ 0 - 0
data/simple/reference/input_edges/input_edges_0.txt


+ 0 - 0
data/simple/reference/output_edges/output_edges_0.txt


+ 0 - 0
data/simple/reference/parent_connection/parent_connection_0.txt


+ 1 - 0
data/simple/reference/partition.txt

@@ -0,0 +1 @@
+0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37