From b62dcd48c99f834879d4a8e30768f924140fcc6d Mon Sep 17 00:00:00 2001 From: absingh <absingh@mpi-cbg.de> Date: Sun, 16 Apr 2023 13:00:21 +0200 Subject: [PATCH] Updating Readme and fix script --- README.md | 6 +++--- script/install_PETSC.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 69712b951..37bed00cd 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -## OpenFPM +# Open Framework for Particle and Mesh Codes (OpenFPM)  OpenFPM is a scalable and open C++ framework for particles and mesh simulations. -You can build scalable molecular dynamics, Smooth Particle Hydrodybamics, Granular flow, Finite differences, Hybrid Particle-Mesh codes on CPUs and GPUs. +You can build scalable molecular dynamics, Smooth Particle Hydrodybamics, Granular flow, Finite difference, Hybrid Particle-Mesh codes on CPUs and GPUs. We provide examples for each case in the documentation. @@ -21,6 +21,6 @@ To install, run the install script with ./install and follow the instructions. Examples and documentation is available at : http://ppmcore.mpi-cbg.de/doxygen/openfpm/index.html 3D Active Fluid Simulation with OpenFPM: - + diff --git a/script/install_PETSC.sh b/script/install_PETSC.sh index 062be00c0..15f1acee9 100755 --- a/script/install_PETSC.sh +++ b/script/install_PETSC.sh @@ -21,7 +21,7 @@ discover_os function test_configure_options() { cd petsc-3.14.5 - #$python_command ./configure COPTFLAGS="-O3 -g" CXXOPTFLAGS="-O3 -g" FOPTFLAGS="-O3 -g" $ldflags_petsc --with-cxx-dialect=C++11 $petsc_openmp --with-mpi-dir=$mpi_dir $configure_options2 --with-debugging=0 + $python_command ./configure COPTFLAGS="-O3 -g" CXXOPTFLAGS="-O3 -g" FOPTFLAGS="-O3 -g" $ldflags_petsc --with-cxx-dialect=C++11 $petsc_openmp --with-mpi-dir=$mpi_dir $configure_options2 --with-debugging=0 error=$? cd .. } -- GitLab