fb16dfecae
Commit b7f05445c0
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)
10 lines
643 B
Text
10 lines
643 B
Text
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.
|