Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.21 KB

moltn.md

File metadata and controls

26 lines (17 loc) · 1.21 KB
layout
default

Method of Lines Transpose Scalable Software Package (MOLTN)

MOLTN is a codebase for the Method of Lines Transpose built entirely from the Kokkos API, with built-in MPI abstractions. The goals of this codebase is a framework that is:

  • a standarized codebase for the Method of Lines Transpose
  • efficient for all archiectures: GPU, CPU, and FPGA
  • accessible to users seeking to learn about high performance computing codes
  • accessible to users seeking fast solutions to various applications without digging too deep into code

The codebase will be open to the public soon! MOLTN on GitHub

Papers related to MOLTN:

(in review) Method of Line Transpose Based High-Order A-Stable Embedded Boundary Scheme for Complex Geometries. M. Thavappiragasama, A. Viswanathand, P. Guthrey, A. Christlieb.

(coming soon) P.T. Guthrey, A.J. Christlieb, M. Thavappiragasama, W. Sands. The Method of Lines Transpose: Parallel Implementation for Electromagnetics

(coming soon) P.T. Guthrey, A.J. Christlieb, and M. Murillo. Hydrodynamics Approach to the visco-elastic density functional theory closure of the BBGKY Hierarchy.

back