Salome HOME
Adding detection of maj version of Metis to support metis 4 and metis 5.
[modules/med.git] / src / MEDPartitioner / MEDPARTITIONER_MetisGraph.cxx
index dcea42d991038d7d0d40f7c58dabe09f8f12fa38..d3b92d4c57728791dfbb34c384a01876bbe7eff0 100644 (file)
@@ -75,7 +75,7 @@ void METISGraph::partGraph(int ndomain,
     #define PMV3_OPTION_PSR 3
     seems no changes int options[4]={1,0,33,0}; //test for a random seed of 33
   */
-  int options[4]={0,0,0,0};
+  int options[20]={0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0};
 #if !defined(MED_ENABLE_METIS)
   throw INTERP_KERNEL::Exception("METISGraph::partGraph : METIS is not available. Check your products, please.");
 #else