Directory Statistics for other_libs/qio/lib/qio/

Back to Index Page

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

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

AuthorRevisionsLines of CodeAdded Lines of CodeLines of Code per Change
detar147 (53.1%) 7000 (91.0%) 11175 (81.6%) 47.62
edwards83 (30.0%) 577 (7.5%) 2287 (16.7%) 6.95
osborn27 (9.7%) -15 (-0.2%) 42 (0.3%) -0.56
bjoo18 (6.5%) 127 (1.7%) 194 (1.4%) 7.06
kostas1 (0.4%) 2 (0.0%) 2 (0.0%) 2.00
flemingg1 (0.4%) 2 (0.0%) 2 (0.0%) 2.00

Commit Log

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