summaryrefslogtreecommitdiffstats
path: root/libraries/trilinos/README
diff options
context:
space:
mode:
author B. Watson2022-03-04 17:43:50 +0100
committer Willy Sudiarto Raharjo2022-03-07 02:45:21 +0100
commitee01967bd9709f28bf411ecf0735668b802d8432 (patch)
treedd082320b94e89e3e4cade8fb32c169c5b175a13 /libraries/trilinos/README
parent8375315fea11a4dca983708c1f5a0fc483cb8a06 (diff)
downloadslackbuilds-ee01967bd9709f28bf411ecf0735668b802d8432.tar.gz
libraries/trilinos: Removed (no dependees; conflicts with mpich and openmpi)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/trilinos/README')
-rw-r--r--libraries/trilinos/README21
1 files changed, 0 insertions, 21 deletions
diff --git a/libraries/trilinos/README b/libraries/trilinos/README
deleted file mode 100644
index 98891cb2d2..0000000000
--- a/libraries/trilinos/README
+++ /dev/null
@@ -1,21 +0,0 @@
- The Trilinos Project is an effort to develop algorithms and enabling
-technologies within an object-oriented software framework for the
-solution of large-scale, complex multi-physics engineering and
-scientific problems. A unique design feature of Trilinos is its focus
-on packages.
-
-The package has two building methods, the default is for a single
-system (without parallelism).
-
-* The trilinos can also be compiled against individual packages
-(i.e. amd, umfpack and metis) outside of suitesparse.SlackBuild.
-** The suitesparse.SlackBuild, doesn't build metis by default.
-For that you can use the parMETIS.SlackBuild.
-For more details about dependeces the Xyce webpage.
-have a list of required depences.
-
-Optional dependences:
-For enable parallelism set PARALLEL=yes. This requires the
-ParMETIS library and a MPI implementation (openmpi or mpich).
-To enable CUDA set CUDA=yes (Additional requirements: CUDA
-SDK and CUSPARSE).