Directory Statistics for other_libs/qio/lib/lrl/

Back to Index Page

Lines Of Code for other_libs/qio/lib/lrl/

Commits for other_libs/qio/lib/lrl/ (per author)

AuthorRevisionsLines of CodeAdded Lines of CodeLines of Code per Change
detar15 (42.9%) 393 (51.4%) 646 (59.3%) 26.20
edwards13 (37.1%) 366 (47.8%) 429 (39.4%) 28.15
bjoo4 (11.4%) 5 (0.7%) 10 (0.9%) 1.25
osborn2 (5.7%) -1 (-0.1%) 2 (0.2%) -0.50
flemingg1 (2.9%) 2 (0.3%) 2 (0.2%) 2.00

Commit Log

DateAuthorFile/Message
8/29/07 11:44 PMedwards
Added some function names for the print statements. (1 Files changed, 16 Lines changed)
other_libs/qio/lib/lrl/LRL_main.c 1.24 (+16 -13)
5/13/07 4:47 PMdetar
Support file splitting for I/O with fewer I/O nodes than compute nodes. (1 Files changed, 5 Lines changed)
other_libs/qio/lib/lrl/LRL_main.c 1.23 (+5 -5)
2/12/07 7:49 PMosborn
Eliminated compiler warnings and now save configure options in qio-config. (1 Files changed, 1 Lines changed)
other_libs/qio/lib/lrl/LRL_main.c 1.22 (+1 -3)
11/29/05 2:34 PMbjoo
Fixed Oops-es in qdp++ and some memory leaks in QIO (1 Files changed, 1 Lines changed)
other_libs/qio/lib/lrl/LRL_main.c 1.21 (+1 -0)
7/21/05 2:43 PMdetar
Further changes to support large files. (1 Files changed, 10 Lines changed)
other_libs/qio/lib/lrl/LRL_main.c 1.20 (+10 -10)
7/18/05 6:13 PMdetar
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)
other_libs/qio/lib/lrl/LRL_main.c 1.19 (+3 -4)
7/8/05 5:50 PMdetar
Major changes to support ILDG formats and parallel I/O - ced (1 Files changed, 245 Lines changed)
other_libs/qio/lib/lrl/LRL_main.c 1.18 (+245 -15)
4/28/05 12:48 PMdetar
Significant changes support random access reads and writes
More efficient file format conversion
Updated documentation
(2 Files changed, 55 Lines changed)
other_libs/qio/lib/lrl/LRL_main.c 1.17 (+43 -10)
other_libs/qio/lib/lrl/LRL_dummy.c 1.7 (+12 -7)
1/7/05 1:12 AMedwards
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)
other_libs/qio/lib/lrl/LRL_main.c 1.16 (+8 -8)
11/1/04 7:26 PMosborn
Added missing files in examples, created qio-configure, other build fixes. (1 Files changed, 1 Lines changed)
other_libs/qio/lib/lrl/LRL_main.c 1.15 (+1 -0)
10/29/04 11:12 PMdetar
Support host file conversion from singlefile to partfile.
Revision to example test code. Verbosity level added.
-CD
(1 Files changed, 57 Lines changed)
other_libs/qio/lib/lrl/LRL_main.c 1.14 (+57 -46)
8/26/04 3:02 PMdetar
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)
other_libs/qio/lib/lrl/LRL_main.c 1.13 (+69 -58)
3/21/04 10:28 PMedwards
Changed error message to something more descriptive. (1 Files changed, 13 Lines changed)
other_libs/qio/lib/lrl/LRL_main.c 1.12 (+13 -7)
2/29/04 2:49 PMdetar
Systematized return codes in qio and lrl. (2 Files changed, 37 Lines changed)
other_libs/qio/lib/lrl/LRL_main.c 1.11 (+25 -26)
other_libs/qio/lib/lrl/LRL_dummy.c 1.6 (+12 -10)
2/19/04 7:14 AMbjoo
Fixed typo here (1 Files changed, 1 Lines changed)
other_libs/qio/lib/lrl/LRL_main.c 1.10 (+1 -1)
2/7/04 12:22 PMdetar
Fixed LRL_close_write_record bug and QIO_filename_edit bug. C. DeTar (1 Files changed, 2 Lines changed)
other_libs/qio/lib/lrl/LRL_main.c 1.9 (+2 -1)
2/6/04 6:45 PMdetar
Insert LIME and modify code to support it. C. DeTar (2 Files changed, 86 Lines changed)
other_libs/qio/lib/lrl/LRL_main.c 1.8 (+83 -51)
other_libs/qio/lib/lrl/LRL_dummy.c 1.5 (+3 -3)
10/23/03 2:48 PMdetar
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)
other_libs/qio/lib/lrl/LRL_main.c 1.7 (+62 -7)
other_libs/qio/lib/lrl/LRL_dummy.c 1.4 (+15 -0)
10/16/03 5:25 PMflemingg
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)
other_libs/qio/lib/lrl/LRL_main.c 1.6 (+2 -0)
9/26/03 11:26 AMbjoo
QDP IO now puts proper DimeTypes (1 Files changed, 6 Lines changed)
other_libs/qio/lib/lrl/LRL_main.c 1.5 (+6 -4)