Skip to content
Snippets Groups Projects
Commit b62dcd48 authored by Abhinav Singh's avatar Abhinav Singh
Browse files

Updating Readme and fix script

parent c37cd70a
No related branches found
No related tags found
No related merge requests found
## OpenFPM
# Open Framework for Particle and Mesh Codes (OpenFPM)
![OpenFPM.png](OpenFPM.png)
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:
![ActiveFluid.png](ActiveFluid.png)
![3DActiveFluid.png](activefluid.png)
......@@ -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 ..
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment