Directory Statistics for lib/dml/

Back to Index Page

Lines Of Code for lib/dml/

Commits for lib/dml/ (per author)

AuthorRevisionsLines of CodeAdded Lines of CodeLines of Code per Change
edwards55 (47.8%) 583 (17.9%) 838 (16.3%) 10.60
detar35 (30.4%) 2227 (68.2%) 3552 (69.2%) 63.63
bjoo12 (10.4%) 499 (15.3%) 563 (11.0%) 41.58
osborn11 (9.6%) -47 (-1.4%) 179 (3.5%) -4.27
flemingg1 (0.9%) 2 (0.1%) 2 (0.0%) 2.00
dru1 (0.9%) 0 (0.0%) 1 (0.0%) 0.00

Commit Log

DateAuthorFile/Message
8/29/07 11:44 PMedwards
Added some function names for the print statements. (1 Files changed, 24 Lines changed)
lib/dml/DML_route.c 1.19 (+24 -22)
8/22/07 12:50 AMedwards
A hack in DML_route_bytes allows a Bluegene to run this part in switch
mode even though QMP was forced into "mesh" mode.
(1 Files changed, 30 Lines changed)
lib/dml/DML_parscalar.c 1.13 (+30 -14)
8/21/07 10:14 PMedwards
Slow route enable option changed to fast routine option. (1 Files changed, 1 Lines changed)
lib/dml/DML_route.c 1.18 (+1 -1)
8/21/07 3:22 PMedwards
Ooops, changed "if defined" to "#if defined" (1 Files changed, 1 Lines changed)
lib/dml/DML_utils.c 1.39 (+1 -1)
8/21/07 3:20 PMedwards
Added ifdef's of QIO_DML_USE_OUT_BUFFERING around
DML_partition_out.
(1 Files changed, 6 Lines changed)
lib/dml/DML_utils.c 1.38 (+6 -2)
8/13/07 10:42 PMedwards
Now allow word_size=1 for DML_byterevn. This is actually a NOP. (1 Files changed, 10 Lines changed)
lib/dml/DML_utils.c 1.37 (+10 -4)
6/17/07 9:18 AMdetar
Support USQCD propagator formats, hypercube record type, user-defined I/O
nodes. Rearrange qioxml.h and QIO_info.c for clarity. Update documentation.
Breaks previous API slightly.
(3 Files changed, 219 Lines changed)
lib/dml/DML_utils.c 1.36 (+215 -26)
lib/dml/DML_scalar.c 1.10 (+2 -2)
lib/dml/DML_parscalar.c 1.12 (+2 -1)
5/13/07 4:47 PMdetar
Support file splitting for I/O with fewer I/O nodes than compute nodes. (1 Files changed, 94 Lines changed)
lib/dml/DML_utils.c 1.35 (+94 -14)
2/12/07 7:49 PMosborn
Eliminated compiler warnings and now save configure options in qio-config. (2 Files changed, 4 Lines changed)
lib/dml/DML_crc32.c 1.5 (+2 -0)
lib/dml/DML_utils.c 1.34 (+2 -8)
11/24/06 1:12 PMdetar
Buffer message passing during serial output. (1 Files changed, 327 Lines changed)
lib/dml/DML_utils.c 1.33 (+327 -95)
6/13/06 1:52 PMbjoo
Replaced Cplusplus style comment (1 Files changed, 1 Lines changed)
lib/dml/DML_parscalar.c 1.11 (+1 -1)
2/18/06 4:02 PMdetar
Add a discover_dims_mode flag to the DML_Layout structure.
Make it possible to read a partfile volume in discovery mode withou
tripping over the sitelist verification.
Plus some inevitable configure tweaks.
(1 Files changed, 24 Lines changed)
lib/dml/DML_utils.c 1.32 (+24 -12)
11/29/05 4:07 PMbjoo
Single and Multifile reads now work (2 Files changed, 6 Lines changed)
lib/dml/DML_parscalar.c 1.10 (+5 -1)
lib/dml/DML_utils.c 1.31 (+1 -0)
7/21/05 2:43 PMdetar
Further changes to support large files. (1 Files changed, 4 Lines changed)
lib/dml/DML_utils.c 1.30 (+4 -2)
7/17/05 9:09 AMdetar
Large file support. See --enable-largefile (1 Files changed, 13 Lines changed)
lib/dml/DML_utils.c 1.29 (+13 -2)
7/8/05 5:50 PMdetar
Major changes to support ILDG formats and parallel I/O - ced (3 Files changed, 121 Lines changed)
lib/dml/DML_stream_out.c 1.7 removed
lib/dml/DML_stream_in.c 1.10 removed
lib/dml/DML_utils.c 1.28 (+121 -49)
5/29/05 6:01 PMosborn
Changed the num_sites functions to return int instead of size_t,
since this is what QDP will support. Also minor cleanups and fixes.
(1 Files changed, 11 Lines changed)
lib/dml/DML_utils.c 1.27 (+11 -7)
4/28/05 12:48 PMdetar
Significant changes support random access reads and writes
More efficient file format conversion
Updated documentation
(2 Files changed, 659 Lines changed)
lib/dml/DML_stream_in.c 1.9 (+2 -2)
lib/dml/DML_utils.c 1.26 (+657 -44)
2/28/05 11:46 AMbjoo
t_qio now much more stable on QCDOC after QIO string handling fixes (2 Files changed, 26 Lines changed)
lib/dml/DML_utils.c 1.25 (+15 -13)
lib/dml/DML_route.c 1.17 (+11 -11)
2/22/05 11:09 AMbjoo
Removed some frees in DML_route that are not supposed to free (1 Files changed, 4 Lines changed)
lib/dml/DML_route.c 1.16 (+4 -4)