
| Author | Revisions | Lines of Code | Added Lines of Code | Lines of Code per Change |
|---|---|---|---|---|
| detar | 15 (42.9%) | 393 (51.4%) | 646 (59.3%) | 26.20 |
| edwards | 13 (37.1%) | 366 (47.8%) | 429 (39.4%) | 28.15 |
| bjoo | 4 (11.4%) | 5 (0.7%) | 10 (0.9%) | 1.25 |
| osborn | 2 (5.7%) | -1 (-0.1%) | 2 (0.2%) | -0.50 |
| flemingg | 1 (2.9%) | 2 (0.3%) | 2 (0.2%) | 2.00 |
| Date | Author | File/Message |
|---|---|---|
| 8/29/07 11:44 PM | edwards |
Added some function names for the print statements.
(1 Files changed,
16 Lines changed)
lib/lrl/LRL_main.c 1.24
(+16
-13)
|
| 5/13/07 4:47 PM | detar |
Support file splitting for I/O with fewer I/O nodes than compute nodes.
(1 Files changed,
5 Lines changed)
lib/lrl/LRL_main.c 1.23
(+5
-5)
|
| 2/12/07 7:49 PM | osborn |
Eliminated compiler warnings and now save configure options in qio-config.
(1 Files changed,
1 Lines changed)
lib/lrl/LRL_main.c 1.22
(+1
-3)
|
| 11/29/05 2:34 PM | bjoo |
Fixed Oops-es in qdp++ and some memory leaks in QIO
(1 Files changed,
1 Lines changed)
lib/lrl/LRL_main.c 1.21
(+1
-0)
|
| 7/21/05 2:43 PM | detar |
Further changes to support large files.
(1 Files changed,
10 Lines changed)
lib/lrl/LRL_main.c 1.20
(+10
-10)
|
| 7/18/05 6:13 PM | detar |
Further corrections to support files > 2 GB.
Correct bug in QIO_read_record_info.c that failed with ILDG partitioned files. (1 Files changed, 3 Lines changed) lib/lrl/LRL_main.c 1.19
(+3
-4)
|
| 7/8/05 5:50 PM | detar |
Major changes to support ILDG formats and parallel I/O - ced
(1 Files changed,
245 Lines changed)
lib/lrl/LRL_main.c 1.18
(+245
-15)
|
| 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, 55 Lines changed) lib/lrl/LRL_dummy.c 1.7
(+12
-7)
lib/lrl/LRL_main.c 1.17
(+43
-10)
|
| 1/7/05 1:12 AM | edwards |
Change LIME file byte counter types to off_t and change QIO/LRL to conform.
Update QIO documentation. A little housekeeping. (1 Files changed, 8 Lines changed) lib/lrl/LRL_main.c 1.16
(+8
-8)
|
| 11/1/04 7:26 PM | osborn |
Added missing files in examples, created qio-configure, other build fixes.
(1 Files changed,
1 Lines changed)
lib/lrl/LRL_main.c 1.15
(+1
-0)
|
| 10/29/04 11:12 PM | detar |
Support host file conversion from singlefile to partfile.
Revision to example test code. Verbosity level added. -CD (1 Files changed, 57 Lines changed) lib/lrl/LRL_main.c 1.14
(+57
-46)
|
| 8/26/04 3:02 PM | detar |
Added partitioned I/O support. Made string functionality same as QDP.
Standardized fixed numeric types. No support for parallel I/O or file appending yet, but included placeholders. -CD (1 Files changed, 69 Lines changed) lib/lrl/LRL_main.c 1.13
(+69
-58)
|
| 3/21/04 10:28 PM | edwards |
Changed error message to something more descriptive.
(1 Files changed,
13 Lines changed)
lib/lrl/LRL_main.c 1.12
(+13
-7)
|
| 2/29/04 2:49 PM | detar |
Systematized return codes in qio and lrl.
(2 Files changed,
37 Lines changed)
lib/lrl/LRL_main.c 1.11
(+25
-26)
lib/lrl/LRL_dummy.c 1.6
(+12
-10)
|
| 2/19/04 7:14 AM | bjoo |
Fixed typo here
(1 Files changed,
1 Lines changed)
lib/lrl/LRL_main.c 1.10
(+1
-1)
|
| 2/7/04 12:22 PM | detar |
Fixed LRL_close_write_record bug and QIO_filename_edit bug. C. DeTar
(1 Files changed,
2 Lines changed)
lib/lrl/LRL_main.c 1.9
(+2
-1)
|
| 2/6/04 6:45 PM | detar |
Insert LIME and modify code to support it. C. DeTar
(2 Files changed,
86 Lines changed)
lib/lrl/LRL_dummy.c 1.5
(+3
-3)
lib/lrl/LRL_main.c 1.8
(+83
-51)
|
| 10/23/03 2:48 PM | detar |
Major update by CD
File formatting is now complete and includes private file and record XML and checksums. Multifile capability has been added. Parallel read and write capability has been added, but not debugged. A TODOLIST file has been added for notes on what remains to be done. (2 Files changed, 77 Lines changed) lib/lrl/LRL_main.c 1.7
(+62
-7)
lib/lrl/LRL_dummy.c 1.4
(+15
-0)
|
| 10/16/03 5:25 PM | flemingg |
The committed .c files #include <malloc.h>.
Added AC_CHECK_HEADERS([malloc.h]) to configure.ac. Wrapped #include <malloc.h> in #ifdef HAVE_MALLOC_H ... #endif reran 'aclocal && automake && autoconf' (1 Files changed, 2 Lines changed) lib/lrl/LRL_main.c 1.6
(+2
-0)
|
| 9/26/03 11:26 AM | bjoo |
QDP IO now puts proper DimeTypes
(1 Files changed,
6 Lines changed)
lib/lrl/LRL_main.c 1.5
(+6
-4)
|