-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
24 lines (17 loc) · 841 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
The PENNANT Mini-App
Charles R. Ferenbaugh & Galen M. Shipman
Los Alamos National Laboratory
Version .99 -- March 2016
LA-CC-12-021
PENNANT is an unstructured mesh physics mini-app designed for advanced
architecture research. It contains mesh data structures and a few
physics algorithms adapted from the LANL rad-hydro code FLAG, and gives
a sample of the typical memory access patterns of FLAG.
Further documentation can be found in the 'doc' directory of the
PENNANT distribution.
This version of PENNANT was updated in January of 2018 to use
the most recent Legion interface and to prepare it for experimentation
with dynamic control replication. This process included adding a
dynamic mesh generation routine for rectangular and pie meshes
using Legion dependent partitioning primitives.