summaryrefslogtreecommitdiffstats
path: root/libraries/trilinos/README
diff options
context:
space:
mode:
author Guilherme Calandrini2015-09-05 13:11:34 +0200
committer Willy Sudiarto Raharjo2015-09-05 13:11:34 +0200
commit5d365d0611594d7dc3c4bac79dd90b0b616377af (patch)
tree27f1819a175ab0d77d528cdad21edbd2e261c171 /libraries/trilinos/README
parentbf53921fabfa74ac529a8f57a47fae1e3643a25e (diff)
downloadslackbuilds-5d365d0611594d7dc3c4bac79dd90b0b616377af.tar.gz
libraries/trilinos: Added (trilinos project).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/trilinos/README')
-rw-r--r--libraries/trilinos/README21
1 files changed, 21 insertions, 0 deletions
diff --git a/libraries/trilinos/README b/libraries/trilinos/README
new file mode 100644
index 0000000000..98891cb2d2
--- /dev/null
+++ b/libraries/trilinos/README
@@ -0,0 +1,21 @@
+ 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).