[2051] | 1 | |
---|
| 2 | This file contains two test problems |
---|
| 3 | |
---|
| 4 | 4elt.graph |
---|
| 5 | This is a small graph corresponding to a 2D finite element mesh |
---|
| 6 | |
---|
| 7 | test.mgraph |
---|
| 8 | This is a very small graph with two vertex weights (multi-constraint) |
---|
| 9 | |
---|
| 10 | metis.mesh |
---|
| 11 | This is a small 2D mesh (It is a triangulation of 'METIS') |
---|
| 12 | |
---|
| 13 | |
---|
| 14 | You can use them to test the various partitioning, and ordering routines. |
---|
| 15 | For example try something like |
---|
| 16 | |
---|
| 17 | ../kmetis 4elt.graph 40 |
---|
| 18 | ../onmetis 4elt.graph |
---|
| 19 | ../pmetis test.mgraph 2 |
---|
| 20 | ../kmetis test.mgraph 2 |
---|
| 21 | ../kmetis test.mgraph 5 |
---|
| 22 | ../partnmesh metis.mesh 10 |
---|
| 23 | ../partdmesh metis.mesh 10 |
---|
| 24 | ../mesh2dual metis.mesh |
---|
| 25 | ../kmetis metis.mesh.dgraph 10 |
---|
| 26 | |
---|
| 27 | and so on... |
---|
| 28 | |
---|
| 29 | |
---|
| 30 | You can also use the 'mtest' program that tests the various partitioning |
---|
| 31 | routines. Here is how the correct output of 'mtest 4elt.graph' should |
---|
| 32 | look like. |
---|
| 33 | |
---|
| 34 | prompt%: mtest 4elt.graph |
---|
| 35 | ********************************************************************** |
---|
| 36 | METIS 4.0 Copyright 1998, Regents of the University of Minnesota |
---|
| 37 | |
---|
| 38 | Graph Information --------------------------------------------------- |
---|
| 39 | Name: 4elt.graph, #Vertices: 15606, #Edges: 45878 |
---|
| 40 | |
---|
| 41 | Testing METIS_PartGraphRecursive ------------------------------------ |
---|
| 42 | [1:ok][2:ok][3:ok][4:ok][5:ok][6:ok] |
---|
| 43 | |
---|
| 44 | Testing METIS_WPartGraphRecursive ----------------------------------- |
---|
| 45 | [1:ok][2:ok][3:ok][4:ok][5:ok][6:ok] |
---|
| 46 | |
---|
| 47 | Testing METIS_PartGraphKway ----------------------------------------- |
---|
| 48 | [1:ok][2:ok][3:ok][4:ok][5:ok][6:ok][7:ok][8:ok] |
---|
| 49 | |
---|
| 50 | Testing METIS_WPartGraphKway ---------------------------------------- |
---|
| 51 | [1:ok][2:ok][3:ok][4:ok][5:ok][6:ok][7:ok][8:ok] |
---|
| 52 | |
---|
| 53 | Testing METIS_PartGraphVKway ---------------------------------------- |
---|
| 54 | [1:ok][2:ok][3:ok][4:ok][5:ok][6:ok][7:ok] |
---|
| 55 | |
---|
| 56 | Testing METIS_WPartGraphVKway --------------------------------------- |
---|
| 57 | [1:ok][2:ok][3:ok][4:ok][5:ok][6:ok][7:ok] |
---|
| 58 | |
---|
| 59 | Testing METIS_mCPartGraphRecursive ---------------------------------- |
---|
| 60 | [1:ok][2:ok][3:ok][4:ok][5:ok][6:ok][7:ok][8:ok][9:ok][10:ok] |
---|
| 61 | [11:ok][12:ok] |
---|
| 62 | |
---|
| 63 | Testing METIS_mCPartGraphKway --------------------------------------- |
---|
| 64 | [1:ok][2:ok][3:ok][4:ok][5:ok][6:ok][7:ok][8:ok][9:ok][10:ok] |
---|
| 65 | [11:ok][12:ok][13:ok][14:ok] |
---|
| 66 | |
---|
| 67 | Testing METIS_EdgeND ------------------------------------------------ |
---|
| 68 | [1:ok][2:ok][3:ok] |
---|
| 69 | |
---|
| 70 | Testing METIS_NodeND ------------------------------------------------ |
---|
| 71 | [1:ok][2:ok][3:ok][4:ok][5:ok][6:ok][7:ok][8:ok][9:ok][10:ok] |
---|
| 72 | [11:ok][12:ok][13:ok] |
---|
| 73 | |
---|
| 74 | Testing METIS_NodeWND ----------------------------------------------- |
---|
| 75 | [1:ok][2:ok][3:ok][4:ok][5:ok][6:ok] |
---|
| 76 | |
---|
| 77 | --------------------------------------------------------------------- |
---|
| 78 | Testing completed. |
---|
| 79 | ********************************************************************** |
---|
| 80 | |
---|
| 81 | |
---|