public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-libs/cholmod/files: cholmod-1.7.4-parmetis32.patch
@ 2012-03-13  4:15 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; only message in thread
From: Sebastien Fabbro (bicatali) @ 2012-03-13  4:15 UTC (permalink / raw
  To: gentoo-commits

bicatali    12/03/13 04:15:24

  Added:                cholmod-1.7.4-parmetis32.patch
  Log:
  Fixed for parmetis-3.2, bug #399483
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  sci-libs/cholmod/files/cholmod-1.7.4-parmetis32.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/cholmod/files/cholmod-1.7.4-parmetis32.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/cholmod/files/cholmod-1.7.4-parmetis32.patch?rev=1.1&content-type=text/plain

Index: cholmod-1.7.4-parmetis32.patch
===================================================================
diff -Nur CHOLMOD.orig/Partition/cholmod_metis.c CHOLMOD/Partition/cholmod_metis.c
--- CHOLMOD.orig/Partition/cholmod_metis.c	2012-03-13 03:57:37.000000000 +0000
+++ CHOLMOD/Partition/cholmod_metis.c	2012-03-13 04:02:22.000000000 +0000
@@ -216,6 +216,7 @@
     int Opt [8], nn, csp ;
     size_t n1 ;
     DEBUG (Int nsep) ;
+    float ubfactor = 1.05;
 
     /* ---------------------------------------------------------------------- */
     /* check inputs */
@@ -370,7 +371,7 @@
 #endif
 
     nn = n ;
-    METIS_NodeComputeSeparator (&nn, Mp, Mi, Mnw, Mew, Opt, &csp, Mpart) ;
+    METIS_NodeComputeSeparator (&nn, Mp, Mi, Mnw, Mew, &ubfactor, Opt, &csp, Mpart) ;
     n = nn ;
     csep = csp ;
 






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-03-13  4:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-13  4:15 [gentoo-commits] gentoo-x86 commit in sci-libs/cholmod/files: cholmod-1.7.4-parmetis32.patch Sebastien Fabbro (bicatali)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox