1 / 4

Adaptive Framework for CSE applications

This framework presents an innovative object-based approach for computational science and engineering (CSE) applications through multi-patch decomposition. Each domain is segmented into multiple patches, surpassing the number of available processors. The implicit mapping assigns patches to processors, allowing efficient resource utilization. The code governing each patch's lifecycle is analogous to the MPI framework, facilitating a clear model for execution. Notably, communication is directed to patches instead of processors, enhancing modularity and flexibility in parallel computing environments.

oral
Télécharger la présentation

Adaptive Framework for CSE applications

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Adaptive Frameworkfor CSE applications An Object based approach

  2. Mlti

  3. Patch Decomposition • Each domain divided into multiple patches (more than the number of processors) • Implicit mapping of patches to processors • Code describes life cycle of a patch, just as in MPI • Communication is implicit, directed to patches rather than processors

More Related