
| Author | Revisions | Lines of Code | Added Lines of Code | Lines of Code per Change |
|---|---|---|---|---|
| osborn | 72 (79.1%) | 3933 (98.7%) | 4977 (93.2%) | 54.62 |
| edwards | 10 (11.0%) | -6 (-0.2%) | 294 (5.5%) | -0.60 |
| bjoo | 6 (6.6%) | 37 (0.9%) | 45 (0.8%) | 6.17 |
| morten | 2 (2.2%) | 17 (0.4%) | 18 (0.3%) | 8.50 |
| detar | 1 (1.1%) | 5 (0.1%) | 7 (0.1%) | 5.00 |
| Date | Author | File/Message |
|---|---|---|
| 12/14/07 6:32 PM | osborn |
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 PM | osborn |
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 PM | bjoo |
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 AM | edwards |
Induced changes
(1 Files changed,
1 Lines changed)
lib/Makefile.in 1.16
(+1
-1)
|
| 5/25/06 5:09 PM | edwards |
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 PM | edwards |
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 PM | detar |
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 PM | bjoo |
Induced Changes
(1 Files changed,
1 Lines changed)
lib/Makefile.in 1.15
(+1
-1)
|
| 4/4/06 5:25 PM | bjoo |
Now clean after themselves
(1 Files changed,
2 Lines changed)
lib/Makefile.in 1.14
(+2
-2)
|
| 3/10/06 1:15 PM | osborn |
Fixed warning about types.
(1 Files changed,
4 Lines changed)
lib/QMP_error_single.c 1.4
(+4
-1)
|
| 3/10/06 3:38 AM | osborn |
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 PM | osborn |
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 PM | osborn |
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 PM | osborn |
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 AM | osborn |
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 PM | osborn |
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 AM | osborn |
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 PM | edwards |
Induced changes.
(1 Files changed,
0 Lines changed)
lib/Makefile.in 1.9
(+0
-0)
|
| 6/29/05 3:44 PM | edwards |
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 PM | bjoo |
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)
|