README 732 B

1234567891011121314151617181920
  1. SU2 - Open-Source CFD code
  2. Open-source suite for Partial Differential Equation (PDE) analysis and
  3. PDE-constrained optimization problems. Designed with Computational
  4. Fluid Dynamics (CFD) and aerodynamic shape optimization in mind, but
  5. extensible to arbitrary sets of governing equations such as potential
  6. flow, elasticity, electrodynamics, chemically-reacting flows, and many
  7. others. Under active development by individuals all around the world
  8. on GitHub and is released under an open-source license.
  9. Builds parallel version by default.
  10. For serial version, delete the following configuration lines from
  11. su2.Slackbuild script:
  12. --enable-mpi
  13. --with-cxx=/usr/bin/mpicxx
  14. --with-cc=/usr/bin/mpicc
  15. and then no need for mpich / openmpi.