Port details |
- spooles-mpich SParse Object Oriented Linear Equations Solver
- 2.2_16 math =2 2.2_15Version of this port present on the latest quarterly branch.
- Maintainer: bofh@FreeBSD.org
- Port Added: 2003-05-05 01:38:45
- Last Update: 2022-07-20 14:22:24
- Commit Hash: f53eb28
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: PD
- WWW:
- https://www.netlib.org/linalg/spooles/spooles.2.2.html
- Description:
- SPOOLES is a library for solving sparse real and complex linear
systems of equations, written in the C language using object oriented
design. At present, there is the following functionality:
1. Compute multiple minimum degree, generalized nested dissection and
multisection orderings of matrices with symmetric structure.
2. Factor and solve square linear systems of equations with symmetric
structure, with or without pivoting for stability. The
factorization can be symmetric LDLT, Hermitian LDLH, or
nonsymmetric LDU. A direct factorization or a drop tolerance
factorization can be computed. The factors and solve can be done
in serial mode, multithreaded with Solaris or POSIX threads, or
with MPI.
3. Factor and solve overdetermined full rank systems of equations
using a multifrontal QR factorization, in serial or using POSIX
threads.
4. Solve square linear systems using a variety of Krylov iterative
methods. The preconditioner is a drop tolerance factorization,
with or without pivoting for stability.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- spooles-mpich>0:math/spooles-mpich
- Conflicts:
- CONFLICTS:
- To install the port:
- cd /usr/ports/math/spooles-mpich/ && make install clean
- To add the package, run one of these commands:
- pkg install math/spooles-mpich
- pkg install spooles-mpich
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: spooles-mpich
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (spooles/spooles.2.2.tgz) = a84559a0e987a1e423055ef4fdf3035d55b65bbe4bf915efaa1a35bef7f8c5dd
SIZE (spooles/spooles.2.2.tgz) = 4510271
SHA256 (spooles/AllInOne.ps.gz) = dd7d081ad2c633ee7e01b2665959c1a085beec4d3efbf97aeb61d10e6e2b7f3d
Packages (timestamps in pop-ups are UTC):
- Master port: math/spooles
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- Library dependencies:
-
- libmpich.so : net/mpich
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for spooles-mpich-2.2_16:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- math_spooles-mpich
- USES:
- gmake tar:tgz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: math/spooles |
Commit | Credits | Log message |
2.2_15 20 Jul 2022 14:22:24 |
Tobias C. Berner (tcberner) |
math: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Alessando Sagratini <ale_sagra@hotmail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Amarendra Godbole <amarendra.godbole@gmail.com>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Fehlner (fehlner@gmx.de)
* Andrew L. Neporada <andrew@chg.ru>
* Andrey <gugu@zoo.rambler.ru>
* Andrey Zakhvatov (Only the first 15 lines of the commit message are shown above ) |
2.2_15 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.2_10 19 Jun 2014 10:00:38 |
vanilla |
remove NO_STAGE.
Approved by: portmgr@ |
2.2_10 20 Sep 2013 20:55:06 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
2.2_9 10 Feb 2012 09:33:05 |
matthew |
Fix the two affected ports
PR: 163963
Approved by: maho (maintainer) shaun (mentor) |
2.2_2 19 Oct 2004 02:10:31 |
maho |
USE_MPI->WITH_MPI and other fix
PR: 72216
Submitted by: thierry@ |
2.2_1 06 May 2004 19:49:54 |
maho |
Make portlint happy by replacing space to tab
PR: 65409
Submitted by: trevor |
2.2_1 07 Mar 2004 23:07:46 |
maho |
Fix very bogos miss.
Submitted by: FreshPorts |
2.2_1 07 Mar 2004 22:46:42 |
maho |
USE MASTERDIR when include Makefile
PR: 63730
Submitted by: Mark Linimon <linimon@FreeBSD.org>
Suggestion by: Masafumi Otsune <info@otsune.com> |
2.2 30 Jun 2003 19:11:54 |
maho |
Add dependency for gmake
Noticed by: kris |
2.2 05 May 2003 01:38:17 |
maho |
MPI version of spooles. |