
| Author | Revisions | Lines of Code | Added Lines of Code | Lines of Code per Change |
|---|---|---|---|---|
| osborn | 179 (92.3%) | 6993 (91.5%) | 11949 (93.2%) | 39.07 |
| detar | 15 (7.7%) | 652 (8.5%) | 872 (6.8%) | 43.47 |
| Date | Author | File/Message |
|---|---|---|
| 12/17/07 4:33 PM | osborn |
added eigcg to asqtad
(3 Files changed,
145 Lines changed)
lib/invert_eigcg_V_f.c 1.1 added 6
lib/linalg.h 1.1 added 133
lib/invert_eigcg_V_d.c 1.1 added 6
|
| 12/17/07 4:24 PM | osborn |
improvements to eigcg
(6 Files changed,
298 Lines changed)
lib/asqtad_invert_p.c 1.17
(+14
-2)
lib/Makefile.am 1.18
(+4
-0)
lib/asqtad_invert.c 1.4
(+18
-1)
lib/asqtad_dslash_p.c 1.2
(+8
-0)
lib/invert_eigcg_p.c 1.2
(+247
-300)
lib/Makefile.in 1.22
(+7
-0)
|
| 12/7/07 12:49 AM | osborn |
Added eigCG routine.
(8 Files changed,
707 Lines changed)
lib/wilson_invert.c 1.6
(+10
-1)
lib/wilson_invert_p.c 1.15
(+20
-5)
lib/Makefile.am 1.17
(+6
-2)
lib/invert_eigcg_p.c 1.1 added 641
lib/wilson_dslash_p.c 1.4
(+8
-0)
lib/Makefile.in 1.21
(+10
-3)
lib/invert_eigcg_D_f.c 1.1 added 6
lib/invert_eigcg_D_d.c 1.1 added 6
|
| 11/17/07 8:05 PM | osborn |
Bug fixes for asqtad inverter.
(2 Files changed,
48 Lines changed)
lib/Makefile.in 1.20
(+1
-1)
lib/asqtad_invert_p.c 1.16
(+47
-40)
|
| 10/30/07 10:51 PM | osborn |
fixed asqtad inverter
(2 Files changed,
4 Lines changed)
lib/invert_cg_p.c 1.7
(+2
-2)
lib/asqtad_invert_p.c 1.15
(+2
-2)
|
| 10/30/07 10:23 PM | osborn |
Fixed asqtad multimass inverter to use updated conventions.
Added final_restart value to resid_arg_t struct. Made returned residual be divided by the norm of the input vector. Added named verbosity levels. Added some inverter output when verbosity is set. Fixed some alignment problems in test programs. (4 Files changed, 129 Lines changed) lib/Makefile.in 1.19
(+55
-39)
lib/invert_cg_p.c 1.6
(+28
-14)
lib/wilson_invert_p.c 1.14
(+1
-1)
lib/asqtad_invert_p.c 1.14
(+45
-4)
|
| 7/16/07 3:58 PM | osborn |
Exposed asqtad Dslash and changed convensions for asqtad inverter.
(8 Files changed,
908 Lines changed)
lib/asqtad_dslash_f.c 1.1 added 4
lib/Makefile.in 1.18
(+20
-13)
lib/asqtad_dslash_d.c 1.1 added 4
lib/asqtad_invert.c 1.3
(+4
-0)
lib/asqtad_invert_p.c 1.13
(+179
-641)
lib/wilson_dslash_p.c 1.3
(+9
-113)
lib/asqtad_dslash_p.c 1.1 added 684
lib/Makefile.am 1.16
(+4
-0)
|
| 5/24/07 7:42 PM | osborn |
Fixed bicgstab to update nrestarts.
Avoid int overflow in asqtad_force_fnmat flop calculation. Made all non-external functions in asqtad_force_p.c static. (3 Files changed, 21 Lines changed) lib/asqtad_force_p.c 1.7
(+13
-167)
lib/asqtad_force_fnmat_p.c 1.3
(+3
-3)
lib/invert_bicgstab_p.c 1.2
(+5
-4)
|
| 4/6/07 4:07 PM | osborn |
small performance fixes to Wilson inverter
(2 Files changed,
79 Lines changed)
lib/wilson_invert_p.c 1.13
(+45
-21)
lib/wilson_dslash_p.c 1.2
(+34
-10)
|
| 4/5/07 11:19 AM | osborn |
added missing files
(3 Files changed,
1067 Lines changed)
lib/wilson_dslash_p.c 1.1 added 1059
lib/wilson_dslash_d.c 1.1 added 4
lib/wilson_dslash_f.c 1.1 added 4
|
| 4/5/07 11:18 AM | osborn |
Added Wilson dslash routines.
(4 Files changed,
149 Lines changed)
lib/Makefile.am 1.15
(+4
-0)
lib/wilson_invert_p.c 1.12
(+134
-1016)
lib/Makefile.in 1.17
(+8
-1)
lib/wilson_invert.c 1.5
(+3
-0)
|
| 2/3/07 11:10 PM | osborn |
Added bicgstab code.
(3 Files changed,
140 Lines changed)
lib/invert_bicgstab_D_f.c 1.1 added 6
lib/invert_bicgstab_p.c 1.1 added 128
lib/invert_bicgstab_D_d.c 1.1 added 6
|
| 2/3/07 11:08 PM | osborn |
Added max_restarts field to QOP_invert_arg_t struct and updated comments
to reflect true meaning. Fixed asqtad 2 src inverter. (7 Files changed, 490 Lines changed) lib/asqtad_invert_p.c 1.12
(+7
-14)
lib/wilson_invert_p.c 1.11
(+444
-71)
lib/dw_invert_p.c 1.9
(+8
-8)
lib/wilson_invert.c 1.4
(+7
-0)
lib/invert_cg_p.c 1.5
(+8
-2)
lib/Makefile.am 1.14
(+6
-55)
lib/Makefile.in 1.16
(+10
-51)
|
| 12/15/06 5:00 PM | osborn |
Remove asqtad_action.h from lib/Makefile.am.
(2 Files changed,
0 Lines changed)
lib/Makefile.am 1.13
(+0
-1)
lib/Makefile.in 1.15
(+0
-1)
|
| 12/15/06 4:59 PM | osborn |
Added asqtad_action.h to Makefile.am.
(1 Files changed,
39 Lines changed)
lib/Makefile.in 1.14
(+39
-55)
|
| 12/15/06 4:55 PM | osborn |
Cleanup and fixes for next release.
(4 Files changed,
18 Lines changed)
lib/asqtad_force.c 1.4
(+1
-1)
lib/symanzik_1loop_gauge_force_p.c 1.4
(+1
-4)
lib/dw_invert_p.c 1.8
(+3
-1)
lib/asqtad_force_p.c 1.6
(+13
-9)
|
| 12/15/06 3:52 PM | detar |
Change option setting to use threshold for changeover from ASVEC to FNMAT
Add block vector length for ASVEC (3 Files changed, 53 Lines changed) lib/asqtad_force.c 1.3
(+17
-13)
lib/asqtad_force_p.c 1.5
(+13
-2)
lib/asqtad_force_fnmat_p.c 1.2
(+23
-12)
|
| 12/15/06 3:51 PM | detar |
Add Ludmila's improvements.
(1 Files changed,
64 Lines changed)
lib/symanzik_1loop_gauge_force_p.c 1.3
(+64
-142)
|
| 12/15/06 11:44 AM | detar |
Set default to FNMAT style.
(1 Files changed,
1 Lines changed)
lib/asqtad_force.c 1.2
(+1
-1)
|
| 12/15/06 11:36 AM | detar |
Move to "include"
(2 Files changed,
73 Lines changed)
lib/Makefile.in 1.13
(+73
-47)
lib/asqtad_action.h 1.2 removed
|