2005-12-12 18:37:11 +03:00
|
|
|
Open MPI Authors
|
|
|
|
================
|
|
|
|
|
2008-09-23 23:38:53 +04:00
|
|
|
The following cumulative list contains the names and Subversion IDs of
|
|
|
|
all individuals who have committed code to the Open MPI repository.
|
2006-06-23 05:54:48 +04:00
|
|
|
|
|
|
|
Username Name Affiliation(s)
|
|
|
|
----------- --------------------------- -------------------------
|
2008-09-23 23:38:53 +04:00
|
|
|
Anya Anya Tatashina Sun
|
|
|
|
adi Adrian Knoth UJ
|
2006-06-23 05:54:48 +04:00
|
|
|
afriedle Andrew Friedley IU, SNL
|
|
|
|
angskun Thara Angskun UTK
|
2008-09-23 23:38:53 +04:00
|
|
|
bbenton Brad Benton IBM
|
2006-06-23 05:54:48 +04:00
|
|
|
bosilca George Bosilca UTK
|
2008-09-23 23:38:53 +04:00
|
|
|
bouteill Aurelien Bouteiller UTK
|
2008-09-24 19:20:45 +04:00
|
|
|
brbarret Brian Barrett IU, LANL, SNL
|
2008-09-23 23:38:53 +04:00
|
|
|
casswell Laura Casswell LANL
|
2008-10-29 16:13:37 +03:00
|
|
|
coti Camille Coti UTK, INRIA
|
2008-09-23 23:38:53 +04:00
|
|
|
csbell Christian Bell QLogic
|
|
|
|
damico Bill D'Amico Cisco
|
2006-06-23 05:54:48 +04:00
|
|
|
ddd David Daniel LANL
|
2008-09-23 23:38:53 +04:00
|
|
|
dgdimick Denis Dimick LANL
|
|
|
|
dkerr Donald Kerr Sun
|
|
|
|
dlacher Dan Lacher Sun
|
2006-06-23 05:54:48 +04:00
|
|
|
edgar Edgar Gabriel HLRS, UH, UTK
|
2008-09-23 23:38:53 +04:00
|
|
|
emallove Ethan Mallove Sun
|
2006-06-23 05:54:48 +04:00
|
|
|
gef Graham Fagg UTK
|
2008-09-23 23:38:53 +04:00
|
|
|
gingery Ginger Young LANL
|
2006-06-23 05:54:48 +04:00
|
|
|
gleb Gleb Natapov Voltaire
|
|
|
|
gshipman Galen Shipman LANL
|
|
|
|
gwatson Greg Watson LANL
|
2008-09-23 23:38:53 +04:00
|
|
|
herault Thomas Herault INRIA
|
2006-06-23 05:54:48 +04:00
|
|
|
hpcstork Sven Stork HLRS
|
2008-09-23 23:38:53 +04:00
|
|
|
htor Torsten Hoefler IU, TUC
|
|
|
|
jdmason Jon Mason Chelsio
|
2008-09-24 21:34:58 +04:00
|
|
|
jjhursey Josh Hursey IU, ORNL, LANL, LBNL
|
2008-09-23 23:38:53 +04:00
|
|
|
jnysal Nysal Jan IBM
|
2006-06-23 05:54:48 +04:00
|
|
|
jsquyres Jeff Squyres Cisco, IU
|
2008-09-23 23:38:53 +04:00
|
|
|
jurenz Matthias Jurenz ZIH
|
|
|
|
karenn Karen Norteman Sun
|
|
|
|
kmroz Karl Mroz UBC
|
|
|
|
knuepfer Andreas Knuepfer ZIH
|
|
|
|
lemarini Pierre Lemarinier UTK
|
|
|
|
lennyve Lenny Verkhovsky Voltaire
|
|
|
|
lums Andrew Lumsdaine IU
|
|
|
|
matney Ken Matney ORNL
|
|
|
|
mitch Mitch Sukalski SNL
|
2006-06-23 05:54:48 +04:00
|
|
|
mschaara Mohamad Chaarawi UH
|
2008-09-23 23:38:53 +04:00
|
|
|
mt Mark Taylor LANL
|
|
|
|
ollie Li-Ta Lo LANL
|
|
|
|
paklui Pak Lui Sun
|
|
|
|
pasha Pavel Shamis Mellanox
|
|
|
|
patrick Patrick Geoffray Myricom
|
|
|
|
penoff Brad Penoff UBC
|
|
|
|
pjesa Jelena Pjesivac-Grbovic UTK
|
|
|
|
pkambadu Prabhanjan Kambadur IU
|
2006-06-23 05:54:48 +04:00
|
|
|
rasmussn Craig Rasmussen LANL
|
2008-09-23 23:38:53 +04:00
|
|
|
rbbrigh Ron Brightwell SNL
|
2006-06-23 05:54:48 +04:00
|
|
|
rhc Ralph Castain LANL
|
2008-09-23 23:38:53 +04:00
|
|
|
rlgraham Rich Graham ORNL, LANL
|
|
|
|
rolfv Rolf Vandevaart Sun
|
|
|
|
rta Rob Awles LANL
|
- Split the datatype engine into two parts: an MPI specific part in
OMPI
and a language agnostic part in OPAL. The convertor is completely
moved into OPAL. This offers several benefits as described in RFC
http://www.open-mpi.org/community/lists/devel/2009/07/6387.php
namely:
- Fewer basic types (int* and float* types, boolean and wchar
- Fixing naming scheme to ompi-nomenclature.
- Usability outside of the ompi-layer.
- Due to the fixed nature of simple opal types, their information is
completely
known at compile time and therefore constified
- With fewer datatypes (22), the actual sizes of bit-field types may be
reduced
from 64 to 32 bits, allowing reorganizing the opal_datatype
structure, eliminating holes and keeping data required in convertor
(upon send/recv) in one cacheline...
This has implications to the convertor-datastructure and other parts
of the code.
- Several performance tests have been run, the netpipe latency does not
change with
this patch on Linux/x86-64 on the smoky cluster.
- Extensive tests have been done to verify correctness (no new
regressions) using:
1. mpi_test_suite on linux/x86-64 using clean ompi-trunk and
ompi-ddt:
a. running both trunk and ompi-ddt resulted in no differences
(except for MPI_SHORT_INT and MPI_TYPE_MIX_LB_UB do now run
correctly).
b. with --enable-memchecker and running under valgrind (one buglet
when run with static found in test-suite, commited)
2. ibm testsuite on linux/x86-64 using clean ompi-trunk and ompi-ddt:
all passed (except for the dynamic/ tests failed!! as trunk/MTT)
3. compilation and usage of HDF5 tests on Jaguar using PGI and
PathScale compilers.
4. compilation and usage on Scicortex.
- Please note, that for the heterogeneous case, (-m32 compiled
binaries/ompi), neither
ompi-trunk, nor ompi-ddt branch would successfully launch.
This commit was SVN r21641.
2009-07-13 08:56:31 +04:00
|
|
|
rusraink Rainer Keller HLRS, ORNL
|
2008-09-23 23:59:57 +04:00
|
|
|
sami Sami Ayyorgun LANL
|
2008-09-23 23:38:53 +04:00
|
|
|
santhana Gopal Santhanaraman OSU
|
|
|
|
sharonm Sharon Melamed Voltaire
|
|
|
|
shiqing Shiqing Fan HLRS
|
|
|
|
surs Sayantan Sur OSU
|
2006-06-23 05:54:48 +04:00
|
|
|
sushant Sushant Sharma LANL
|
2008-09-23 23:38:53 +04:00
|
|
|
tdd Terry Dontje Sun
|
|
|
|
timattox Tim Mattox IU
|
|
|
|
tprins Tim Prins IU, LANL
|
2006-06-23 05:54:48 +04:00
|
|
|
twoodall Tim Woodall LANL
|
2008-09-23 23:38:53 +04:00
|
|
|
vsahay Vishal Sahay IU
|
|
|
|
yuw Weikuan Yu LANL, OSU
|
2006-06-23 05:54:48 +04:00
|
|
|
|
|
|
|
Affiliaion abbreviations:
|
|
|
|
-------------------------
|
|
|
|
|
|
|
|
Cisco = Cisco Systems, Inc.
|
|
|
|
HLRS = High Performance Computing Center, Stuttgart
|
|
|
|
IU = Indiana University
|
|
|
|
LANL = Los Alamos National Laboratory
|
2008-09-24 21:34:58 +04:00
|
|
|
LBNL = Lawrence Berkeley National Laboratory
|
|
|
|
ORNL = Oak Ridge National Laboratory
|
2006-06-23 05:54:48 +04:00
|
|
|
OSU = The Ohio State University
|
2008-09-24 19:20:45 +04:00
|
|
|
SNL = Sandia National Laboratories
|
2008-09-23 23:38:53 +04:00
|
|
|
TUC = Technische Universtaet Chemnitz
|
|
|
|
UBC = University of British Columbia
|
|
|
|
UJ = Friedrich-Schiller-Universitat Jena
|
2006-06-23 05:54:48 +04:00
|
|
|
UTK = University of Tennessee, Knoxville
|
|
|
|
Voltaire = Voltaire
|
2008-09-23 23:38:53 +04:00
|
|
|
ZIH = Technische Universitaet Dresden
|