
| Author | Revisions | Lines of Code | Added Lines of Code | Lines of Code per Change |
|---|---|---|---|---|
| edwards | 1120 (63.3%) | 17165 (50.6%) | 36371 (58.2%) | 15.33 |
| bjoo | 568 (32.1%) | 15590 (46.0%) | 24239 (38.8%) | 27.45 |
| kostas | 60 (3.4%) | 1062 (3.1%) | 1479 (2.4%) | 17.70 |
| uid3790 | 11 (0.6%) | 8 (0.0%) | 235 (0.4%) | 0.73 |
| mcneile | 10 (0.6%) | 98 (0.3%) | 142 (0.2%) | 9.80 |
| zbigniew | 1 (0.1%) | 0 (0.0%) | 2 (0.0%) | 0.00 |
| Date | Author | File/Message |
|---|---|---|
| 1/3/08 3:06 PM | bjoo |
Refactored to a base class in the ILU Prec case.
(5 Files changed,
833 Lines changed)
lib/actions/ferm/linop/iluprec_s_cprec_t_wilsonlike_linop_w.h 3.1 added 727
lib/actions/ferm/linop/iluprec_s_cprec_t_clover_linop_w.h 3.5
(+60
-232)
lib/actions/ferm/linop/iluprec_s_cprec_t_wilson_linop_w.h 1.6
(+44
-232)
lib/actions/ferm/linop/iluprec_s_cprec_t_wilson_linop_w.cc 1.5
(+1
-417)
lib/actions/ferm/linop/iluprec_s_cprec_t_clover_linop_w.cc 3.5
(+1
-416)
|
| 1/2/08 12:05 PM | bjoo |
Added force terms for ILUPrec WIlson and Clover. Both seem to conserve energy. Need more thorough testing
(4 Files changed,
607 Lines changed)
lib/actions/ferm/linop/iluprec_s_cprec_t_clover_linop_w.h 3.4
(+20
-8)
lib/actions/ferm/linop/iluprec_s_cprec_t_wilson_linop_w.h 1.5
(+21
-7)
lib/actions/ferm/linop/iluprec_s_cprec_t_wilson_linop_w.cc 1.4
(+283
-1)
lib/actions/ferm/linop/iluprec_s_cprec_t_clover_linop_w.cc 3.4
(+283
-1)
|
| 1/1/08 5:45 PM | edwards |
Put in missing mass.
(1 Files changed,
2 Lines changed)
lib/actions/ferm/linop/unprec_graphene_linop_w.cc 1.4
(+2
-1)
|
| 1/1/08 5:38 PM | edwards |
Put in isign into the operator().
(1 Files changed,
7 Lines changed)
lib/actions/ferm/linop/unprec_graphene_linop_w.cc 1.3
(+7
-4)
|
| 1/1/08 5:13 PM | edwards |
Added derivative.
(2 Files changed,
124 Lines changed)
lib/actions/ferm/linop/unprec_graphene_linop_w.h 1.2
(+8
-1)
lib/actions/ferm/linop/unprec_graphene_linop_w.cc 1.2
(+116
-29)
|
| 12/31/07 6:24 PM | edwards |
Added graphene fermact and linop.
(2 Files changed,
313 Lines changed)
lib/actions/ferm/linop/unprec_graphene_linop_w.h 1.1 added 106
lib/actions/ferm/linop/unprec_graphene_linop_w.cc 1.1 added 207
|
| 12/18/07 4:06 PM | bjoo |
Unprec Space Tprec Time HMC terms now coded and conserve energy. Need Physics Testing -- and potentially double precision
(4 Files changed,
317 Lines changed)
lib/actions/ferm/linop/unprec_s_cprec_t_wilson_linop_w.cc 1.5
(+285
-9)
lib/actions/ferm/linop/lwldslash_base_3d_w.cc 3.2
(+18
-19)
lib/actions/ferm/linop/unprec_s_cprec_t_wilson_linop_w.h 1.6
(+10
-25)
lib/actions/ferm/linop/lwldslash_3d_sse_w.cc 3.2
(+4
-3)
|
| 12/12/07 4:42 PM | bjoo |
Added LogDet Monomial for temp prec pieces. Seems to work too, but beware underflows when T is large
(9 Files changed,
286 Lines changed)
lib/actions/ferm/linop/iluprec_s_cprec_t_wilson_linop_w.h 1.4
(+23
-5)
lib/actions/ferm/linop/eo3dprec_s_cprec_t_wilson_linop_w.h 1.3
(+20
-5)
lib/actions/ferm/linop/unprec_s_cprec_t_wilson_linop_w.h 1.5
(+22
-25)
lib/actions/ferm/linop/eo3dprec_s_cprec_t_clover_linop_w.h 1.5
(+25
-5)
lib/actions/ferm/linop/iluprec_s_cprec_t_clover_linop_w.h 3.3
(+22
-4)
lib/actions/ferm/linop/iluprec_s_cprec_t_wilson_linop_w.cc 1.3
(+9
-5)
lib/actions/ferm/linop/central_tprec_nospin_utils.h 1.3
(+125
-3)
lib/actions/ferm/linop/unprec_s_cprec_t_wilson_linop_w.cc 1.4
(+31
-5)
lib/actions/ferm/linop/iluprec_s_cprec_t_clover_linop_w.cc 3.3
(+9
-5)
|
| 12/4/07 11:04 AM | bjoo |
Added 3D Dslash base class, QDP version and SSE version, plus magic in dslash_w.h
(17 Files changed,
1055 Lines changed)
lib/actions/ferm/linop/unprec_s_cprec_t_wilson_linop_w.h 1.4
(+21
-5)
lib/actions/ferm/linop/lwldslash_3d_qdp_w.h 3.1 added 112
lib/actions/ferm/linop/lwldslash_base_3d_w.cc 3.1 added 161
lib/actions/ferm/linop/unprec_s_cprec_t_wilson_linop_w.cc 1.3
(+15
-83)
lib/actions/ferm/linop/lwldslash_3d_sse_w.cc 3.1 added 167
lib/actions/ferm/linop/lwldslash_base_3d_w.h 3.1 added 108
lib/actions/ferm/linop/dslash_w.h 3.3
(+35
-1)
lib/actions/ferm/linop/iluprec_s_cprec_t_clover_linop_w.h 3.2
(+16
-2)
lib/actions/ferm/linop/eo3dprec_s_cprec_t_wilson_linop_w.cc 1.2
(+14
-97)
lib/actions/ferm/linop/iluprec_s_cprec_t_clover_linop_w.cc 3.2
(+13
-96)
lib/actions/ferm/linop/iluprec_s_cprec_t_wilson_linop_w.h 1.3
(+16
-2)
lib/actions/ferm/linop/lwldslash_3d_sse_w.h 3.1 added 116
lib/actions/ferm/linop/eo3dprec_s_cprec_t_clover_linop_w.h 1.4
(+16
-1)
lib/actions/ferm/linop/iluprec_s_cprec_t_wilson_linop_w.cc 1.2
(+12
-96)
lib/actions/ferm/linop/eo3dprec_s_cprec_t_clover_linop_w.cc 1.2
(+12
-97)
lib/actions/ferm/linop/lwldslash_3d_qdp_w.cc 3.1 added 204
lib/actions/ferm/linop/eo3dprec_s_cprec_t_wilson_linop_w.h 1.2
(+17
-2)
|
| 11/29/07 9:19 AM | bjoo |
OK Did Cross Checks with SF too for the SLRC
(1 Files changed,
7 Lines changed)
lib/actions/ferm/linop/eoprec_slrc_linop_w.cc 3.8
(+7
-46)
|
| 11/28/07 5:09 PM | bjoo |
OK
(2 Files changed,
7 Lines changed)
lib/actions/ferm/linop/eoprec_slrc_linop_w.h 3.5
(+2
-2)
lib/actions/ferm/linop/eoprec_slrc_linop_w.cc 3.7
(+5
-5)
|
| 11/28/07 3:50 PM | bjoo |
Changed the fermstates *
(1 Files changed,
22 Lines changed)
lib/actions/ferm/linop/eoprec_slrc_linop_w.cc 3.6
(+22
-23)
|
| 11/28/07 2:50 PM | bjoo |
Foo
(2 Files changed,
20 Lines changed)
lib/actions/ferm/linop/eoprec_slrc_linop_w.h 3.4
(+3
-3)
lib/actions/ferm/linop/eoprec_slrc_linop_w.cc 3.5
(+17
-14)
|
| 11/28/07 12:39 PM | bjoo |
Added force monitoring
(1 Files changed,
37 Lines changed)
lib/actions/ferm/linop/eoprec_slrc_linop_w.cc 3.4
(+37
-4)
|
| 11/11/07 2:09 PM | kostas |
added preprocessor "if's" so that the code can compile with NC!=3 and break at run time when dslashes are used with NC!=3
(4 Files changed,
26 Lines changed)
lib/actions/ferm/linop/lwldslash_qdpopt_w.cc 3.5
(+6
-2)
lib/actions/ferm/linop/lwldslash_array_qdpopt_w.cc 3.4
(+7
-2)
lib/actions/ferm/linop/lwldslash_array_w.cc 3.5
(+7
-2)
lib/actions/ferm/linop/lwldslash_w.cc 3.2
(+6
-2)
|
| 11/8/07 10:04 AM | bjoo |
Fixed Makefiles. Added SLRC patches. Added Dirks bugreport fix
(2 Files changed,
4 Lines changed)
lib/actions/ferm/linop/eoprec_slrc_linop_w.h 3.3
(+2
-2)
lib/actions/ferm/linop/eoprec_slrc_linop_w.cc 3.3
(+2
-14)
|
| 10/25/07 12:10 PM | bjoo |
Added new sse dslash. Old one will still work with --enable-sse-wilson-dslash-old switch
(10 Files changed,
660 Lines changed)
lib/actions/ferm/linop/dslash_w.h 3.2
(+8
-1)
lib/actions/ferm/linop/lwldslash_array_sse_w.h 3.1
(+4
-2)
lib/actions/ferm/linop/lwldslash_array_sse_old_w.cc 3.1 added 210
lib/actions/ferm/linop/lwldslash_w_sse_old.h 3.1 added 109
lib/actions/ferm/linop/dslash_array_w.h 3.2
(+9
-2)
lib/actions/ferm/linop/lwldslash_w_sse.h 3.1
(+3
-3)
lib/actions/ferm/linop/lwldslash_w_sse.cc 3.2
(+4
-12)
lib/actions/ferm/linop/lwldslash_array_sse_w.cc 3.3
(+4
-13)
lib/actions/ferm/linop/lwldslash_w_sse_old.cc 3.1 added 178
lib/actions/ferm/linop/lwldslash_array_sse_old_w.h 3.1 added 131
|
| 10/8/07 11:31 PM | edwards |
Added RCS Id tag.
(2 Files changed,
2 Lines changed)
lib/actions/ferm/linop/eoprec_slrc_linop_w.cc 3.2
(+1
-0)
lib/actions/ferm/linop/eoprec_slrc_linop_w.h 3.2
(+1
-0)
|
| 10/8/07 11:06 PM | edwards |
Added containers.h and eoprec_slrc_{fermact,linop}. Modified SLIC to not
be specific to SimpleFermState. (4 Files changed, 403 Lines changed) lib/actions/ferm/linop/eoprec_slrc_linop_w.cc 3.1 added 272
lib/actions/ferm/linop/eoprec_slrc_linop_w.h 3.1 added 125
lib/actions/ferm/linop/eoprec_slic_linop_w.h 3.3
(+2
-2)
lib/actions/ferm/linop/eoprec_slic_linop_w.cc 3.3
(+4
-5)
|
| 10/6/07 11:33 AM | edwards |
Hopefully should compile for other Nc and Ns. It won't work, however,
for anything other than Nc=3 and Ns=4 (1 Files changed, 22 Lines changed) lib/actions/ferm/linop/central_tprec_nospin_utils.h 1.2
(+22
-12)
|