diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2010-12-15 16:48:09 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2010-12-15 16:48:09 +0000 |
commit | 36d8a857f9b19cf3b5fa563debfb87670ea2ec22 (patch) | |
tree | f5e978bbb077934886ad60b9d7c22de36eb26360 /math/parmgridgen/files/patch-ParMGridGen_ParLib_parmgridgen.h | |
parent | - Support tcl/tk 8.5 (diff) |
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>
Diffstat (limited to 'math/parmgridgen/files/patch-ParMGridGen_ParLib_parmgridgen.h')
-rw-r--r-- | math/parmgridgen/files/patch-ParMGridGen_ParLib_parmgridgen.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/parmgridgen/files/patch-ParMGridGen_ParLib_parmgridgen.h b/math/parmgridgen/files/patch-ParMGridGen_ParLib_parmgridgen.h new file mode 100644 index 000000000000..0adafd1ca756 --- /dev/null +++ b/math/parmgridgen/files/patch-ParMGridGen_ParLib_parmgridgen.h @@ -0,0 +1,11 @@ +--- ParMGridGen/ParLib/parmgridgen.h.orig 2010-02-24 15:21:58.000000000 +0600 ++++ ParMGridGen/ParLib/parmgridgen.h 2010-02-24 15:22:03.000000000 +0600 +@@ -21,7 +21,7 @@ + #ifdef DMALLOC + #include <dmalloc.h> + #else +-#include <malloc.h> ++#include <stdlib.h> + #endif + + #include "IMlib.h" |