summaryrefslogtreecommitdiff
path: root/academic/SU2/README
diff options
context:
space:
mode:
authorJudah Milgram <milgram@cgpp.com>2019-03-14 07:38:37 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2019-03-16 06:53:25 +0700
commit5069273f28d1a63f31b4ef4a6c24cea1e73f3e1f (patch)
tree3a68827fac18af141ab3dd3b9d503c575cb95251 /academic/SU2/README
parent2f9c4232e9cec80f8e4e41b19a7b79f8d67e23b6 (diff)
downloadslackbuilds-5069273f28d1a63f31b4ef4a6c24cea1e73f3e1f.tar.gz
academic/SU2: Added (Open Source CFD Code).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/SU2/README')
-rw-r--r--academic/SU2/README19
1 files changed, 19 insertions, 0 deletions
diff --git a/academic/SU2/README b/academic/SU2/README
new file mode 100644
index 0000000000..fd4519ee57
--- /dev/null
+++ b/academic/SU2/README
@@ -0,0 +1,19 @@
+SU2 - Open-Source CFD code
+
+Open-source suite for Partial Differential Equation (PDE) analysis and
+PDE-constrained optimization problems. Designed with Computational
+Fluid Dynamics (CFD) and aerodynamic shape optimization in mind, but
+extensible to arbitrary sets of governing equations such as potential
+flow, elasticity, electrodynamics, chemically-reacting flows, and many
+others. Under active development by individuals all around the world
+on GitHub and is released under an open-source license.
+
+Builds parallel version by default.
+For serial version, delete the following configuration lines from
+su2.Slackbuild script:
+
+--enable-mpi
+--with-cxx=/usr/bin/mpicxx
+--with-cc=/usr/bin/mpicc
+
+and then no need for mpich / openmpi.