Summary: | New port: math/parmgridgen - library for obtaining a sequence of successive coarse grids | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | devel | ||||
Component: | Individual Port(s) | Assignee: | Nicola Vitale <nivit> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
devel
2010-11-23 04:20:09 UTC
Responsible Changed From-To: freebsd-ports-bugs->nivit I will take it. nivit 2010-12-15 16:48:09 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/parmgridgen Makefile distinfo pkg-descr pkg-plist math/parmgridgen/files patch-MGridGen_IMlib_IMlib.h patch-MGridGen_Lib_mgridgen.h patch-Makefile.in patch-ParMGridGen_IMParMetis_ParMETISLib_parmetis.h patch-ParMGridGen_ParLib_parmgridgen.h Log: 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> Revision Changes Path 1.680 +1 -0 ports/math/Makefile 1.1 +41 -0 ports/math/parmgridgen/Makefile (new) 1.1 +2 -0 ports/math/parmgridgen/distinfo (new) 1.1 +11 -0 ports/math/parmgridgen/files/patch-MGridGen_IMlib_IMlib.h (new) 1.1 +11 -0 ports/math/parmgridgen/files/patch-MGridGen_Lib_mgridgen.h (new) 1.1 +49 -0 ports/math/parmgridgen/files/patch-Makefile.in (new) 1.1 +11 -0 ports/math/parmgridgen/files/patch-ParMGridGen_IMParMetis_ParMETISLib_parmetis.h (new) 1.1 +11 -0 ports/math/parmgridgen/files/patch-ParMGridGen_ParLib_parmgridgen.h (new) 1.1 +9 -0 ports/math/parmgridgen/pkg-descr (new) 1.1 +7 -0 ports/math/parmgridgen/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" State Changed From-To: open->closed New port added. Thanks! |