
| Author | Revisions | Lines of Code | Added Lines of Code | Lines of Code per Change |
|---|---|---|---|---|
| osborn | 38 (76.0%) | 1867 (80.1%) | 2081 (71.5%) | 49.13 |
| edwards | 5 (10.0%) | -44 (-1.9%) | 109 (3.7%) | -8.80 |
| morten | 4 (8.0%) | 509 (21.8%) | 715 (24.6%) | 127.25 |
| bjoo | 3 (6.0%) | 0 (0.0%) | 4 (0.1%) | 0.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,
3 Lines changed)
include/qmp_config.h.in 1.5
(+3
-0)
|
| 10/3/06 5:31 PM | osborn |
Added "-qmp-geom native" command line option for BG/L.
(1 Files changed,
2 Lines changed)
include/Makefile.in 1.18
(+2
-2)
|
| 5/26/06 12:38 AM | edwards |
Induced changes
(1 Files changed,
1 Lines changed)
include/Makefile.in 1.17
(+1
-1)
|
| 5/17/06 2:56 PM | bjoo |
Induced Changes
(1 Files changed,
1 Lines changed)
include/Makefile.in 1.16
(+1
-1)
|
| 5/9/06 4:26 PM | morten |
Changed weak bindings from using pragma to using attribute
(1 Files changed,
420 Lines changed)
include/QMP_profiling.h 1.2
(+420
-205)
|
| 4/4/06 5:25 PM | bjoo |
Now clean after themselves
(1 Files changed,
2 Lines changed)
include/Makefile.in 1.15
(+2
-2)
|
| 3/10/06 3:38 AM | osborn |
Added timing routines.
(4 Files changed,
79 Lines changed)
include/qmp_config.h.in 1.4
(+3
-0)
include/QMP_P_COMMON.h 1.7
(+52
-3)
include/qmp.h 1.6
(+6
-2)
include/Makefile.in 1.14
(+18
-8)
|
| 1/5/06 2:32 PM | osborn |
Fixes to BG/L personality code. Ready for version 2.1.3.
(1 Files changed,
8 Lines changed)
include/Makefile.in 1.13
(+8
-18)
|
| 1/4/06 10:12 PM | osborn |
Added --enable-bgl compilation option.
(1 Files changed,
3 Lines changed)
include/qmp_config.h.in 1.3
(+3
-0)
|
| 1/4/06 3:27 PM | osborn |
Removed C99 named initializer.
(1 Files changed,
5 Lines changed)
include/QMP_P_COMMON.h 1.6
(+5
-0)
|
| 8/27/05 3:49 PM | osborn |
Removed a '//' to make people who don't want to use C99 happy.
(2 Files changed,
6 Lines changed)
include/qmp.h 1.5
(+4
-1)
include/Makefile.in 1.12
(+2
-2)
|
| 8/18/05 1:53 AM | osborn |
Changed to use persistent communication requests.
(2 Files changed,
9 Lines changed)
include/QMP_P_MPI.h 1.4
(+8
-6)
include/Makefile.in 1.11
(+1
-1)
|
| 6/29/05 3:46 PM | edwards |
Induced changes.
(1 Files changed,
0 Lines changed)
include/Makefile.in 1.10
(+0
-0)
|
| 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)
include/Makefile.in 1.9
(+1
-1)
|
| 6/21/05 5:10 PM | osborn |
Fixed distcheck target.
(1 Files changed,
1 Lines changed)
include/Makefile.in 1.8
(+1
-0)
|
| 6/21/05 4:18 PM | osborn |
Added -qmp-geom command line argument to force grid-like behavior.
(2 Files changed,
12 Lines changed)
include/QMP_P_COMMON.h 1.5
(+12
-0)
include/qmp_config.h.in 1.2
(+0
-3)
|
| 6/20/05 6:20 PM | osborn |
Fixed inclusion of profiling header.
(5 Files changed,
17 Lines changed)
include/Makefile.am 1.2
(+2
-1)
include/QMP_P_MPI.h 1.3
(+4
-1)
include/QMP_P_COMMON.h 1.4
(+4
-1)
include/Makefile.in 1.7
(+2
-1)
include/QMP_P_SINGLE.h 1.5
(+5
-2)
|
| 6/20/05 5:15 PM | osborn |
Added qmp_config.h.in.
(1 Files changed,
37 Lines changed)
include/qmp_config.h.in 1.1 added 37
|
| 6/20/05 5:14 PM | osborn |
Moved autoconf defines into qmp_config.h to make XLC happy.
(3 Files changed,
48 Lines changed)
include/qmp.h 1.4
(+6
-2)
include/QMP_P_COMMON.h 1.3
(+4
-0)
include/Makefile.in 1.6
(+38
-17)
|
| 12/19/04 2:30 AM | morten |
Added function declerations for the new profiling functions.
(1 Files changed,
11 Lines changed)
include/qmp.h 1.3
(+11
-0)
|