From ae9604d65722be56c29c83fc51f1727545fb88b0 Mon Sep 17 00:00:00 2001 From: Chennakesava Kadapa Date: Wed, 11 Oct 2023 11:59:51 +0100 Subject: [PATCH] updated README --- README.md | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 48f5517..ebef95d 100755 --- a/README.md +++ b/README.md @@ -10,16 +10,20 @@ Animations of some of the simulations performed using this code are available on * Programming languages: **C++** and **Fortran** -* C++ standard: **C++11** (or above) +* C++ standard: **C++14** (or above) * Required third-party libraries: - 1. Blas - 2. Lapack - 3. MPI (OpenMPI, MPICH or Intel MPI. Your choice!) - 4. [Eigen](http://eigen.tuxfamily.org/index.php?title=Main_Page) - 5. [METIS](http://glaros.dtc.umn.edu/gkhome/metis/metis/overview) - 6. [PETSc](https://www.mcs.anl.gov/petsc/) - 7. [VTK](https://vtk.org/) - 8. [CGAL](https://www.cgal.org/) + 1. CMake + 2. Blas + 3. Lapack + 4. Boost + 5. MPI (OpenMPI, MPICH or Intel MPI. Your choice!) + 6. [Eigen](http://eigen.tuxfamily.org/index.php?title=Main_Page) + 7. [METIS](http://glaros.dtc.umn.edu/gkhome/metis/metis/overview) + 8. [PETSc](https://www.mcs.anl.gov/petsc/) + 9. [VTK](https://vtk.org/) + 10. [CGAL](https://www.cgal.org/) + 11. Metis and ParMetis + 12. SuperLU ## Compilation and building