freebsd-ports/math/parmgridgen/files/patch-ParMGridGen_IMParMetis_ParMETISLib_parmetis.h
Nicola Vitale 36d8a857f9 ParMGridGen-1.0 is a highly optimized serial and parallel library
for obtaining a sequence of successive coarse grids that are well suited
for geometric multigrid methods.
The quality of the elements of the coarse grids is optimized using a
multilevel framework.
The parallel library is based on MPI and is portable to
a wide range of architectures.

WWW: http://www.mgnet.org/mgnet-codes-parmgridgen.html

PR:		ports/152506
Submitted by:	Stas Timokhin <devel at stasyan.com>
2010-12-15 16:48:09 +00:00

11 lines
321 B
C

--- ParMGridGen/IMParMetis-2.0/ParMETISLib/parmetis.h.orig 2010-02-24 15:21:20.000000000 +0600
+++ ParMGridGen/IMParMetis-2.0/ParMETISLib/parmetis.h 2010-02-24 15:21:40.000000000 +0600
@@ -21,7 +21,7 @@
#ifdef DMALLOC
#include <dmalloc.h>
#else
-#include <malloc.h>
+#include <stdlib.h>
#endif
#include "rename.h"