Directory Statistics for lib/init/

Back to Index Page

Lines Of Code for lib/init/

Commits for lib/init/ (per author)

AuthorRevisionsLines of CodeAdded Lines of CodeLines of Code per Change
edwards17 (73.9%) 71 (19.7%) 237 (42.7%) 4.18
bjoo6 (26.1%) 289 (80.3%) 318 (57.3%) 48.17

Commit Log

DateAuthorFile/Message
3/6/07 7:03 PMbjoo
QMT Threads in 32 bit parscalar dslash (1 Files changed, 34 Lines changed)
lib/init/chroma_init.cc 3.1 (+34 -1)
4/3/06 12:58 AMedwards
Major overhaul of fermion and gauge action interface. Basically,
all fermacts and gaugeacts now carry out <T,P,Q> template parameters. These are
the fermion type, the "P" - conjugate momenta, and "Q" - generalized coordinates
in the sense of Hamilton's equations. The fermbc's have been rationalized to never
be over multi1d<T>. The "createState" within the FermionAction is now fixed meaning
the "u" fields are now from the coordinate type. There are now "ConnectState" that
derive into FermState<T,P,Q> and GaugeState<P,Q>.
(2 Files changed, 1 Lines changed)
lib/init/chroma_init.cc 3.0 (+0 -0)
lib/init/chroma_init.h 3.0 (+1 -1)
9/25/05 5:04 PMedwards
Moved to version 2.0 (2 Files changed, 1 Lines changed)
lib/init/chroma_init.h 2.0 (+1 -1)
lib/init/chroma_init.cc 2.0 (+0 -0)
9/22/05 11:44 PMedwards
Removed commented out code. (2 Files changed, 1 Lines changed)
lib/init/chroma_init.h 1.7 (+1 -4)
lib/init/chroma_init.cc 1.11 (+0 -3)
3/2/05 2:07 PMedwards
Added paranoia checks of whether QDP_isInitialized . (1 Files changed, 6 Lines changed)
lib/init/chroma_init.cc 1.10 (+6 -1)
3/2/05 2:00 PMedwards
Added missing init of cwd. (1 Files changed, 16 Lines changed)
lib/init/chroma_init.cc 1.9 (+16 -1)
3/2/05 1:32 PMbjoo
Readded chi.resizes but with guards (2 Files changed, 75 Lines changed)
lib/init/chroma_init.cc 1.8 (+68 -8)
lib/init/chroma_init.h 1.6 (+7 -3)
3/1/05 9:59 PMedwards
Changed to using an anonymous namespace. (1 Files changed, 14 Lines changed)
lib/init/chroma_init.cc 1.7 (+14 -13)
3/1/05 9:58 PMedwards
Removed redundant semi-colen. (1 Files changed, 2 Lines changed)
lib/init/chroma_init.h 1.5 (+2 -2)
3/1/05 7:41 PMedwards
New init format. (2 Files changed, 185 Lines changed)
lib/init/chroma_init.h 1.4 (+47 -6)
lib/init/chroma_init.cc 1.6 (+138 -122)
1/24/05 4:31 PMedwards
Changed default back to XMLDAT (1 Files changed, 2 Lines changed)
lib/init/chroma_init.cc 1.5 (+2 -2)
1/17/05 4:08 PMedwards
Changed include paths (2 Files changed, 9 Lines changed)
lib/init/chroma_init.cc 1.4 (+6 -2)
lib/init/chroma_init.h 1.3 (+3 -3)
1/14/05 3:13 PMedwards
Removed all using namespace QDP/Chroma from lib files. The library
should now be 100% in the Chroma namespace. All mainprogs need a
using namespace Chroma.
(2 Files changed, 0 Lines changed)
lib/init/chroma_init.cc 1.3 (+0 -3)
lib/init/chroma_init.h 1.2 (+0 -2)
1/12/05 10:23 AMbjoo
Moved the mainprogs to use ChromaInitialize and ChromaFinalize. Howver this doesnt buy us much since the linkage hack cannot be properly hidden at the moment (causes segfaults in propagator) and I need closure about how to deal with default input streams. You do get a TheXMLOutputWriter tho (1 Files changed, 55 Lines changed)
lib/init/chroma_init.cc 1.2 (+55 -17)
1/12/05 8:57 AMbjoo
ChromaInitFinalize stuff added. Canonical linkage hack added (2 Files changed, 154 Lines changed)
lib/init/chroma_init.cc 1.1 added 131
lib/init/chroma_init.h 1.1 added 23