BEGIN:VCALENDAR PRODID:-//Microsoft Corporation//Outlook MIMEDIR//EN VERSION:2.0 BEGIN:VEVENT DTSTART:20151117T231500Z DTEND:20151118T010000Z LOCATION:Level 4 - Lobby DESCRIPTION;ENCODING=QUOTED-PRINTABLE:ABSTRACT: Future computing architectures will be more memory bandwidth bound than current machines. Higher-order algorithms are more compute intense and can take advantage of the extra compute capabilities of future machines to produce higher quality answers. In this poster we focus on BLAST, an arbitrary order arbitrary Lagrangian-Eulerian (ALE) finite element code. Typical of finite element codes, BLAST requires both global sparse and local dense matrix solves. The dense matrix solves and sparse matrix assembly perform numerous small, dense matrix calculations and consume most of its runtime. Many libraries focus on optimizing small linear algebra operations. We created a benchmark suite that mimics BLAST’s most computationally intensive portions, currently implemented using MFEM. We use this suite to explore the performance of these libraries. For our benchmarks Armadillo, Blaze, and a template-based version of MFEM all produce promising results. Eigen’s feature set made it promising; however, its performance was not competitive. SUMMARY:BLAST Motivated Small Dense Linear Algebra Library Comparison PRIORITY:3 END:VEVENT END:VCALENDAR