Port details |
- superlu-dist Distributed memory, MPI based SuperLU
- 9.1.0 math =2 9.0.0Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2022-08-27 07:39:10
- Last Update: 2024-11-11 10:22:20
- Commit Hash: 76e41ee
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD3CLAUSE
- WWW:
- https://portal.nersc.gov/project/sparse/superlu/
- Description:
- SuperLU_DIST contains a set of subroutines to solve a sparse linear system
A*X=B. It uses Gaussian elimination with static pivoting (GESP). Static pivoting
is a technique that combines the numerical stability of partial pivoting with
the scalability of Cholesky (no pivoting), to run accurately and efficiently on
large numbers of processors.
SuperLU_DIST is a parallel extension to the serial SuperLU library. It is
targeted for the distributed memory parallel machines. SuperLU_DIST is
implemented in ANSI C, with OpenMP for on-node parallelism and MPI for off-node
communications. We are actively developing GPU acceleration capabilities.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- superlu-dist>0:math/superlu-dist
- To install the port:
- cd /usr/ports/math/superlu-dist/ && make install clean
- To add the package, run one of these commands:
- pkg install math/superlu-dist
- pkg install superlu-dist
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: superlu-dist
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1731315975
SHA256 (xiaoyeli-superlu_dist-v9.1.0_GH0.tar.gz) = 1cb2c6dc7e8231b2ec30c1266e55e440ffca9f55527771d8df28f900dd179f9d
SIZE (xiaoyeli-superlu_dist-v9.1.0_GH0.tar.gz) = 2910591
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- gfortran13 : lang/gcc13
- pkgconf>=1.3.0_1 : devel/pkgconf
- as : devel/binutils
- Runtime dependencies:
-
- gfortran13 : lang/gcc13
- Library dependencies:
-
- libmpich.so : net/mpich
- libblas.so : math/blas
- liblapack.so : math/lapack
- This port is required by:
- for Libraries
-
- math/mfem
Configuration Options:
- ===> The following configuration options are available for superlu-dist-9.1.0:
DOCS=on: Build and/or install documentation
FORTRAN=on: Fortran language support
====> Options available for the single BLAS: you have to select exactly one of them
ATLAS=off: ATLAS BLAS implementation
OPENBLAS=off: OpenBLAS BLAS implementation
REFERENCE=on: Reference blas implementation
====> MPI (Message Passing Interface) support: you have to select exactly one of them
MPICH=on: Parallel processing support via MPICH
OPENMPI=off: Parallel processing support via Open MPI
===> Use 'make config' to modify these settings
- Options name:
- math_superlu-dist
- USES:
- cmake:testing fortran pkgconfig mpi:mpich blaslapack
- 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) |
Commit | Credits | Log message |
9.1.0 11 Nov 2024 10:22:20 |
Yuri Victorovich (yuri) |
math/superlu-dist: update 9.0.0 → 9.1.0
Reported by: portscout |
9.0.0 14 Jul 2024 22:29:34 |
Yuri Victorovich (yuri) |
math/superlu-dist: update 8.2.1 → 9.0.0
Reported by: portscout |
8.2.1_2 01 Jan 2024 11:49:51 |
Thierry Thomas (thierry) |
*/*: chase the upgrade of BLAS / LAPACK to 3.12.0
PR: 275860 |
8.2.1_1 10 Dec 2023 10:23:11 |
Thierry Thomas (thierry) |
*/*: bump PORTREVISION after the upgrade of MPICH to 4.1.2 |
8.2.1 19 Nov 2023 09:36:26 |
Yuri Victorovich (yuri) |
math/superlu-dist: update 8.2.0 → 8.2.1
Reported by: portscout |
8.2.0 11 Nov 2023 11:38:19 |
Yuri Victorovich (yuri) |
math/superlu-dist: update 8.1.2 → 8.2.0
Reported by: portscout |
8.1.2_2 28 Oct 2023 19:06:55 |
Yuri Victorovich (yuri) |
math/superlu-dist: Remove Gotoblas
PR: 274110
Requested by: thierry@ |
8.1.2_1 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
8.1.2 13 Nov 2022 23:12:27 |
Yuri Victorovich (yuri) |
math/superlu-dist: Update 8.1.1 -> 8.1.2
Reported by: portscout |
8.1.1 07 Oct 2022 22:33:51 |
Yuri Victorovich (yuri) |
math/superlu-dist: Update 8.1.0 -> 8.1.1
Reported by: portscout |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
8.1.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
8.1.0 02 Sep 2022 06:37:40 |
Yuri Victorovich (yuri) |
math/superlu-dist: Fix fetch
Duplicate record somehow got into distinfo, and this caused fetch
failure.
Reported by: fallout |
8.1.0 27 Aug 2022 07:37:34 |
Yuri Victorovich (yuri) |
math/superlu-dist: New port: Distributed memory, MPI based SuperLU |