
| Author | Revisions | Lines of Code | Added Lines of Code | Lines of Code per Change |
|---|---|---|---|---|
| detar | 147 (53.1%) | 7000 (91.0%) | 11175 (81.6%) | 47.62 |
| edwards | 83 (30.0%) | 577 (7.5%) | 2287 (16.7%) | 6.95 |
| osborn | 27 (9.7%) | -15 (-0.2%) | 42 (0.3%) | -0.56 |
| bjoo | 18 (6.5%) | 127 (1.7%) | 194 (1.4%) | 7.06 |
| kostas | 1 (0.4%) | 2 (0.0%) | 2 (0.0%) | 2.00 |
| flemingg | 1 (0.4%) | 2 (0.0%) | 2 (0.0%) | 2.00 |
| Date | Author | File/Message |
|---|---|---|
| 8/29/07 11:44 PM | edwards |
Added some function names for the print statements.
(2 Files changed,
13 Lines changed)
lib/qio/QIO_string.c 1.8
(+7
-5)
lib/qio/QIO_host_file_conversion.c 1.16
(+6
-4)
|
| 8/14/07 12:15 AM | edwards |
Put in a patch to allow global data to only live on the master_io_node.
(1 Files changed,
17 Lines changed)
lib/qio/QIO_write.c 1.25
(+17
-7)
|
| 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. (14 Files changed, 2414 Lines changed) lib/qio/QIO_read_record_info.c 1.23
(+4
-2)
lib/qio/QIO_open_read.c 1.37
(+39
-6)
lib/qio/QIO_info_usqcd_prop.c 1.1 added 619
lib/qio/QIO_utils.c 1.37
(+59
-33)
lib/qio/QIO_write.c 1.24
(+29
-30)
lib/qio/QIO_info_ildg_record.c 1.1 added 254
lib/qio/QIO_host_file_conversion.c 1.15
(+17
-17)
lib/qio/QIO_open_write.c 1.31
(+32
-5)
lib/qio/QIO_close_read.c 1.14
(+8
-3)
lib/qio/QIO_close_write.c 1.11
(+7
-5)
lib/qio/QIO_info_private.c 1.1 added 1028
lib/qio/QIO_info_usqcd_gauge.c 1.1 added 243
lib/qio/QIO_read_record_data.c 1.23
(+75
-60)
lib/qio/QIO_info.c 1.19
(+0
-1387)
|
| 5/13/07 4:47 PM | detar |
Support file splitting for I/O with fewer I/O nodes than compute nodes.
(1 Files changed,
8 Lines changed)
lib/qio/QIO_host_file_conversion.c 1.14
(+8
-4)
|
| 5/13/07 4:46 PM | detar |
Convenience functions for building and parsing USQCD lattice file XML (E. Scholz)
(1 Files changed,
236 Lines changed)
lib/qio/QIO_info.c 1.18
(+236
-8)
|
| 5/13/07 4:43 PM | detar |
Add timing function.
(1 Files changed,
22 Lines changed)
lib/qio/QIO_utils.c 1.36
(+22
-2)
|
| 5/13/07 4:42 PM | detar |
Add some debug statements
(1 Files changed,
23 Lines changed)
lib/qio/QIO_read_record_data.c 1.22
(+23
-5)
|
| 5/13/07 4:41 PM | detar |
Avoid a null malloc. Add a debug statement.
(1 Files changed,
11 Lines changed)
lib/qio/QIO_open_read.c 1.36
(+11
-4)
|
| 2/12/07 7:49 PM | osborn |
Eliminated compiler warnings and now save configure options in qio-config.
(3 Files changed,
3 Lines changed)
lib/qio/QIO_open_write.c 1.30
(+2
-2)
lib/qio/QIO_utils.c 1.35
(+0
-25)
lib/qio/QIO_open_read.c 1.35
(+1
-0)
|
| 11/24/06 1:10 PM | detar |
Trivia
(4 Files changed,
8 Lines changed)
lib/qio/QIO_read_record_info.c 1.22
(+4
-3)
lib/qio/QIO_host_file_conversion.c 1.13
(+1
-1)
lib/qio/QIO_utils.c 1.34
(+2
-0)
lib/qio/QIO_open_read.c 1.34
(+1
-1)
|
| 3/17/06 1:00 AM | detar |
Fix bug. Initialize discover_dims_mode correctly.
(1 Files changed,
1 Lines changed)
lib/qio/QIO_open_write.c 1.29
(+1
-0)
|
| 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. (2 Files changed, 17 Lines changed) lib/qio/QIO_open_read.c 1.33
(+9
-7)
lib/qio/QIO_utils.c 1.33
(+8
-5)
|
| 1/13/06 11:41 AM | bjoo |
Can now read Dirks ILDG Lattices
(2 Files changed,
6 Lines changed)
lib/qio/QIO_read_record_info.c 1.21
(+5
-1)
lib/qio/QIO_open_read.c 1.32
(+1
-1)
|
| 1/6/06 11:00 AM | detar |
Add message explaining handling of missing tag.
(1 Files changed,
1 Lines changed)
lib/qio/QIO_info.c 1.17
(+1
-0)
|
| 1/6/06 10:36 AM | detar |
Do global sync only for parallel I/O
(1 Files changed,
4 Lines changed)
lib/qio/QIO_open_write.c 1.28
(+4
-1)
|
| 1/6/06 10:35 AM | detar |
If globaldata tag is missing from record info, default to QIO_FIELD
(1 Files changed,
10 Lines changed)
lib/qio/QIO_info.c 1.16
(+10
-0)
|
| 11/29/05 4:07 PM | bjoo |
Single and Multifile reads now work
(1 Files changed,
13 Lines changed)
lib/qio/QIO_read_record_data.c 1.21
(+13
-3)
|
| 11/29/05 2:34 PM | bjoo |
Fixed Oops-es in qdp++ and some memory leaks in QIO
(2 Files changed,
6 Lines changed)
lib/qio/QIO_write.c 1.23
(+1
-0)
lib/qio/QIO_read_record_info.c 1.20
(+5
-0)
|
| 11/11/05 4:16 PM | bjoo |
Fixed some minor ILDG Problems -- added in field and a missing quotation mark
(3 Files changed,
19 Lines changed)
lib/qio/QIO_open_write.c 1.27
(+10
-1)
lib/qio/QIO_close_write.c 1.10
(+5
-0)
lib/qio/QIO_info.c 1.15
(+4
-1)
|
| 7/21/05 2:43 PM | detar |
Further changes to support large files.
(4 Files changed,
33 Lines changed)
lib/qio/QIO_utils.c 1.32
(+29
-30)
lib/qio/QIO_open_read.c 1.31
(+1
-1)
lib/qio/QIO_write.c 1.22
(+2
-2)
lib/qio/QIO_read_record_info.c 1.19
(+1
-1)
|