summaryrefslogtreecommitdiffstats
path: root/libraries/hypre/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/hypre/README')
-rw-r--r--libraries/hypre/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/hypre/README b/libraries/hypre/README
new file mode 100644
index 0000000000..11ae16a682
--- /dev/null
+++ b/libraries/hypre/README
@@ -0,0 +1,8 @@
+ HYPRE is a library of high performance preconditioners and solvers
+featuring multigrid methods for the solution of large, sparse linear
+systems of equations on massively parallel computers.
+
+ Buildind options that can be set using the environment variables:
+ - OMP=yes, to build with openmp support
+ - MPI=yes, to build with MPI support, requires mpich or openmpi
+ - CUDA=yes, to enable CUDA, requires CUDA sdk > 8.0