diff options
author | maho <maho@FreeBSD.org> | 2004-03-18 20:20:30 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2004-03-18 20:20:30 +0800 |
commit | ed55fc44c7e3f1e33209edcc55322d0857736651 (patch) | |
tree | 8ddbc38a462c4d62fde27f2f9243f67982f1ed1c /math/Makefile | |
parent | 22bf49df2ed13848277efc934d36731b4ea74654 (diff) | |
download | freebsd-ports-gnome-ed55fc44c7e3f1e33209edcc55322d0857736651.tar.gz freebsd-ports-gnome-ed55fc44c7e3f1e33209edcc55322d0857736651.tar.zst freebsd-ports-gnome-ed55fc44c7e3f1e33209edcc55322d0857736651.zip |
The SDPARA (SemiDefinite Programming Algorithm PARAllel version)
is a parallel version of the SDPA (math/sdpa).
solving SDPs in parallel with the help of MPI
(Message Passing Interface) and ScaLAPACK (Scalable LAPACK).
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index f78df834d3e5..4132fe7ccd35 100644 --- a/math/Makefile +++ b/math/Makefile @@ -188,6 +188,7 @@ SUBDIR += scigraphica SUBDIR += scilab SUBDIR += sdpa + SUBDIR += sdpara SUBDIR += slsc SUBDIR += snns SUBDIR += solitaire |