Skip to content

Commit

Permalink
Update index.rst (#391)
Browse files Browse the repository at this point in the history
* Update index.rst
  • Loading branch information
rmcabezon authored Sep 27, 2023
1 parent 1eda414 commit 5975c17
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
==================
Welcome to SPH-EXA
==================
SPH-EXA is a C++20 simulation code for hydrodynamics simulations (with gravity
and other physics), parallelized with MPI, OpenMP, CUDA, and HIP.

SPH-EXA is ...
SPH-EXA is built with high performance, scalability, portability, and
resilience in mind. Its SPH implementation is based on SPHYNX, ChaNGa, and
SPH-flow, three SPH codes selected in the PASC SPH-EXA project to act as parent
and reference codes to SPH-EXA.

The performance of standard codes is negatively impacted by factors such as
imbalanced multi-scale physics, individual time-stepping, halos exchange, and
long-range forces. Therefore, the goal is to extrapolate common basic SPH
features, and consolidate them in a fully optimized, Exascale-ready, MPI+X, SPH
code: SPH-EXA.

Publications
============
Expand Down

0 comments on commit 5975c17

Please sign in to comment.