2008-11-14 16:46 edwards * other_libs/ffdb-lite/src/ConfDataDBMerger.h: Added an error check on the ffdb type. 2008-11-07 15:25 detar * other_libs/qio/NEWS: Update for version 2.3.7 2008-11-06 13:18 tag adat1-44-0 2008-11-06 13:18 tag qio2-3-7 2008-11-06 13:18 detar * other_libs/qio/: NEWS, aclocal.m4, configure, configure.ac, examples/qio-convert-mesh.c, examples/qio-test.c, include/dml.h, include/qioxml_internal.h, include/qioxml_private.h, lib/dml/DML_utils.c, lib/qio/QIO_info.c, lib/qio/QIO_utils.c, lib/qio/QIO_write.c, other_libs/c-lime/aclocal.m4, other_libs/c-lime/configure, other_libs/c-lime/examples/lime_pack.c: Support in XML strings. Bug fix for file splitting/joining with subset records 2008-10-27 23:45 edwards * other_libs/ffdb-lite/src/ConfFxDSizeStoreDB.h: Replaced insert() with an earlier version that does not go throught the insert(string,string) version. There appears to be some problem with that routine. Left the code for it in place, but put a fatal error message when the string variant is called. Otherwise, all the downstream routines with 2pt, dbmerge and dbutil in adat/main/colorvec seem to work correctly. The string variant is apparently not used. 2008-10-27 00:22 edwards * other_libs/ffdb-lite/src/: AllConfStoreDB.h, ConfFxDSizeStoreDB.h, DBFunc.h: Added checks of key before insertion in fixed record objects. If key exists, then replace. If not, then insert. 2008-10-25 10:45 edwards * other_libs/ffdb-lite/src/AllConfStoreDB.h: Removed Ensem functions. Not used nor needed. 2008-10-24 11:21 edwards * other_libs/ffdb-lite/src/: ConfDataDBMerger.h, ConfigInfoData.cpp, ConfigInfoData.h, ConfigInfoManager.cpp, ConfigInfoManager.h, ConfigNumKey.cpp, ConfigNumKey.h, HashFunc.cpp, HashFunc.h, Makefile.am: Added A ConfDataDBMerger.h A ConfigInfoData.cpp A ConfigInfoData.h A ConfigInfoManager.cpp A ConfigInfoManager.h A ConfigNumKey.cpp A ConfigNumKey.h A HashFunc.cpp A HashFunc.h from module "ffdb". 2008-10-07 23:32 edwards * other_libs/xpath_reader/include/xml_array.h: Moved out of the class the unary operator-(), and made it a global function. 2008-10-07 23:32 edwards * other_libs/xpath_reader/include/xml_array2d.h: Added some diagnostic output in case of allocation failures. 2008-09-30 15:52 bjoo * include/qdp_config_internal.h.in: Induced 2008-09-30 14:20 bjoo * include/Makefile.am, include/qdp.h, include/qdp_config_internal.h.in, include/qdp_dispatch.h, include/qdp_parscalar_specific.h, include/qdp_scalar_specific.h, lib/Makefile.am, lib/qdp_parscalar_init.cc, lib/qdp_scalar_init.cc: Added Threading in evaluates from Xu. Apparently I missed it the last time 2008-09-29 11:23 bjoo * AUTHORS, COPYING, INSTALL, INSTALL_EXAMPLES, Makefile.am, NEWS, README, acinclude.m4, aclocal.m4, configure, configure.ac, qdp++-config.in: Committing thread support. One needs to explicitly enable it so it ought not to get in the way of anything. It only does threading for OLattice evaluates which should be overridden in most cases 2008-09-23 11:23 bjoo * lib/scalarsite_sse/: sse_linalg_m_eq_hh_double.cc, sse_linalg_m_eq_hm_double.cc, sse_linalg_m_eq_mh_double.cc, sse_linalg_m_eq_mm_double.cc, sse_linalg_m_eq_scal_m_double.cc, sse_linalg_m_peq_m_double.cc: Changed loadpd to loadu_pd. Unaligned loads get rid of segfaults in tprec-double-sse 2008-09-18 14:15 tag adat1-40-0 2008-09-18 14:15 tag adat1-41-0 2008-09-18 14:15 tag adat1-42-0 2008-09-18 14:15 tag adat1-43-0 2008-09-18 14:15 tag bjoo_debug_tag 2008-09-18 14:15 chen * other_libs/ffdb-lite/src/: AllConfStoreDB.h, ConfDataStoreDB.h, ConfFxDSizeStoreDB.h, ConfVarDSizeStoreDB.h, DBFunc.cpp, DBFunc.h, FFDB.h, Makefile.am, RecnoInfoData.cpp, RecnoInfoData.h: Change DBMerge and DBUpdate using Template 2008-08-27 10:54 edwards * include/qdp_db_stub.h: Replaced db_pagesize with some arbitrary value. 2008-08-27 10:13 tag adat1-39-0 2008-08-27 10:13 chen * other_libs/ffdb-lite/src/ConfFxDSizeStoreDB.h: Allow different pagesize for recno database 2008-08-26 15:36 edwards * examples/t_db.cc: Changed to use explicit cache and page sizes. 2008-08-26 14:44 edwards * include/: qdp_db_imp.h, qdp_db_stub.h: Changed constructor and open for Var and Fx DB to use a pagesize and a cachesize. 2008-08-26 14:40 edwards * other_libs/ffdb-lite/src/: ConfFxDSizeStoreDB.h, ConfVarDSizeStoreDB.h: Swapped order of cache_size and pagesize to always be in this order. 2008-08-26 13:43 chen * other_libs/ffdb-lite/src/: ConfFxDSizeStoreDB.h, ConfVarDSizeStoreDB.h: Change Interface to allow specifying pagesize 2008-08-18 11:52 bjoo * other_libs/xpath_reader/lib/xml_simplewriter.cc: Removed flushing and endls in XMLSimplewriter 2008-08-12 18:54 edwards * include/qdp_io.h, lib/qdp_io.cc, lib/qdp_parscalar_specific.cc, lib/qdp_parscalarvec_specific.cc: Changed the interface to the checksums. Now, a more sensible protected accessor is provided to the node local copy of the checksum. The public getChecksum() now does a broadcast. So, no unnecessary copies of the checksum are broadcasted during I/O operations. Only when a user asks for the checksum is it ever broadcasted to all compute nodes. 2008-08-12 13:37 tag adat1-38-0 2008-08-12 13:37 chen * other_libs/ffdb-lite/src/: DBString.cpp, DBString.h, RecnoData.cpp, RecnoData.h, RecnoKey.cpp, RecnoKey.h: Using new interface 2008-08-12 13:37 chen * other_libs/ffdb-lite/src/DBFunc.h: Add appendRecnoData 2008-08-12 13:37 chen * other_libs/ffdb-lite/src/DBCursor.h: Remove unnecessary code 2008-08-12 13:25 chen * other_libs/ffdb-lite/src/ConfFxDSizeStoreDB.h: Fix using new interface 2008-08-09 23:46 edwards * include/qdp_db_stub.h: Added forward decls of Db and Dbt. 2008-08-09 23:14 edwards * include/qdp_db_stub.h: Added in some more dummy classes. 2008-08-07 12:18 edwards * include/qdp_db_stub.h: Added include of string and vector. 2008-08-05 11:25 edwards * include/qdp_db_stub.h: Added empty declaration of FFDB namespace. 2008-08-05 11:14 edwards * examples/t_db.cc: Added a missing include file. 2008-08-05 11:13 edwards * examples/t_db.cc: Removed include of qdp_db_var.h 2008-08-04 23:46 tag adat1-37-0 2008-08-04 23:46 edwards * other_libs/ffdb-lite/src/Makefile.am: Added some missing include files from include_HEADERS. 2008-08-04 13:44 edwards * aclocal.m4, configure: Induced changes 2008-08-04 13:44 edwards * configure.ac: Changed to 1.29.0 2008-08-04 13:40 edwards * include/: Makefile.am, qdp_db.h, qdp_db_fx.h, qdp_db_imp.h, qdp_db_stub.h, qdp_db_var.h: Moved classes into one header. Now, have an IMP and a STUB version of the headers under control of BUILD_FFDB_LITE. 2008-08-04 12:34 chen * other_libs/ffdb-lite/src/: FFDB.cpp, FFDB.h: Add my own byte swapping code 2008-08-04 00:08 edwards * include/: qdp_db.h, qdp_db_fx.h, qdp_db_var.h: Reworked base class and derived class constructors and destructors. Now, the ffdb-lite base class is abstract and only has an empty constructor. This allows the qdp classes to work in parallel. However, the "get" functions will not work correctly yet - need to fix how the primary node is handled. Namely, I have to dive more into the ffdb-lite routines and split off where the routines call get read/writeObject (which have to run in parallel), and where the DB routines are called (which have to be only on the primary node). 2008-08-04 00:06 edwards * other_libs/ffdb-lite/src/: ConfDataStoreDB.h, ConfFxDSizeStoreDB.h, ConfVarDSizeStoreDB.h: Pushed all concrete data from the base class down into the derived classes. Now, the parent is abstract, but has some default functions that act on pointers returned by the children. Added open and close functions and empty constructors. The purpose of all this is so that qdp++ can call these functions only on the primary node. 2008-08-03 22:06 edwards * other_libs/ffdb-lite/: aclocal.m4, configure: Induced changes 2008-08-03 22:02 edwards * include/Makefile.am: Added qdp_{db,db_var,db_fx}.h 2008-08-03 21:57 edwards * examples/t_db.cc: Seems to work. I know this will fail for a read in parallel. 2008-08-03 21:54 edwards * include/: qdp_db.h, qdp_db_fx.h, qdp_db_var.h: New Berkeley DB routines. 2008-08-02 22:00 edwards * qdp++-config.in: Added db-enabled iption. 2008-08-02 20:17 chen * other_libs/ffdb-lite/configure.ac: Add check endian flag 2008-08-02 20:16 chen * other_libs/ffdb-lite/src/Makefile.am: Add FFDB_BYTE_ORDER 2008-08-02 17:27 edwards * configure: Induced changes 2008-08-02 17:27 edwards * include/qdp_config_internal.h.in: New support for ffdb-lite. 2008-08-02 17:26 edwards * examples/t_db.cc: Now works within qdp++. 2008-08-02 17:26 edwards * configure.ac, examples/Makefile.am, other_libs/Makefile.am: Added support for ffdb-lite. 2008-08-02 17:24 edwards * other_libs/ffdb-lite/aclocal.m4, other_libs/ffdb-lite/configure, aclocal.m4: Induced changes 2008-08-02 16:53 edwards * examples/t_db.cc: Database test routine. 2008-08-02 16:28 edwards * other_libs/ffdb-lite/src/Serializable.h: Changed some comments. 2008-08-02 16:27 edwards * other_libs/ffdb-lite/src/DBCursor.h: Changed get_next_key to new semantics. 2008-08-02 16:26 edwards * other_libs/ffdb-lite/src/DBFunc.h: Fixed some comments. 2008-08-02 16:26 edwards * other_libs/ffdb-lite/src/ConfFxDSizeStoreDB.h: Added include of RecnoKey and RecnoData.h 2008-08-02 16:25 edwards * other_libs/ffdb-lite/src/ConfDataStoreDB.h: Removed unneeded include of RecnoKey and Data include files. 2008-08-02 16:24 edwards * other_libs/ffdb-lite/src/DBString.h: Removed include of inet.h 2008-08-02 16:05 edwards * other_libs/ffdb-lite/src/: ConfDataStoreDB.cpp, ConfDataStoreDB.h, ConfFxDSizeStoreDB.h, DBFunc.h, DBString.cpp, DBString.h, Serializable.h: Changed readObject and writeObject semantics to instead take input and output buffers from the caller instead of a private internal buffer within the object itself. 2008-08-02 16:00 edwards * other_libs/ffdb-lite/src/ConfVarDSizeStoreDB.h: I think this is a bug fix. Changed the return type of "get". 2008-08-02 15:16 tag qdp1-28-0 2008-08-02 15:16 edwards * NEWS: Info on 1.28.0 2008-08-02 15:10 edwards * aclocal.m4, configure: Induced changes 2008-08-02 15:09 edwards * configure.ac: Changed to 1.28.0 2008-07-31 20:33 tag FFDB-0-9-0 2008-07-31 20:33 chen * other_libs/ffdb-lite/: configure.ac, src/FFDB.h: port to FC9 2008-07-30 22:59 edwards * include/qdp_io.h, lib/qdp_io.cc: Added a "clear()" function to BinaryBufferWriter/Reader. 2008-07-25 09:32 chen * other_libs/ffdb-lite/src/: ConfDataStoreDB.h, ConfFxDSizeStoreDB.h, ConfVarDSizeStoreDB.h, Makefile.am: Change ConfDataStoreDB to a base class add tw subclasses: one for fixsize data the other for variable size data 2008-07-09 08:06 edwards * other_libs/xpath_reader/include/: xml_array.h, xml_array2d.h, xml_array3d.h: Bug fix in operator-() [the unary operator]. It was modifying the source and returning it, rather than making a new destination field that is the negation. 2008-07-07 13:49 chen * other_libs/ffdb-lite/src/ConfDataStoreDB.h: remove warning about signed and unsigned 2008-07-03 14:47 chen * other_libs/ffdb-lite/src/: ConfDataStoreDB.h, DBFunc.cpp, DBFunc.h, Makefile.am, RecnoData.cpp, RecnoData.h, RecnoKey.cpp, RecnoKey.h: New implementation 2008-07-02 11:38 bjoo * include/scalarsite_sse/qdp_scalarsite_sse_blas_double.h, tests/testVaypxDouble.cc: Seems to build and make check on parscalar-single parscalar-single-double etc 2008-07-02 11:36 bjoo * configure.ac, aclocal.m4, include/qdp_config_internal.h.in, configure: I am getting sick of CVS doing this 2008-07-02 09:04 bjoo * lib/scalarsite_sse/sse_blas_vaxmbyz4_double.cc, lib/scalarsite_sse/sse_blas_vaxpbyz4_double.cc, lib/scalarsite_sse/sse_blas_vaxpy4_double.cc, tests/testvol.h, tests/timeVaxpyDouble.cc, tests/time_vaxpy_double.cc: OK. This seems to run quite fast. 2008-07-02 09:03 bjoo * include/scalarsite_sse/sse_prefetch.h: sse_prefetch. should be there 2008-06-30 15:31 bjoo * configure, configure.ac, include/Makefile.am, include/qdp_config_internal.h.in, lib/scalarsite_sse/sse_blas_vaxpbyz4_double.cc, tests/testvol.h, tests/timeVaxpyDouble.cc, tests/time_vaxpy_double.cc: Added --enable-3dnow option. This can be used to enable write prefetching 2008-06-30 15:30 bjoo * include/scalarsite_sse/sse_prefetch.h: Added a set of macros for prefetching... 2008-06-30 12:41 bjoo * include/scalarsite_sse/qdp_scalarsite_sse_blas_double.h: Added the aliased routines back in 2008-06-30 10:44 bjoo * aclocal.m4, configure, include/Makefile.am, include/qdp_scalarsite_sse.h, include/scalarsite_sse/qdp_scalarsite_sse_blas_dble.h, include/scalarsite_sse/qdp_scalarsite_sse_blas_double.h, tests/timeMatEqHermHermDouble.cc, tests/timeMatEqHermMatDouble.cc, tests/timeMatEqMatHermDouble.cc, tests/time_vaxpy_double.cc: OK. DP Blas now passes chroma regressions - but need actual tests. Dont forget 2008-06-27 09:31 bjoo * AUTHORS, COPYING, INSTALL, INSTALL_EXAMPLES, Makefile.am, NEWS, README, acinclude.m4, aclocal.m4, configure, configure.ac, qdp++-config.in, lib/Makefile.am, lib/qdp.cc, lib/qdp_binx.cc, lib/qdp_byteorder.cc, lib/qdp_crc32.cc, lib/qdp_default_allocator.cc, lib/qdp_filebuf.cc, lib/qdp_io.cc, lib/qdp_iogauge.cc, lib/qdp_layout.cc, lib/qdp_map.cc, lib/qdp_parscalar_global_sum.cc, lib/qdp_parscalar_init.cc, lib/qdp_parscalar_layout.cc, lib/qdp_parscalar_specific.cc, lib/qdp_parscalarvec_init.cc, lib/qdp_parscalarvec_layout.cc, lib/qdp_parscalarvec_specific.cc, lib/qdp_profile.cc, lib/qdp_qcdoc_allocator.cc, lib/qdp_qdpio.cc, lib/qdp_qio_strings.cc, lib/qdp_qmp_extensions.cc, lib/qdp_random.cc, lib/qdp_scalar_init.cc, lib/qdp_scalar_layout.cc, lib/qdp_scalar_specific.cc, lib/qdp_scalarsite_specific.cc, lib/qdp_scalarsite_sse.cc.kahan, lib/qdp_scalarvec_init.cc, lib/qdp_scalarvec_layout.cc, lib/qdp_scalarvec_specific.cc, lib/qdp_scalarvecsite_specific.cc, lib/qdp_scalarvecsite_sse.cc, lib/qdp_stdio.cc, lib/qdp_stopwatch.cc, lib/qdp_strnlen.cc, lib/qdp_subset.cc, lib/qdp_util.cc, lib/qdp_xmlio.cc, include/Makefile.am, include/qdp_scalarsite_sse.h, include/scalarsite_sse/qdp_scalarsite_sse_blas_dble.h, include/scalarsite_sse/sse_dcomplex_mult_macros.h: Fixed VCDOT. Needed to use an unaligned store. Put all the DComplex SSE macros in a header, so they exist only once 2008-06-27 08:56 bjoo * lib/scalarsite_sse/sse_blas_local_vcdot_double.cc: Fixed vcdot. It turns out I needed to use an unaligned store 2008-06-26 19:30 bjoo * include/Makefile.am: Ooops 2008-06-26 19:23 bjoo * configure, configure.ac, include/Makefile.am, include/qdp_config_internal.h.in, include/qdp_scalarsite_sse.h, include/scalarsite_sse/qdp_scalarsite_sse_blas_dble.h, include/scalarsite_sse/qdp_scalarsite_sse_linalg_double.h: Added --enable-sse3 options 2008-06-26 19:22 bjoo * tests/: Makefile.am, testCMulDouble.cc, testCMulDouble.h, testMatEqHermMatDouble.cc, test_cmul.cc, timeMatEqHermHermDouble.cc, timeMatEqHermHermDouble.h, timeMatEqHermMatDouble.cc, timeMatEqHermMatDouble.h, timeMatEqMatHermDouble.cc, timeMatEqMatMatDouble.cc, time_matmat_double.cc: Added Mat routines 2008-06-26 19:20 bjoo * lib/: Makefile.am, qdp_scalarsite_sse.cc, scalarsite_sse/qdp_scalarsite_linalg_double.cc, scalarsite_sse/qdp_scalarsite_sse.cc, scalarsite_sse/sse_linalg_m_eq_hh_double.cc, scalarsite_sse/sse_linalg_m_eq_hm_double.cc, scalarsite_sse/sse_linalg_m_eq_mh_double.cc, scalarsite_sse/sse_linalg_m_eq_mm_double.cc: Hooked in the new kernels to double prec evaluates 2008-06-25 16:35 bjoo * lib/Makefile.am: Makefile changes 2008-06-25 16:34 bjoo * lib/scalarsite_sse/: sse_linalg_m_eq_hh_double.cc, sse_linalg_m_eq_hm_double.cc: ADded shells for these. THEY DONT WORK YET 2008-06-25 16:33 bjoo * tests/: Makefile.am, testMatEqHermHermDouble.cc, testMatEqHermHermDouble.h, testMatEqHermMatDouble.cc, testMatEqHermMatDouble.h, test_matmat_double.cc: Added shells for these guys 2008-06-25 15:55 bjoo * tests/: timeMatEqMatHermDouble.cc, timeMatEqMatHermDouble.h: Added timers for M=MH, M+=aMH 2008-06-25 15:44 bjoo * tests/Makefile.am, tests/testCMulDouble.cc, tests/testCMulDouble.h, tests/testMatEqMatHermDouble.cc, tests/testMatEqMatHermDouble.h, tests/test_cmul.cc, tests/test_matmat_double.cc, tests/time_matmat_double.cc, lib/Makefile.am, lib/scalarsite_sse/sse_linalg_m_eq_mh_double.cc, lib/scalarsite_sse/sse_linalg_m_eq_mm_double.cc: Added MH Kernels tests 2008-06-25 11:03 bjoo * include/scalarsite_sse/sse_linalg_mm_su3_double.h: Oopsie 2008-06-25 10:54 bjoo * tests/: testMatEqMatMatDouble.cc, testMatEqMatMatDouble.h, test_matmat_double.cc, testvol.h, timeMatEqMatMatDouble.cc, timeMatEqMatMatDouble.h, time_matmat_double.cc: Added timings for +=aMM 2008-06-25 10:53 bjoo * lib/scalarsite_sse/: sse_linalg_m_eq_mm_double.cc, sse_linalg_m_eq_scal_m_double.cc: Fixed single prec build problem. Added M += a*M*M kernel 2008-06-24 16:40 bjoo * lib/Makefile.am, tests/testMatEqMatMatDouble.cc: Oopsie 2008-06-24 16:39 bjoo * tests/testMatEqMatMatDouble.h: Added testMatMat 2008-06-24 16:37 bjoo * lib/: scalarsite_sse/sse_linalg_m_eq_mm_double.cc, Makefile.am: M*M 2008-06-24 16:37 bjoo * tests/: Makefile.am, testCMulDouble.cc, testCMulDouble.h, testMatMatDouble.h, test_cmul.cc, test_matmat_double.cc, timeMatEqMatMatDouble.cc, timeMatEqMatMatDouble.h, time_matmat_double.cc: Added SU3xSU3 tests and timing 2008-06-24 14:43 chen * other_libs/ffdb-lite/src/: DBFunc.cpp, DBFunc.h: removing apps directory 2008-06-23 16:29 bjoo * tests/test_matmat_double.cc: Oops 2008-06-23 16:27 bjoo * tests/: testVaypxDouble.cc, testVaypxDouble.h: Added 2008-06-23 16:25 bjoo * include/scalarsite_sse/sse_linalg_mm_su3_double.h: sse_linalg_mm_su3_double.h Oops 2008-06-23 16:22 bjoo * tests/: Makefile.am, testMatPeqMatDouble.cc, testMatPeqMatDouble.h, testMatScalMultDouble.cc, testMatScalMultDouble.h: Added tests for M+=M and M*=scalar 2008-06-23 16:20 bjoo * include/Makefile.am: Makefile.am 2008-06-23 16:19 bjoo * lib/: Makefile.am, scalarsite_sse/sse_linalg_m_eq_scal_m_double.cc, scalarsite_sse/sse_linalg_m_peq_m_double.cc: Added mat+=mat, mat *= scalar 2008-06-23 10:19 bjoo * include/Makefile.am, include/scalarsite_sse/qdp_scalarsite_sse_blas_dble.h, include/scalarsite_sse/sse_blas_vaxmbyz4_double.h, include/scalarsite_sse/sse_blas_vaxmyz4_double.h, include/scalarsite_sse/sse_blas_vaxpbyz4_double.h, lib/Makefile.am, lib/scalarsite_sse/sse_blas_vaxmbyz4_double.cc, lib/scalarsite_sse/sse_blas_vaxmyz4_double.cc, lib/scalarsite_sse/sse_blas_vaxpbyz4_double.cc, lib/scalarsite_sse/sse_blas_vaxpy4_double.cc, lib/scalarsite_sse/sse_blas_vaypx4_double.cc, tests/Makefile.am, tests/testVaxmyDouble.cc, tests/testVaxmyDouble.h, tests/testVaxpbyDouble.cc, tests/testVaxpbyDouble.h, tests/testVaxpyDouble.cc, tests/test_vaxpy_double.cc, tests/testvol.h, tests/timeVaxpyDouble.cc, tests/timeVaxpyDouble.h, tests/time_vaxpy_double.cc: OK Bring everything up to date 2008-06-20 16:03 bjoo * include/scalarsite_sse/sse_blas_vaypx4_double.h: VAYPX instruction 2008-06-19 17:18 tag qio2-3-6 2008-06-19 17:18 detar * other_libs/qio/lib/qio/QIO_host_file_conversion.c: Correct filename malloc. Fixes malloc segfault for certain filenames. 2008-06-19 10:19 bjoo * configure: Induced Changes 2008-06-19 10:05 bjoo * tests/: Makefile.am, testLocalVcdotRealDouble.cc, testVaxpbyDouble.cc, test_vaxpy_double.cc, testvol.h, timeVaxpyDouble.cc, timeVaxpyDouble.h, time_vaxpy_double.cc: These now seem OK 2008-06-19 09:50 bjoo * lib/: Makefile.am, qdp_default_allocator.cc: Makefile.am 2008-06-19 09:50 bjoo * lib/scalarsite_sse/: sse_blas_local_sumsq_double.cc, sse_blas_local_vcdot_real_double.cc, sse_blas_vaxmyz4_double.cc, sse_blas_vaxpbyz4_double.cc, sse_blas_vaxpy4_double.cc: OK the vcdot real now works as does the vaxpy thingie. We may still want to optimize. Performance really falls off out of cache. Still we do better than the daxpy in ACML I think 2008-06-18 12:03 bjoo * include/scalarsite_sse/: qdp_scalarsite_sse_blas_dble.h, sse_blas_local_sumsq_double.h, sse_blas_local_vcdot_double.h, sse_blas_local_vcdot_real_double.h, sse_blas_vaxmbyz4_double.h, sse_blas_vaxmyz4_double.h, sse_blas_vaxpbyz4_double.h, sse_blas_vaxpy4_double.h, sse_blas_vscal4_double.h: Moved bodies of SSE double routines to lib/scalarsite_sse 2008-06-18 12:02 bjoo * lib/Makefile.am: Makefile.am changed 2008-06-18 12:02 bjoo * lib/scalarsite_sse/: sse_blas_local_sumsq_double.cc, sse_blas_local_vcdot_double.cc, sse_blas_local_vcdot_real_double.cc, sse_blas_vaxmbyz4_double.cc, sse_blas_vaxmyz4_double.cc, sse_blas_vaxpbyz4_double.cc, sse_blas_vaxpy4_double.cc, sse_blas_vscal4_double.cc: Moved these out of headers and into .ccs 2008-06-17 19:02 bjoo * tests/: timeVaxpyDouble.cc, timeVaxpyDouble.h, time_vaxpy_double.cc: More tests, more timings 2008-06-17 14:33 bjoo * include/Makefile.am: Added dprec reductions 2008-06-17 10:50 edwards * other_libs/ffdb-lite/config/: config.guess, config.sub, depcomp, install-sh, missing: Added config files. 2008-06-17 10:23 bjoo * other_libs/xpath_reader/include/xml_array.h: Added some new std libraryisms - declared exit from cstdlib to keep my gcc-4.3 happy 2008-06-16 22:57 edwards * include/scalarsite_sse/sse_fused_spin_proj.h: Changed wildcard template params for adjSpinProj guys to instead start at the primitive scalar and vector level. 2008-06-16 16:09 bjoo * include/scalarsite_sse/: qdp_scalarsite_sse_blas_dble.h, sse_blas_local_sumsq_double.h, sse_blas_local_vcdot_double.h, sse_blas_local_vcdot_real_double.h, sse_blas_vscal4_double.h: Added files for all the DP vector vector blas. Still to be speed checked or tuned 2008-06-16 16:07 bjoo * tests/: Makefile.am, testLocalSumSqDouble.cc, testLocalSumSqDouble.h, testLocalVcdotDouble.cc, testLocalVcdotDouble.h, testLocalVcdotRealDouble.cc, testLocalVcdotRealDouble.h, testVScalDouble.cc, testVScalDouble.h, test_vaxpy_double.cc, testvol.h: All the real blas is tested a little 2008-06-16 09:08 bjoo * include/qdp_scalarsite_sse.h: Even single precision versions will now in clude double precision SSE assembler, so that test programs will still compile - also it may be useful if we ever do mixed precision stuff 2008-06-16 09:07 bjoo * include/scalarsite_sse/qdp_scalarsite_sse_blas_dble.h: Changed TVec and TScal to DVec and DScal for double precision, so that there is no clash with the single prec version when the two are used together 2008-06-16 00:19 edwards * other_libs/ffdb-lite/src/: ConfDataStoreDB.h, DBCursor.h, DBData.h, DBFunc.h, DBKey.h, DBString.h, FFDB.h, Serializable.h: Added emacs controls to throw into C++ mode. 2008-06-15 23:54 edwards * other_libs/ffdb-lite/: aclocal.m4, configure: Induced changes 2008-06-15 23:54 edwards * other_libs/ffdb-lite/configure.ac: Changed AC_CONFIG_SRCDIR to AC_CONFIG_AUX_DIR 2008-06-13 17:20 bjoo * Makefile.am, include/Makefile.am, include/scalarsite_sse/qdp_scalarsite_sse_blas_dble.h, include/scalarsite_sse/sse_blas_vaxmbyz4_double.h, include/scalarsite_sse/sse_blas_vaxmyz4_double.h, include/scalarsite_sse/sse_blas_vaxpbyz4_double.h, include/scalarsite_sse/sse_blas_vscal4_double.h, other_libs/qio/aclocal.m4, other_libs/qio/configure, tests/Makefile.am, tests/testVaxmyDouble.cc, tests/testVaxmyDouble.h, tests/testVaxpbyDouble.cc, tests/testVaxpbyDouble.h, tests/test_vaxpy_double.cc: Makefileins 2008-06-13 10:29 bjoo * configure.ac, configure: Induced changes 2008-06-13 10:21 bjoo * include/: Makefile.am, qdp_scalarsite_sse.h, scalarsite_sse/qdp_scalarsite_sse_blas_dble.h, scalarsite_sse/sse_blas_vaxpy4_double.h: Start of Double Precision SSE 2008-06-13 10:20 bjoo * tests/: Makefile.am, testVaxpyDouble.cc, testVaxpyDouble.h, test_vaxpy_double.cc, testvol.h, timeVaxpyDouble.cc, timeVaxpyDouble.h, time_vaxpy_double.cc, unittest.h: Tests and timing for double precision VAXPY wor Wilson Fermions 2008-06-07 17:53 edwards * other_libs/ffdb-lite/configure: Induced changes. 2008-06-07 17:52 edwards * other_libs/ffdb-lite/ffdblite-config.in: Start of a config script. 2008-06-07 17:51 edwards * other_libs/ffdb-lite/aclocal.m4: Induced changes 2008-06-07 17:50 edwards * other_libs/ffdb-lite/: Makefile.am, configure.ac, src/Makefile.am: Getting it work again. 2008-06-07 14:24 edwards * other_libs/ffdb-lite/configure: Induced changes. 2008-06-07 14:24 edwards * other_libs/ffdb-lite/configure.ac: Added some msg notices. 2008-06-03 14:23 chen * other_libs/ffdb-lite/src/ConfDataStoreDB.cpp: Add ConfDataStoreDB.cpp 2008-06-02 16:10 chen * other_libs/ffdb-lite/src/: ConfDataStoreDB.h, DBString.cpp, DBString.h, Makefile.am: First try to put into production 2008-05-29 15:31 tag FFDB 2008-05-29 15:31 chen * other_libs/ffdb-lite/: AUTHORS, COPYING, INSTALL, Makefile.am, NEWS, README, aclocal.m4, configure, configure.ac, src/ConfDataStoreDB.h, src/DBCursor.cpp, src/DBCursor.h, src/DBData.h, src/DBFunc.cpp, src/DBFunc.h, src/DBKey.h, src/DBString.cpp, src/DBString.h, src/FFDB.cpp, src/FFDB.h, src/Makefile.am, src/Serializable.h: Initial CVS import of FFDB 2008-05-29 15:31 chen * other_libs/ffdb-lite/: AUTHORS, COPYING, INSTALL, Makefile.am, NEWS, README, aclocal.m4, configure, configure.ac, src/ConfDataStoreDB.h, src/DBCursor.cpp, src/DBCursor.h, src/DBData.h, src/DBFunc.cpp, src/DBFunc.h, src/DBKey.h, src/DBString.cpp, src/DBString.h, src/FFDB.cpp, src/FFDB.h, src/Makefile.am, src/Serializable.h: Initial revision 2008-05-26 00:26 tag qio2-3-5 2008-05-26 00:26 detar * other_libs/qio/NEWS: Add 2.3.5 news. 2008-05-26 00:04 detar * other_libs/qio/: aclocal.m4, configure, configure.ac: Bump version numbers. Correct AC_HELP_STRING error in configure.ac. Rerun automake 2008-05-26 00:02 detar * other_libs/qio/doc/qio_2p3.tex: Add description of single-processor utilities and QIO_string_append. 2008-05-26 00:01 detar * other_libs/qio/examples/: Makefile.am, qio-convert-mesh-ppfs.c, qio-convert-mesh.c, qio-convert-nersc.c, qio-copy-mesh-ppfs.c, qio-mesh-utilities.c: Add NERSC conversion utility qio-convert-nersc. Add copy-mesh-ppfs utility. Add long missing qio-mesh-utilities. Remove extraneous defs. 2008-05-25 23:58 detar * other_libs/qio/include/qio.h: Add QIO_insert_reader_hypercube_data 2008-05-25 23:26 detar * other_libs/qio/: include/qio_string.h, lib/qio/QIO_string.c: Add an append function to the QIO_string "class". 2008-05-25 23:23 detar * other_libs/qio/include/qioxml_internal.h: Increase size limit for record XML string 2008-05-25 23:22 detar * other_libs/qio/include/qioxml_usqcd_ksprop.h: Fix KS propagator record tag. 2008-05-25 23:21 detar * other_libs/qio/lib/qio/QIO_host_file_conversion.c: Fix bug that caused stray record size mismatch errors on hypercube records. 2008-05-25 23:19 detar * other_libs/qio/lib/qio/QIO_info_usqcd_prop.c: Polish Balint's fix for propagator record XML tag 2008-05-25 23:17 detar * other_libs/qio/lib/lrl/LRL_main.c: Remove extraneous print statement 2008-05-22 14:46 tag qdp1-27-0 2008-05-22 14:46 edwards * NEWS: Info on 1.27.0 2008-05-22 14:43 edwards * configure: Induced changes 2008-05-22 14:39 edwards * aclocal.m4: Induced changes 2008-05-22 13:32 edwards * configure.ac: Changed to 1.27.0 2008-05-19 15:35 bjoo * include/: qdp_parscalar_specific.h, scalarsite_sse/qdp_scalarsite_sse_blas.h: Minor tweaks 2008-05-19 15:10 bjoo * include/qdp_parscalar_specific.h: Added maxFloat back in 2008-05-18 15:58 bjoo * examples/t_blas.cc, include/qdp_parscalar_specific.h, include/scalarsite_sse/qdp_scalarsite_sse_blas.h, lib/qdp_scalarsite_sse.cc: Rerouted the sum to be quicker - just go through QMP_sum_double rather than the array variant which involves an extra malloc, an extra free and an extra copy 2008-05-16 15:46 bjoo * examples/t_blas.cc, examples/t_gsum.cc, include/scalarsite_sse/qdp_scalarsite_sse_blas.h, lib/qdp_scalarsite_sse.cc: Highest performing local sum I managed on Opteron 2008-05-16 10:58 bjoo * examples/t_blas.cc, examples/t_gsum.cc, include/scalarsite_sse/qdp_scalarsite_sse_blas.h, lib/qdp_scalarsite_sse.cc: OK Right now the norm2 routine seems consistent as I go from 1-128 CPUs. Time to test on the Jaguar 2008-05-15 16:16 bjoo * lib/qdp_scalarsite_sse.cc.kahan: Temporary 2008-05-15 15:47 bjoo * lib/qdp_scalarsite_sse.cc: Removed prefetch statements. 2008-05-15 14:50 bjoo * examples/t_blas.cc, lib/qdp_scalarsite_sse.cc: Removed an SSE3ism 2008-05-15 14:37 bjoo * lib/qdp_scalarsite_sse.cc: Rewritten the sum to not use SSE3 2008-05-15 11:31 bjoo * lib/qdp_scalarsite_sse.cc, examples/t_gsum.cc: Added a new version of the global sum 2008-05-14 15:35 bjoo * NEWS: NEWS 2008-05-14 15:31 bjoo * include/qdp_qdpio.h: Another bunch of explicit casts to keep compilers at bay 2008-05-14 15:00 bjoo * aclocal.m4: Induced Changes 2008-05-14 14:58 bjoo * aclocal.m4, configure, examples/t_blas.cc, include/qdp_qdpio.h, include/qdp_scalarsite_sse.h, include/scalarsite_sse/qdp_scalarsite_sse_blas.h, lib/qdp_filebuf.cc, lib/qdp_qdpio.cc, lib/qdp_qio_strings.cc, other_libs/xpath_reader/include/xml_struct_writer.h: Another little clean. Should now be ready for gcc-4.3 2008-05-13 18:05 bjoo * include/scalarsite_sse/qdp_scalarsite_sse_blas.h: Added InnerProductReal(multi1d >, multi1d, const Subset& s) 2008-05-13 16:01 bjoo * lib/qdp_scalarsite_sse.cc, include/qdp_scalarsite_sse.h, include/scalarsite_generic/generic_blas_local_vcdot.h, include/scalarsite_generic/generic_blas_local_vcdot_real.h, include/scalarsite_sse/qdp_scalarsite_sse_blas.h: Damn thing! Just commit will you 2008-05-13 15:59 bjoo * AUTHORS, COPYING, INSTALL, INSTALL_EXAMPLES, Makefile.am, NEWS, README, acinclude.m4, aclocal.m4, configure, configure.ac, qdp++-config.in, lib/Makefile.am, lib/qdp.cc, lib/qdp_binx.cc, lib/qdp_byteorder.cc, lib/qdp_crc32.cc, lib/qdp_default_allocator.cc, lib/qdp_filebuf.cc, lib/qdp_io.cc, lib/qdp_iogauge.cc, lib/qdp_layout.cc, lib/qdp_map.cc, lib/qdp_parscalar_global_sum.cc, lib/qdp_parscalar_init.cc, lib/qdp_parscalar_layout.cc, lib/qdp_parscalar_specific.cc, lib/qdp_parscalarvec_init.cc, lib/qdp_parscalarvec_layout.cc, lib/qdp_parscalarvec_specific.cc, lib/qdp_profile.cc, lib/qdp_qcdoc_allocator.cc, lib/qdp_qdpio.cc, lib/qdp_qio_strings.cc, lib/qdp_qmp_extensions.cc, lib/qdp_random.cc, lib/qdp_scalar_init.cc, lib/qdp_scalar_layout.cc, lib/qdp_scalar_specific.cc, lib/qdp_scalarsite_specific.cc, lib/qdp_scalarsite_sse.cc: SSE Rest 2008-05-13 15:59 bjoo * include/qdp_config_internal.h.in, configure.ac, configure: HEADER 2008-05-13 15:54 bjoo * aclocal.m4: SSEIFICATION1 2008-05-09 13:45 bjoo * include/scalarsite_bagel_qdp/qdp_scalarsite_bagel_qdp_linalg.h: Cleaned out unsigned int and int comparisons which caused lots of warnings 2008-05-02 19:17 tag qdp1-26-0 2008-05-02 19:17 bjoo * include/: qdp_primcolorvec.h, qdp_qdpio.h: Added DoublePrecType trait to PColorVector 2008-05-02 15:54 bjoo * NEWS: Oops forgot to modify NEWS 2008-05-02 14:52 bjoo * include/qdp_parscalar_specific.h, include/qdp_qdpio.h, lib/qdp_parscalar_specific.cc, lib/qdp_qio_strings.cc, other_libs/qio/configure, other_libs/qio/include/qioxml_usqcd_prop.h, other_libs/qio/lib/qio/QIO_info_usqcd_prop.c: everything else 2008-05-02 14:52 bjoo * configure: configure last 2008-05-02 14:50 bjoo * configure.ac: Configure.ac first 2008-03-17 00:03 edwards * include/qdp_tree_io.h, lib/qdp_tree_io.cc: Removed unneeded overloads of write's in TreeArrayWriter. 2008-03-16 23:55 edwards * examples/Makefile.am, examples/t_aff.cc, examples/t_tree.cc, examples/t_xml.cc, include/qdp_aff_imp.h, include/qdp_tree_imp.h, include/qdp_tree_io.h, include/qdp_tree_types.h, include/qdp_xml_imp.h, include/qdp_xml_io.h, lib/qdp_aff_imp.cc, lib/qdp_tree_io.cc, lib/qdp_tree_types.cc, lib/qdp_xml_imp.cc, lib/qdp_xml_io.cc: Overhauled TreeWriter classes. Now, but TreeReader and TreeWriter can be constructed in a factory-style construction. 2008-03-16 14:21 edwards * include/Makefile.am, lib/Makefile.am: Added qdp_types.* . 2008-03-16 12:16 edwards * lib/Makefile.am: Added qdp_tree_imp.cc 2008-03-16 12:07 edwards * include/qdp_aff_imp.h, include/qdp_aff_io.h, include/qdp_tree_imp.h, include/qdp_tree_io.h, include/qdp_xml_imp.h, include/qdp_xml_io.h, lib/qdp_aff_imp.cc, lib/qdp_aff_io.cc, lib/qdp_tree_io.cc, lib/qdp_xml_imp.cc, lib/qdp_xml_io.cc: Removed read/write of OScalar objects in favor of primitive objects. 2008-03-15 22:40 edwards * examples/t_aff.cc, include/qdp_aff_imp.h, include/qdp_aff_io.h, include/qdp_tree_io.h, include/qdp_xml_io.h, lib/qdp_aff_imp.cc, lib/qdp_aff_io.cc, lib/qdp_tree_io.cc: Further cleanups. First working version under the bridge pattern. 2008-03-15 10:28 edwards * examples/Makefile.am, examples/t_aff.cc, examples/t_xml.cc, include/Makefile.am, include/qdp.h, include/qdp_aff_imp.h, include/qdp_aff_io.h, include/qdp_defs.h, include/qdp_inner.h, include/qdp_outer.h, include/qdp_parscalar_specific.h, include/qdp_parscalarvec_specific.h, include/qdp_primmatrix.h, include/qdp_primscalar.h, include/qdp_primseed.h, include/qdp_primspinvec.h, include/qdp_primvector.h, include/qdp_reality.h, include/qdp_scalar_specific.h, include/qdp_scalarvec_specific.h, include/qdp_specializations.h, include/qdp_tree_imp.h, include/qdp_tree_io.h, include/qdp_tree_rep.h, include/qdp_xml_imp.h, include/qdp_xml_io.h, lib/Makefile.am, lib/qdp_aff_imp.cc, lib/qdp_aff_io.cc, lib/qdp_tree_io.cc, lib/qdp_tree_rep.cc, lib/qdp_xml_imp.cc, lib/qdp_xml_io.cc: First versions of TreeReader/Writer class structure with XML and AFF. 2008-03-04 16:56 tag qdp1-25-2 2008-03-04 16:56 bjoo * include/qdp_layout.h, lib/qdp_layout.cc, lib/qdp_parscalar_layout.cc: DO IT 2008-03-04 16:53 bjoo * configure, other_libs/qio/configure, other_libs/qio/aclocal.m4: Induced changes 2008-02-27 00:20 tag qio2-3-4 2008-02-27 00:20 detar * other_libs/qio/: include/dml.h, lib/dml/DML_utils.c, lib/qio/QIO_open_read.c, lib/qio/QIO_open_write.c, lib/qio/QIO_utils.c: Fix algorithm for splitting hypercube records. 2008-02-24 15:09 detar * other_libs/qio/: NEWS, configure, configure.ac, include/dml.h, include/qio.h, lib/dml/DML_utils.c, lib/qio/QIO_host_file_conversion.c, lib/qio/QIO_open_read.c, lib/qio/QIO_open_write.c, lib/qio/QIO_read_record_data.c, lib/qio/QIO_read_record_info.c, lib/qio/QIO_utils.c, lib/qio/QIO_write.c, other_libs/c-lime/examples/lime_extract_record.c: Correct file splitting/joining for hypercube records 2008-02-20 16:37 bjoo * lib/qdp_parscalar_layout.cc: Added 3D checkerboarding requiring time to be local 2008-02-20 16:31 bjoo * configure.ac: Fred 2008-02-20 16:27 bjoo * examples/t_mesplq.cc, include/qdp_config_internal.h.in, lib/qdp_layout.cc, lib/qdp_parscalar_layout.cc, lib/qdp_scalar_layout.cc: Fred 2008-02-05 17:32 tag qio2-3-3 2008-02-05 17:32 detar * other_libs/qio/doc/qio_2p3.tex: Fix typos 2008-02-05 17:28 detar * other_libs/qio/NEWS: version 2.3.3 2008-02-05 17:27 detar * other_libs/qio/doc/: Makefile.am, qio_2p2.tex, qio_2p3.tex: Add USQCD staggered format to documentation and change to version 2p3 2008-02-05 17:00 detar * other_libs/qio/: aclocal.m4, configure, configure.ac: Add USQCD staggered propagator support. Change to 2.3.3 2008-02-05 16:58 detar * other_libs/qio/: lib/qio/QIO_info.c, lib/qio/QIO_info_usqcd_ksprop.c, lib/qio/QIO_info_usqcd_prop.c, lib/qio/QIO_utils.c, lib/qio/QIO_write.c, lib/Makefile.am, include/Makefile.am, include/qioxml.h, include/qioxml_usqcd_ksprop.h, include/qioxml_usqcd_prop.h: Add USQCD staggered propagator support 2008-02-05 16:57 detar * other_libs/qio/lib/dml/DML_utils.c: Free outbuf on one of the error exits. 2008-02-05 16:55 detar * other_libs/qio/other_libs/c-lime/examples/lime_extract_record.c: Bug fix. 2008-02-05 16:51 detar * other_libs/qio/other_libs/c-lime/lib/lime_reader.c: Complain about premature EOF 2007-12-05 14:44 bjoo * examples/: Makefile.am, lhpc2ildg.cc: Added a file to extract info from lhpc HMC generated files 2007-10-27 17:19 tag adat1-35-0 2007-10-27 17:19 tag adat1-36-0 2007-10-27 17:19 edwards * other_libs/: qio/other_libs/c-lime/configure, qio/configure, libintrin/AUTHORS, libintrin/COPYING, libintrin/INSTALL, libintrin/Makefile.am, libintrin/NEWS, libintrin/README, libintrin/aclocal.m4, libintrin/configure: Induced changes 2007-10-27 17:19 edwards * other_libs/qio/: include/qio_config_internal.h.in, other_libs/c-lime/include/lime_config_internal.h.in: Induced changes. 2007-10-27 17:15 edwards * other_libs/: xpath_reader/AUTHORS, xpath_reader/COPYING, xpath_reader/INSTALL, xpath_reader/Makefile.am, xpath_reader/NEWS, xpath_reader/README, xpath_reader/ToDoList, xpath_reader/acinclude.m4, xpath_reader/aclocal.m4, xpath_reader/configure, xpath_reader/configure.ac, qio/other_libs/c-lime/aclocal.m4, qio/other_libs/c-lime/configure, qio/aclocal.m4, qio/configure: Induced changes 2007-10-27 17:06 edwards * aclocal.m4, configure: Induced changes 2007-10-27 11:45 edwards * lib/: qdp_parscalar_layout.cc, qdp_parscalarvec_layout.cc, qdp_scalar_layout.cc, qdp_scalarvec_layout.cc: Gave a type to the struct holding the local layout data. Did some indenting. 2007-10-26 13:58 tag qdp1-25-1 2007-10-26 13:58 bjoo * configure: Induced 2007-10-26 13:55 bjoo * aclocal.m4: Induced change 2007-10-26 13:53 bjoo * configure.ac: Bumped version to 2-5-1 in configure.ac 2007-10-06 10:59 edwards * include/qdp_primcolormat.h: Added placeholder quarkContractXX and colorContract for Nc=1,2,4 2007-10-06 00:04 kostas * other_libs/qio/other_libs/c-lime/aclocal.m4: added a jack_fit util to make ensemble files of masses. 2007-09-12 09:08 tag qdp1-25-0 2007-09-12 09:08 bjoo * configure.ac, configure: Bah 2007-09-12 09:00 bjoo * other_libs/libintrin/configure: Darn It 2007-09-12 08:55 bjoo * configure.ac: Bumped version 2007-09-12 08:48 bjoo * configure: Bumped version in configure.ac 2007-09-04 09:10 bjoo * include/scalarsite_sse/sse_s_m_a_mat.h: Removed this 2007-08-31 10:41 bjoo * include/scalarsite_sse/: sse_spin_proj_inlines.h, sse_spin_recon_inlines.h: Added some pointer casts to make Intel compiler happy 2007-08-31 06:52 bjoo * configure, examples/Makefile.am: Removed oopsie from Makefile.am 2007-08-30 23:54 bjoo * NEWS, other_libs/libintrin/include/libintrin_config_internal.h.in: Initial move to intrinsics complete. Read the README. Still using inline sse for scalarvecsite 2007-08-30 23:48 bjoo * configure, configure.ac, qdp++-config.in, examples/Makefile.am, lib/Makefile.am, other_libs/Makefile.am: Added Libintrin magic to build 2007-08-30 23:47 bjoo * other_libs/libintrin/include/: libintrin_config.h, libintrin_config_internal.h, libintrin_config_internal.h.in: Initial revision 2007-08-30 23:47 tag update-1 2007-08-30 23:47 bjoo * other_libs/libintrin/: configure.ac, configure, include/Makefile.am, include/inline_sse.h, include/libintrin_config.h, include/libintrin_config_internal.h, include/libintrin_config_internal.h.in: Update of source 2007-08-30 22:52 tag start 2007-08-30 22:52 bjoo * other_libs/libintrin/: AUTHORS, COPYING, INSTALL, Makefile.am, NEWS, README, aclocal.m4, configure, configure.ac, include/Makefile.am, include/inline_sse.h, include/sse_add_su3_vector.h, include/sse_mult_adj_su3_mat_4vec.h, include/sse_mult_adj_su3_mat_hwvec.h, include/sse_mult_adj_su3_mat_vec.h, include/sse_mult_adj_su3_mat_vec_4dir.h, include/sse_mult_su3_an.h, include/sse_mult_su3_mat_hwvec.h, include/sse_mult_su3_mat_vec.h, include/sse_mult_su3_mat_vec_sum_4dir.h, include/sse_mult_su3_na.h, include/sse_mult_su3_nn.h, include/sse_scalar_mult_add_su3_matrix.h, include/sse_scalar_mult_add_su3_vector.h, include/sse_su3_projector.h, include/sse_sub_four_su3_vecs.h, config/depcomp, config/install-sh, config/missing, lib/Makefile.am, lib/sse_add_su3_vector.c, lib/sse_mult_adj_su3_mat_4vec.c, lib/sse_mult_adj_su3_mat_hwvec.c, lib/sse_mult_adj_su3_mat_vec.c, lib/sse_mult_adj_su3_mat_vec_4dir.c, lib/sse_mult_su3_an.c, lib/sse_mult_su3_mat_hwvec.c, lib/sse_mult_su3_mat_vec.c, lib/sse_mult_su3_mat_vec_sum_4dir.c, lib/sse_mult_su3_na.c, lib/sse_mult_su3_nn.c, lib/sse_scalar_mult_add_su3_matrix.c, lib/sse_scalar_mult_add_su3_vector.c, lib/sse_su3_projector.c, lib/sse_sub_four_su3_vecs.c: First import of libintrin 2007-08-30 22:52 bjoo * other_libs/libintrin/: AUTHORS, COPYING, INSTALL, Makefile.am, NEWS, README, aclocal.m4, configure, configure.ac, include/Makefile.am, include/inline_sse.h, include/sse_add_su3_vector.h, include/sse_mult_adj_su3_mat_4vec.h, include/sse_mult_adj_su3_mat_hwvec.h, include/sse_mult_adj_su3_mat_vec.h, include/sse_mult_adj_su3_mat_vec_4dir.h, include/sse_mult_su3_an.h, include/sse_mult_su3_mat_hwvec.h, include/sse_mult_su3_mat_vec.h, include/sse_mult_su3_mat_vec_sum_4dir.h, include/sse_mult_su3_na.h, include/sse_mult_su3_nn.h, include/sse_scalar_mult_add_su3_matrix.h, include/sse_scalar_mult_add_su3_vector.h, include/sse_su3_projector.h, include/sse_sub_four_su3_vecs.h, config/depcomp, config/install-sh, config/missing, lib/Makefile.am, lib/sse_add_su3_vector.c, lib/sse_mult_adj_su3_mat_4vec.c, lib/sse_mult_adj_su3_mat_hwvec.c, lib/sse_mult_adj_su3_mat_vec.c, lib/sse_mult_adj_su3_mat_vec_4dir.c, lib/sse_mult_su3_an.c, lib/sse_mult_su3_mat_hwvec.c, lib/sse_mult_su3_mat_vec.c, lib/sse_mult_su3_mat_vec_sum_4dir.c, lib/sse_mult_su3_na.c, lib/sse_mult_su3_nn.c, lib/sse_scalar_mult_add_su3_matrix.c, lib/sse_scalar_mult_add_su3_vector.c, lib/sse_su3_projector.c, lib/sse_sub_four_su3_vecs.c: Initial revision 2007-08-30 22:50 bjoo * include/scalarsite_sse/qdp_scalarsite_sse_linalg.h, lib/qdp_scalarsite_sse.cc: Fixed a few typos which made chroma regression failures go away 2007-08-30 21:42 bjoo * include/Makefile.am: Now Builds 2007-08-30 21:34 bjoo * aclocal.m4, configure, include/Makefile.am, include/qdp_sse_intrin.h, include/scalarsite_sse/qdp_scalarsite_sse_linalg.h, include/scalarsite_sse/qdp_sse_fused_spin_proj_evaluates.h, include/scalarsite_sse/qdp_sse_fused_spin_recon_evaluates.h, include/scalarsite_sse/sse_addvec.h, include/scalarsite_sse/sse_adj_mat_hwvec.h, include/scalarsite_sse/sse_adj_mat_vec.h, include/scalarsite_sse/sse_fused_spin_proj.h, include/scalarsite_sse/sse_fused_spin_recon.h, include/scalarsite_sse/sse_mat_hwvec.h, include/scalarsite_sse/sse_mat_vec.h, include/scalarsite_sse/sse_mult_an.h, include/scalarsite_sse/sse_mult_na.h, include/scalarsite_sse/sse_mult_nn.h, include/scalarsite_sse/sse_mv_switchbox.h, include/scalarsite_sse/sse_s_m_a_vec.h, include/scalarsite_sse/sse_spin_aggregate.h, include/scalarsite_sse/sse_spin_recon_inlines.h, lib/qdp_scalarsite_sse.cc: Phase 1 of stripping out inline assembler 2007-08-30 00:23 tag qdp1-24-6 2007-08-30 00:23 edwards * NEWS: Info on 1.24.6 2007-08-30 00:21 edwards * aclocal.m4, configure: Induced changes 2007-08-30 00:21 edwards * configure.ac: Changed to 1.24.6 2007-08-30 00:20 edwards * other_libs/qio/NEWS: Info on 2.3.2 2007-08-30 00:18 edwards * other_libs/qio/: aclocal.m4, configure: Induced changes 2007-08-30 00:18 edwards * other_libs/qio/configure.ac: Changed to 2.3.2 2007-08-30 00:17 tag adat1-34-0 2007-08-30 00:17 tag c-lime1-3-1 2007-08-30 00:17 edwards * other_libs/qio/other_libs/c-lime/NEWS: Info on 1.3.1 2007-08-30 00:14 edwards * other_libs/qio/other_libs/c-lime/: aclocal.m4, configure: Induced changes 2007-08-30 00:13 edwards * other_libs/qio/other_libs/c-lime/configure.ac: Changed to 1.3.1 2007-08-29 23:44 edwards * other_libs/qio/lib/: dml/DML_route.c, lrl/LRL_main.c, qio/QIO_host_file_conversion.c, qio/QIO_string.c: Added some function names for the print statements. 2007-08-29 23:20 uid3790 * other_libs/qio/other_libs/c-lime/lib/: lime_reader.c, lime_utils.c, lime_writer.c: Changed all printf's to also write the name of the encompassing function. 2007-08-23 21:29 edwards * include/qdp_multi.h: Changed error messages in resize to something a little more meaningful. Changed some "\n" to be "endl" since this flushes the buffer. 2007-08-23 11:50 tag qdp1-24-5 2007-08-23 11:50 edwards * aclocal.m4, configure: Induced changes 2007-08-23 11:50 edwards * configure.ac: Changed to 1.24.5 2007-08-23 11:50 edwards * NEWS: Info on 1.24.5 2007-08-23 11:47 tag qio2-3-1 2007-08-23 11:47 edwards * other_libs/qio/NEWS: Info on 2.3.1 2007-08-23 11:44 edwards * other_libs/qio/: aclocal.m4, configure: Induced changes 2007-08-23 11:43 edwards * other_libs/qio/configure.ac: Changed to 2.3.1 2007-08-22 00:50 edwards * other_libs/qio/lib/dml/DML_parscalar.c: A hack in DML_route_bytes allows a Bluegene to run this part in switch mode even though QMP was forced into "mesh" mode. 2007-08-21 23:15 tag qio2-3-0 2007-08-21 23:15 edwards * other_libs/qio/NEWS: Info on 2.3.0 2007-08-21 22:14 edwards * other_libs/qio/: include/qio_config_internal.h.in, lib/dml/DML_route.c: Slow route enable option changed to fast routine option. 2007-08-21 22:14 edwards * other_libs/qio/: aclocal.m4, configure: Induced changes 2007-08-21 22:13 edwards * other_libs/qio/configure.ac: Changed to version 3.3.0. Added new option --enable-dml-output-buffering and changed --enable-slow-route to instead be --enable-fast-route. The DML_partition_out route that allows multiple sites to be ganged together for performance improvement is problematic on some platforms, no now it must be enabled with the first option. The "fast-route" is problematic on some platforms, so now it must be enabled. The "slow-route" as fast, but apparently safe. 2007-08-21 19:03 edwards * other_libs/qio/: aclocal.m4, configure: Induced changes 2007-08-21 15:24 edwards * other_libs/qio/include/qio_config_internal.h.in: Now has QIO_DML_USE_OUT_BUFFERING. 2007-08-21 15:22 edwards * other_libs/qio/lib/dml/DML_utils.c: Ooops, changed "if defined" to "#if defined" 2007-08-21 15:20 edwards * other_libs/qio/lib/dml/DML_utils.c: Added ifdef's of QIO_DML_USE_OUT_BUFFERING around DML_partition_out. 2007-08-21 15:19 edwards * other_libs/qio/configure.ac: Added new --enable-dml-output-buffering to allow the usage of buffering of output in DML_partition_out. Otherwise, this code busts gigE and QMP/MPI in mesh mode. Changed to 2.3.0. 2007-08-21 14:17 edwards * other_libs/qio/aclocal.m4: Induced changes 2007-08-21 14:16 edwards * other_libs/qio/configure.ac: Changed to 2.2.2 2007-08-20 13:08 uid4709 * include/qdp_scalarvecsite_sse.h, include/scalarsite_sse/qdp_scalarsite_sse_vector.h, include/scalarsite_sse/sse_blas_vaxpby3_g5.h, include/scalarsite_sse/sse_blas_vaxpy3_g5.h, include/scalarsite_sse/sse_blas_vaypx3_g5.h, include/scalarsite_sse/sse_blas_vscal3_g5.h, lib/qdp_scalarsite_sse.cc: Removed shufps inline asm and replaced with intrinsic. Now inline asm should only appear in the sources from the FNAL inline assembly headers. Clean these next 2007-08-16 11:49 edwards * include/: qdp_parscalarvec_specific.h, qdp_scalarvec_specific.h: Write out coord as another attribute for xml< text appear in a larger font. 2005-08-20 13:08 tag qdp1-15-1 2005-08-20 13:08 edwards * NEWS: Info on 1.15.1 2005-08-20 12:48 edwards * include/qdp_xmlio.h, lib/qdp_xmlio.cc: Added fail() checks on "open". Move some stuff to .cc file. 2005-08-17 19:42 tag qio2-1-2 2005-08-17 19:42 detar * other_libs/qio/: examples/Makefile.am, examples/qio-convert-mesh-pfs.c, examples/qio-convert-mesh.c, include/qio_config_internal.h.in: Add pfs file splitter and flattener examples/qio-convert-mesh-pfs and modify examples/qio-convert-mesh.c to support it. 2005-08-17 19:41 detar * other_libs/qio/configure.ac: Force configure.ac 2005-08-15 23:12 edwards * install_scripts/QCDOC/BNL_qcdoc_AIX_front_end/: build_all.sh, build_functions.sh: Updated to use v2.6.0-CJ/aix5.2f 2005-08-13 17:07 edwards * docs/usr/implementation.dox: Removed an extraneous character. 2005-08-13 16:52 edwards * docs/usr/implementation.dox: Added tranposeColor, transposeSpin, traceColor, traceSpin 2005-08-13 15:30 edwards * docs/: qdpdoc, qdpdoc.in: Removed qdpdoc in favor of version in ref subdir. 2005-08-13 15:10 edwards * docs/qdpdoc: Update version number 2005-08-12 18:41 edwards * docs/mkdocs.sh: Added shell path 2005-08-12 16:35 edwards * docs/manual.tex: Updated to include transposeSpin and transposeColor. Fixed some colorTrace to traceColor. 2005-08-10 20:29 zbigniew * docs/usr/io.dox: Minor change in wording 2005-07-26 08:47 zbigniew * include/qdp_profile.h: Added doxygen comment for getClockTime cos it's useful. 2005-07-26 08:41 zbigniew * docs/ref/doxygen.cfg: Link the refence manual to the QIO docs. 2005-07-26 08:41 zbigniew * other_libs/qio/doc/qiodoc: Switched on the doxygen 'optimise for C' flag, since QIO is written in C. 2005-07-26 05:40 tag qdp1-15-0 2005-07-26 05:40 edwards * lib/qdp_crc32.cc: Crc32 support 2005-07-25 13:11 edwards * aclocal.m4, configure: Induced changes. 2005-07-25 13:10 edwards * NEWS: Info on 1.15.0 2005-07-25 13:10 edwards * configure.ac: Changed to 1.15.0 2005-07-25 13:07 edwards * include/: qdp_byteorder.h, qdp_crc32.h, qdp_io.h, qdp_util.h: Added checksums to BinaryReader/Writer. Pulled out codes out of qdp_util.h to qdo_byteorder.h 2005-07-25 13:06 edwards * lib/: qdp_byteorder.cc, qdp_io.cc: Added checksusm. 2005-07-25 13:05 edwards * lib/Makefile.am: Added qdp_crc32.cc and qdp_byteorder.cc 2005-07-25 13:05 edwards * include/Makefile.am: Added qdp_byteorder.h and qdp_crc32.h 2005-07-25 13:04 edwards * examples/t_io.cc: Added test of checksums. 2005-07-21 14:59 tag qio2-1-1 2005-07-21 14:59 detar * other_libs/qio/: aclocal.m4, configure: Reconfiguring 2005-07-21 14:43 tag adat1-13-14 2005-07-21 14:43 tag adat1-14-0 2005-07-21 14:43 tag adat1-14-1 2005-07-21 14:43 tag adat1-15-0 2005-07-21 14:43 tag adat1-15-1 2005-07-21 14:43 tag c-lime1-2-3 2005-07-21 14:43 detar * other_libs/qio/: examples/layout_hyper_mesh.c, include/lrl.h, include/qio.h, lib/dml/DML_utils.c, lib/lrl/LRL_main.c, lib/qio/QIO_open_read.c, lib/qio/QIO_read_record_info.c, lib/qio/QIO_utils.c, lib/qio/QIO_write.c, other_libs/c-lime/examples/lime_contents.c, other_libs/c-lime/examples/lime_extract_record.c, other_libs/c-lime/examples/lime_extract_type.c, other_libs/c-lime/examples/lime_pack.c, other_libs/c-lime/examples/lime_unpack.c, other_libs/c-lime/include/lime_header.h, other_libs/c-lime/include/lime_reader.h, other_libs/c-lime/include/lime_writer.h, other_libs/c-lime/lib/lime_header.c, other_libs/c-lime/lib/lime_reader.c, other_libs/c-lime/lib/lime_writer.c: Further changes to support large files. 2005-07-20 13:08 tag qdp1-14-5 2005-07-20 13:08 edwards * NEWS: Info on 1.14.5 2005-07-20 13:06 edwards * include/: QDPOperators.h, qdp_primcolormat.h, qdp_primmatrix.h, qdp_primspinmat.h: Added transposeColor 2005-07-20 12:57 edwards * aclocal.m4, configure: Induced changes. 2005-07-20 12:57 edwards * configure.ac: Changed to version 1.14.5 2005-07-20 12:49 edwards * PETE/QDPOps.in: Added transposeColo 2005-07-20 09:52 zbigniew * other_libs/qio/: configure.ac, examples/Makefile.am: Added conditional check so that 2005-07-20 07:06 tag qdp-1-14-4 2005-07-20 07:06 tag qdp1-14-4 2005-07-20 07:06 bjoo * NEWS, PETE/QDPOps.in, PETE/Tools/PeteOps.cpp, PETE/Tools/PrintFunctions.h, examples/Makefile.am, examples/t_transpose_spin.cc, examples/t_transpose_spin.xml, include/QDPOperators.h, include/qdp_default_allocator.h, include/qdp_primmatrix.h, include/qdp_primscalar.h, include/qdp_primspinmat.h, include/qdp_profile.h, include/qdp_qcdoc_allocator.h, other_libs/qio/aclocal.m4, other_libs/qio/configure, other_libs/qio/include/qio_config_internal.h.in: Various fixes 2005-07-19 19:22 tag qdp-1-14-4_pre1 2005-07-19 19:22 detar * other_libs/qio/lib/qio/QIO_read_record_data.c: Correcting integer size 2005-07-19 01:29 edwards * examples/Makefile.am: Added top_builddir for c-lime inclusion. 2005-07-18 18:13 tag adat1-13-13 2005-07-18 18:13 detar * other_libs/qio/: examples/layout_hyper.c, examples/qio-convert-mesh-singlefs.c, examples/qio-convert-mesh.c, examples/qio-host-test.c, examples/qio-host-test1.c, examples/qio-host-test2.c, examples/qio-test-util.c, examples/qio-test.c, include/dml.h, include/lrl.h, lib/lrl/LRL_main.c, lib/qio/QIO_host_file_conversion.c, lib/qio/QIO_read_record_info.c, lib/qio/QIO_utils.c, lib/qio/QIO_write.c, other_libs/c-lime/examples/lime_contents.c, other_libs/c-lime/examples/lime_extract_record.c, other_libs/c-lime/examples/lime_extract_type.c, other_libs/c-lime/examples/lime_pack.c, other_libs/c-lime/examples/lime_unpack.c, other_libs/c-lime/examples/lime_writer_test1.c, other_libs/c-lime/lib/lime_fseeko.c, other_libs/c-lime/lib/lime_header.c, other_libs/c-lime/lib/lime_reader.c, other_libs/c-lime/lib/lime_utils.c, other_libs/c-lime/lib/lime_writer.c: Further corrections to support files > 2 GB. Correct bug in QIO_read_record_info.c that failed with ILDG partitioned files. 2005-07-18 10:41 tag qdp1-14-3 2005-07-18 10:41 edwards * configure: Induced changes. 2005-07-18 10:41 edwards * aclocal.m4: Induced changes 2005-07-18 10:27 edwards * configure: Induced changes. 2005-07-18 10:26 edwards * configure.ac: Changed to 1.14.3 2005-07-18 10:26 edwards * NEWS: Info on 1.14.3 2005-07-18 10:22 edwards * lib/Makefile.am: Added -I@top_builddir@ for c-lime/include 2005-07-17 09:08 detar * other_libs/qio/: aclocal.m4, configure, configure.ac, examples/Makefile.am, include/qio_config_internal.h.in, lib/dml/DML_utils.c, lib/qio/QIO_host_file_conversion.c, lib/qio/QIO_utils.c, other_libs/c-lime/aclocal.m4, other_libs/c-lime/configure, other_libs/c-lime/configure.ac, other_libs/c-lime/include/lime.h, other_libs/c-lime/include/lime_config_internal.h.in, other_libs/c-lime/lib/lime_writer.c: Large file support. See --enable-largefile 2005-07-14 08:06 bjoo * other_libs/qio/examples/qio-host-test.c: Added NULL ildgLFN parameter to call to QIO_part_to_single with QIO_ILDGNO, so that call obeys interface and compiles 2005-07-12 23:26 tag qdp1-14-2 2005-07-12 23:26 edwards * aclocal.m4, configure: Induced changes. 2005-07-12 23:11 edwards * include/qdp_primmatrix.h: BUG FIX!! Fix in operator-(PScalar,PMatrix) . 2005-07-12 23:10 edwards * NEWS: Info on 1.14.2 2005-07-12 23:04 edwards * configure.ac: Changed to version 1.14.2 2005-07-12 12:03 detar * other_libs/qio/lib/qio/QIO_open_read.c: Fix seg fault on attempt to open a non-LIME file 2005-07-11 14:37 tag adat1-13-12 2005-07-11 14:37 tag c-lime1-2-2 2005-07-11 14:37 tag qio2-1-0 2005-07-11 14:37 detar * other_libs/qio/: examples/qio-convert-mesh-singlefs.c, examples/qio-convert-mesh.c, include/qio.h, lib/qio/QIO_host_file_conversion.c, other_libs/c-lime/examples/Makefile.am, other_libs/c-lime/examples/lime_extract_type.c: Add capability for inserting an ILDG LFN during partfile to singlefile conversion. Add another LIME extraction utility. Useful for extracting the LFN. 2005-07-10 14:30 tag adat1-13-11 2005-07-10 14:30 detar * other_libs/qio/: include/qio.h, include/qioxml.h, lib/qio/QIO_info.c, lib/qio/QIO_open_read.c, lib/qio/QIO_open_write.c, lib/qio/QIO_utils.c, lib/qio/QIO_write.c, other_libs/c-lime/examples/lime_contents.c: Fixing some compiler trivia. 2005-07-08 18:15 detar * other_libs/qio/examples/: qio-test4.c, qio-test5.c, qio-test6.c, qio-test7.c, qio-test8.c: Add new test modules 2005-07-08 18:03 detar * other_libs/qio/lib/Makefile.am: Deleting DML_stream_in.c and DML_stream_out.c 2005-07-08 17:50 tag adat1-13-10 2005-07-08 17:50 detar * other_libs/qio/: examples/layout_hyper.c, examples/qio-convert-mesh-singlefs.c, examples/qio-convert-mesh.c, examples/qio-host-test.c, examples/qio-host-test1.c, examples/qio-host-test2.c, examples/qio-test.c, examples/qio-test.h, examples/qio-test1.c, examples/qio-test2.c, examples/qio-test3.c, include/dml.h, include/lrl.h, include/qio.h, include/qio_config_internal.h.in, include/qio_stdint.h, include/qioxml.h, lib/dml/DML_stream_in.c, lib/dml/DML_stream_out.c, lib/dml/DML_utils.c, lib/lrl/LRL_main.c, lib/qio/QIO_close_read.c, lib/qio/QIO_host_file_conversion.c, lib/qio/QIO_info.c, lib/qio/QIO_next_record.c, lib/qio/QIO_open_read.c, lib/qio/QIO_open_write.c, lib/qio/QIO_read_record_data.c, lib/qio/QIO_read_record_info.c, lib/qio/QIO_utils.c, lib/qio/QIO_write.c, other_libs/c-lime/aclocal.m4, other_libs/c-lime/configure, other_libs/c-lime/examples/lime_contents.c, other_libs/c-lime/examples/lime_pack.c, other_libs/c-lime/include/lime_config_internal.h.in, other_libs/c-lime/lib/lime_header.c, other_libs/c-lime/lib/lime_reader.c, other_libs/c-lime/lib/lime_writer.c: Major changes to support ILDG formats and parallel I/O - ced 2005-07-08 17:49 detar * other_libs/qio/configure: Committing stubborn files 2005-07-08 17:30 detar * other_libs/qio/aclocal.m4: Continuing with Robert's prescription for commits. Forcing aclocal.m4 2005-07-08 17:28 detar * other_libs/qio/: configure.ac, examples/Makefile.am, other_libs/c-lime/configure.ac: Preparing to commit qio-2.1.0 and lime-1.2.2 2005-07-07 12:02 zbigniew * docs/usr/: build.dox, datatypes.dox, implementation.dox, io.dox, main.dox, qio.dox: Added indexes at the tops of the pages to make them easier to navigate. 2005-07-07 11:40 zbigniew * docs/usr/header.html: User guide header file 2005-07-07 11:39 zbigniew * docs/: ref/doxygen.cfg, usr/doxygen.cfg: Project name is QDP++ 2005-07-07 11:35 zbigniew * docs/usr/doxygen.cfg: We don't want the index here 2005-07-07 09:11 bjoo * include/: qdp_parscalar_specific.h, qdp_parscalarvec_specific.h: Added checks on the return values of some QMP memory buffer and comms declarations 2005-07-05 13:20 tag qdp1-14-1 2005-07-05 13:20 edwards * NEWS: Info on 1.14.1 2005-07-05 13:19 edwards * configure, aclocal.m4: Induced changes. 2005-07-05 13:18 edwards * configure.ac: Changed to 1.14.1 2005-07-05 12:05 bjoo * configure.ac, include/qdp_default_allocator.h: [no log message] 2005-07-05 12:05 bjoo * configure: finally the configure script 2005-07-05 12:04 bjoo * aclocal.m4: now aclocal.m4 2005-07-05 12:04 bjoo * lib/Makefile.am: Makefile.ams first 2005-07-05 12:01 bjoo * lib/qdp_default_allocator.cc: Moved the default allocator functions into a .cc file to avoid stagnation in the inliner in older gccs 2005-07-04 17:18 edwards * examples/t_xml.cc: Added explicit qualifications on type QDP::Seed . Something on qcdoc must conflict with this type thus requiring full qualification. 2005-07-04 07:59 bjoo * include/: qdp_allocator.h, qdp_multi.h, qdp_outer.h, qdp_qcdoc_allocator.h: Overhauled hints system. Explicit nops for non QCDOC targets -- chroma compiles and works without leakage for me now checking with valgrind 2005-06-29 15:24 tag adat1-13-0 2005-06-29 15:24 tag adat1-13-9 2005-06-29 15:24 edwards * other_libs/xpath_reader/examples/: print_nodeset.cc, print_xpath.cc: Split into two. 2005-06-29 15:23 edwards * other_libs/xpath_reader/examples/Makefile.am: Added print_nodeset.cc 2005-06-29 12:56 bjoo * qdp++-config.in: Patched qdp++-config to not strip out duplicate libs 2005-06-28 19:31 tag qdp1-14-0 2005-06-28 19:31 edwards * NEWS: Info on 1.13.1 2005-06-28 19:25 edwards * aclocal.m4, configure: Induced changes. 2005-06-28 19:24 edwards * NEWS: Info on 1.14.0 2005-06-28 19:22 edwards * configure.ac: Changed to version 1.14.0 2005-06-28 11:27 tag qdp1-13-1 2005-06-28 11:27 bjoo * include/qdp_allocator.h: Added QDP::Hints namespace 2005-06-27 12:01 bjoo * include/qdp_singleton.h: OOps on include guard 2005-06-27 10:13 bjoo * examples/t_blas.cc, examples/t_blas_g5_2.cc, examples/t_blas_g5_3.cc, include/qdp.h, include/qdp_allocator.h, include/qdp_default_allocator.h, include/qdp_multi.h, include/qdp_outer.h, include/qdp_qcdoc_allocator.h, include/qdp_singleton.h, include/qdp_stdio.h: Added memory manager and functions to move to and from FastMemory 2005-06-27 10:13 bjoo * configure: Added memory manager and functions to move to and from FastMemory finally the configure script 2005-06-27 10:07 bjoo * aclocal.m4: Added memory manager and functions to move to and from FastMemory now aclocal.m4 2005-06-27 10:07 bjoo * include/Makefile.am: Added memory manager and functions to move to and from FastMemory Makefile.ams first 2005-06-23 09:20 bjoo * include/: qdp_flopcount.h, qdp_outer.h: Moved count from double to unsigned long long 2005-06-23 06:06 bjoo * include/qdp_flopcount.h: Changed internal count to double to avoid rollovers 2005-06-17 09:35 bjoo * include/qdp_outer.h: This now seems to work OK on the QCDOC 2005-06-16 08:24 bjoo * include/qdp_flopcount.h: Flopcount 2005-06-16 08:01 bjoo * examples/t_blas_g5_3.cc, include/qdp.h: flopcounts 2005-06-16 08:01 bjoo * configure: flopcounts finally the configure script 2005-06-16 07:58 bjoo * aclocal.m4: flopcounts now aclocal.m4 2005-06-16 07:57 tag adat1-13-5 2005-06-16 07:57 tag adat1-13-6 2005-06-16 07:57 tag adat1-13-7 2005-06-16 07:57 tag adat1-13-8 2005-06-16 07:57 bjoo * other_libs/Makefile.am, other_libs/qio/doc/Makefile.am, other_libs/qio/other_libs/Makefile.am, other_libs/qio/other_libs/c-lime/doc/Makefile.am, other_libs/qio/other_libs/c-lime/Makefile.am, other_libs/qio/other_libs/c-lime/lib/Makefile.am, other_libs/qio/other_libs/c-lime/include/Makefile.am, other_libs/qio/other_libs/c-lime/examples/Makefile.am, other_libs/qio/Makefile.am, other_libs/qio/lib/Makefile.am, other_libs/qio/include/Makefile.am, other_libs/qio/examples/Makefile.am, other_libs/qio/bin/Makefile.am, other_libs/xpath_reader/Makefile.am, other_libs/xpath_reader/lib/Makefile.am, other_libs/xpath_reader/include/Makefile.am, other_libs/xpath_reader/examples/Makefile.am, Makefile.am, lib/Makefile.am, include/Makefile.am, include/PETE/Makefile.am, examples/Makefile.am, docs/Makefile.am: flopcounts Makefile.ams first 2005-06-16 07:52 bjoo * aclocal.m4: now aclocal 2005-06-16 07:52 bjoo * include/Makefile.am: Makefile.am s first 2005-06-15 10:33 bjoo * include/qdp_outer.h: Changed unsigned ints to unsigned longs where pointer arithmetic is involved. This eases life on our opteron cluster and shouldnt hurt the normal 32 bit pentiums 2005-06-15 04:58 bjoo * install_scripts/QCDOC/ED_qcdocfe_AIX_front_end/: build_all.sh, build_all_bagel_qdp.sh, build_functions.sh, build_functions_bagel_qdp.sh: Deprecated old style builds. New style build scripts checked in 2005-06-13 11:53 bjoo * install_scripts/QCDOC/ED_qcdocfe_AIX_front_end/: README, build_all_bagel_qdp.sh, build_functions_bagel_qdp.sh: New install scripts 2005-06-13 09:48 bjoo * include/: Makefile.am, scalarsite_bagel_qdp/qdp_scalarsite_bagel_qdp_blas_g5.h: Ready for running on QCDOC 2005-06-13 08:58 bjoo * acinclude.m4, configure, configure.ac, qdp++-config.in, examples/Makefile.am, include/Makefile.am, include/qdp.h, include/qdp_config_internal.h.in, include/qdp_scalarsite_bagel_qdp.h, include/scalarsite_bagel_qdp/qdp_scalarsite_bagel_qdp_blas.h, include/scalarsite_bagel_qdp/qdp_scalarsite_bagel_qdp_blas_g5.h, lib/Makefile.am: Added with bagel qdp option 2005-06-13 04:37 bjoo * other_libs/xpath_reader/configure: AR in xpath_reader 2005-06-07 07:35 bjoo * configure, configure.ac, other_libs/qio/aclocal.m4, other_libs/xpath_reader/configure.ac: Added AC_CHECK_TOOL to look for AR in QDP++ and XPathReader 2005-05-29 18:19 osborn * other_libs/qio/: examples/layout_hyper.c, examples/layout_hyper_mesh.c, examples/qio-convert-mesh.h, examples/qio-test.c, examples/qio-test.h, other_libs/c-lime/examples/lime_writer_test1.c: Small fixes in examples. 2005-05-29 18:01 osborn * other_libs/qio/: INSTALL, NEWS, aclocal.m4, configure, configure.ac, config/depcomp, config/install-sh, config/missing, config/mkinstalldirs, include/dml.h, include/qio.h, lib/dml/DML_utils.c, lib/qio/QIO_host_file_conversion.c, lib/qio/QIO_host_utils.c, lib/qio/QIO_read_record_info.c, lib/qio/QIO_string.c, lib/qio/QIO_utils.c, other_libs/c-lime/INSTALL, other_libs/c-lime/aclocal.m4, other_libs/c-lime/configure, other_libs/c-lime/configure.ac, other_libs/c-lime/config/depcomp, other_libs/c-lime/config/install-sh, other_libs/c-lime/config/missing, other_libs/c-lime/config/mkinstalldirs, other_libs/c-lime/examples/lime_contents.c, other_libs/c-lime/examples/lime_pack.c, other_libs/c-lime/lib/lime_reader.c, other_libs/c-lime/lib/lime_writer.c: Changed the num_sites functions to return int instead of size_t, since this is what QDP will support. Also minor cleanups and fixes. 2005-05-26 09:46 tag qdp1-13-0 2005-05-26 09:46 bjoo * examples/t_blas.cc, include/scalarsite_generic/qdp_scalarsite_generic_blas.h: Fixed 5D sum 2005-05-25 23:55 edwards * examples/t_blas.cc: Removed some debugging comments. 2005-05-25 23:43 edwards * include/scalarsite_qcdoc/qdp_scalarsite_qcdoc_blas.h: Removed some unneed checks of subset.hasOrderedRep(). 2005-05-25 23:42 edwards * include/: scalarsite_sse/qdp_scalarsite_sse_blas.h, scalarsite_generic/qdp_scalarsite_generic_blas.h: Fixes. 2005-05-25 23:40 edwards * examples/t_blas.cc: More tests. 2005-05-25 00:21 edwards * include/: qdp_parscalar_specific.h, qdp_scalar_specific.h, scalarsite_generic/qdp_scalarsite_generic_blas.h, scalarsite_qcdoc/qdp_scalarsite_qcdoc_blas.h, scalarsite_sse/qdp_scalarsite_sse_blas.h: Added norm2,innerProduct,innerProductReal of multi1d. 2005-05-25 00:20 edwards * examples/: blas1.cc, blas1.h, t_blas.cc: Added testing of norm2,innerProduct,innerProductReal of arrays. 2005-05-25 00:20 edwards * configure: Induced changes. 2005-05-25 00:18 edwards * NEWS: Info on 1.13.0 2005-05-25 00:17 edwards * configure.ac: Changed to version 1.13.0 2005-05-24 21:32 tag qdp1-12-5 2005-05-24 21:32 edwards * NEWS: Info on 1.12.5 2005-05-24 21:32 edwards * configure: Induced changes. 2005-05-24 21:31 edwards * configure.ac: New install scripts. 2005-05-24 21:29 edwards * install_scripts/jlab/config_qdp++_parscalar-p4.sh: Build for a mpich-p4 system. 2005-05-22 23:27 edwards * install_scripts/QCDOC/BNL_qcdoc_AIX_front_end/: build_all.sh, build_functions.sh: RGE's builds for the BNL QCDOC front-end. 2005-05-19 12:17 tag qdp1-12-4 2005-05-19 12:17 edwards * NEWS: Info on 1.12.4 2005-05-19 12:17 edwards * aclocal.m4, configure: Induced changes. 2005-05-19 12:16 edwards * configure.ac: Version 1.12.4 2005-05-19 07:22 bjoo * examples/t_blas_g5_3.cc, include/scalarsite_generic/generic_blas_g5.h, include/scalarsite_generic/qdp_scalarsite_generic_blas_g5.h, include/scalarsite_sse/qdp_scalarsite_sse_blas_g5.h: Added another gamma5 specialisation 2005-05-18 18:27 tag qdp1-12-3 20