Skip to content

Commit

Permalink
Improve description
Browse files Browse the repository at this point in the history
  • Loading branch information
emilioj committed Mar 5, 2024
1 parent 2af1f3a commit ed9d0c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## RAISA: Ray-enabled in situ analytics
## REISA: Ray-enabled in situ analytics

RAISA is a data analytics model for in-situ and in-transit workflows based Ray, a Python framework providing a distributed execution model.
REISA is a data analytics model for in-situ and in-transit workflows based Ray, a Python framework providing a distributed execution model.

RAISA exposes a distributed task-based paradigm for in-situ o in-transit analytics coupled to MPI numerical simulations at scale.
REISA exposes a distributed task-based paradigm for online analytics coupled to MPI numerical simulations at scale. The coupling and communication between Ray and the simmulation is managed by PDI, a portable data interface that offers a declarative API to decouple application codes from I/O. Therefore, just adding some simple PDI command to the numerical simulation and writing a simple analysis kernel we can get an online distributed analysis at scale for the data stream generated by the simulation.

Authors: Xico Fernández Lozano, Bruno Raffin, Julien Bigot and Emilio J. Padrón

Expand Down

0 comments on commit ed9d0c5

Please sign in to comment.