forked from elemental/Elemental
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AUTHORS
37 lines (28 loc) · 1.42 KB
/
AUTHORS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Authors of Elemental
====================
(Roughly in order of chronological contributions)
Jack Poulson:
Project founder and lead developer.
Matthias Petschow, Paolo Bientinesi, and RWTH Aachen University:
The PMRRR library for hybrid symmetric tridiagonal eigensolutions and a bug
fix for the Grid class.
Univ. of Tennessee, Univ. of California Berkeley, and NAG Ltd.:
The serial code for the safe inversion process during the calculation of
Householder reflectors (found in LAPACK's dlarfg.f and zlarfg.f) and
several of the serial routines used within PMRRR.
Jeff Hammond and Argonne National Laboratory:
Several bug fixes and toolchain files for BlueGene/P and BlueGene/Q, and an
improvement for Elemental's threading support.
Bryan Marker and The University of Texas at Austin (via DxTer):
Several significant performance improvements for Trmm, Trsm, and Hegst.
Jed Brown and Argonne National Laboratory:
Fixed several problems with Elemental installation,
as well as fixing an MPI_Group leakage in the Grid class.
Martin Schatz and The University of Texas at Austin:
The experimental 3D Gemm and the AxpyInterface class for easily filling
distributed matrices.
Michael Grant:
The SWIG Python interface and a large number of bugfixes.
Jiahao Chen and Jake Bolewski:
Travis configuration and several extensions to the CMake build system
(e.g., better Python detection, CTest support, and bug fixes)