
| Author | Revisions | Lines of Code | Added Lines of Code | Lines of Code per Change |
|---|---|---|---|---|
| edwards | 55 (47.8%) | 583 (17.9%) | 838 (16.3%) | 10.60 |
| detar | 35 (30.4%) | 2227 (68.2%) | 3552 (69.2%) | 63.63 |
| bjoo | 12 (10.4%) | 499 (15.3%) | 563 (11.0%) | 41.58 |
| osborn | 11 (9.6%) | -47 (-1.4%) | 179 (3.5%) | -4.27 |
| flemingg | 1 (0.9%) | 2 (0.1%) | 2 (0.0%) | 2.00 |
| dru | 1 (0.9%) | 0 (0.0%) | 1 (0.0%) | 0.00 |
| Date | Author | File/Message |
|---|---|---|
| 8/29/07 11:44 PM | edwards |
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 AM | edwards |
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 PM | edwards |
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 PM | edwards |
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 PM | edwards |
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 PM | edwards |
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 AM | detar |
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 PM | detar |
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 PM | osborn |
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 PM | detar |
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 PM | bjoo |
Replaced Cplusplus style comment
(1 Files changed,
1 Lines changed)
lib/dml/DML_parscalar.c 1.11
(+1
-1)
|
| 2/18/06 4:02 PM | detar |
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 PM | bjoo |
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 PM | detar |
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 AM | detar |
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 PM | detar |
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 PM | osborn |
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 PM | detar |
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 AM | bjoo |
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 AM | bjoo |
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)
|