Directory Statistics for lib/

Back to Index Page

Lines Of Code for lib/

Commits for lib/ (per author)

AuthorRevisionsLines of CodeAdded Lines of CodeLines of Code per Change
osborn72 (79.1%) 3933 (98.7%) 4977 (93.2%) 54.62
edwards10 (11.0%) -6 (-0.2%) 294 (5.5%) -0.60
bjoo6 (6.6%) 37 (0.9%) 45 (0.8%) 6.17
morten2 (2.2%) 17 (0.4%) 18 (0.3%) 8.50
detar1 (1.1%) 5 (0.1%) 7 (0.1%) 5.00

Commit Log

DateAuthorFile/Message
12/14/07 6:32 PMosborn
added --enable-bgp option to use BG/P personality info (1 Files changed, 84 Lines changed)
lib/QMP_init_mpi.c 1.10 (+84 -27)
10/3/06 5:31 PMosborn
Added "-qmp-geom native" command line option for BG/L. (3 Files changed, 134 Lines changed)
lib/QMP_init_mpi.c 1.9 (+49 -10)
lib/Makefile.in 1.17 (+2 -4)
lib/QMP_topology.c 1.8 (+83 -16)
6/13/06 1:43 PMbjoo
Removed some c99isms. Code compiles on Cray at ORNL using pgcc (3 Files changed, 41 Lines changed)
lib/QMP_topology.c 1.7 (+11 -1)
lib/QMP_grid.c 1.6 (+14 -1)
lib/QMP_comm_mpi.c 1.7 (+16 -2)
5/26/06 12:38 AMedwards
Induced changes (1 Files changed, 1 Lines changed)
lib/Makefile.in 1.16 (+1 -1)
5/25/06 5:09 PMedwards
Changed error string to match function name. (1 Files changed, 6 Lines changed)
lib/QMP_comm_single.c 1.6 (+6 -3)
5/25/06 5:08 PMedwards
Changed error strings to match function name. (1 Files changed, 5 Lines changed)
lib/QMP_error_single.c 1.5 (+5 -2)
5/22/06 1:28 PMdetar
Trivial: Move two declarations for compatibility with pre-C90 syntax. (1 Files changed, 7 Lines changed)
lib/QMP_init_single.c 1.8 (+7 -2)
5/17/06 2:56 PMbjoo
Induced Changes (1 Files changed, 1 Lines changed)
lib/Makefile.in 1.15 (+1 -1)
4/4/06 5:25 PMbjoo
Now clean after themselves (1 Files changed, 2 Lines changed)
lib/Makefile.in 1.14 (+2 -2)
3/10/06 1:15 PMosborn
Fixed warning about types. (1 Files changed, 4 Lines changed)
lib/QMP_error_single.c 1.4 (+4 -1)
3/10/06 3:38 AMosborn
Added timing routines. (13 Files changed, 532 Lines changed)
lib/QMP_comm_mpi.c 1.6 (+129 -104)
lib/QMP_mem_single.c 1.6 (+37 -2)
lib/QMP_comm_single.c 1.5 (+48 -0)
lib/QMP_error_mpi.c 1.3 (+32 -13)
lib/QMP_mem_mpi.c 1.6 (+103 -39)
lib/QMP_init_mpi.c 1.8 (+18 -0)
lib/QMP_grid.c 1.5 (+19 -6)
lib/QMP_init_single.c 1.7 (+14 -0)
lib/Makefile.in 1.13 (+22 -26)
lib/QMP_util.c 1.4 (+14 -5)
lib/QMP_error_single.c 1.3 (+21 -8)
lib/QMP_machine.c 1.4 (+44 -14)
lib/QMP_topology.c 1.6 (+31 -7)
1/5/06 2:32 PMosborn
Fixes to BG/L personality code. Ready for version 2.1.3. (2 Files changed, 35 Lines changed)
lib/QMP_topology.c 1.5 (+9 -6)
lib/Makefile.in 1.12 (+26 -22)
1/4/06 10:12 PMosborn
Added --enable-bgl compilation option. (2 Files changed, 90 Lines changed)
lib/QMP_topology.c 1.4 (+81 -29)
lib/QMP_mem_mpi.c 1.5 (+9 -2)
1/4/06 3:27 PMosborn
Removed C99 named initializer. (2 Files changed, 15 Lines changed)
lib/QMP_init_mpi.c 1.7 (+8 -1)
lib/QMP_init_single.c 1.6 (+7 -1)
11/17/05 1:29 AMosborn
Fixed bug in SINGLE initialization which swapped SWITCH and MESH modes. (1 Files changed, 4 Lines changed)
lib/QMP_init_single.c 1.5 (+4 -1)
8/27/05 3:49 PMosborn
Removed a '//' to make people who don't want to use C99 happy. (1 Files changed, 2 Lines changed)
lib/Makefile.in 1.11 (+2 -2)
8/18/05 1:53 AMosborn
Changed to use persistent communication requests. (4 Files changed, 230 Lines changed)
lib/QMP_mem_mpi.c 1.4 (+119 -53)
lib/QMP_init_mpi.c 1.6 (+4 -1)
lib/QMP_comm_mpi.c 1.5 (+106 -239)
lib/Makefile.in 1.10 (+1 -1)
6/29/05 3:46 PMedwards
Induced changes. (1 Files changed, 0 Lines changed)
lib/Makefile.in 1.9 (+0 -0)
6/29/05 3:44 PMedwards
Removed ANSI-99-isms. Now compiles under c89. (2 Files changed, 18 Lines changed)
lib/QMP_init_single.c 1.4 (+9 -5)
lib/QMP_init_mpi.c 1.5 (+9 -5)
6/29/05 12:41 PMbjoo
Took out skipping of duplicate libs. Sometimes libs need to be duplicated (1 Files changed, 1 Lines changed)
lib/Makefile.in 1.8 (+1 -1)