1. 26 Aug, 2015 1 commit
  2. 19 Aug, 2015 2 commits
  3. 03 Aug, 2015 1 commit
  4. 31 Jul, 2015 1 commit
  5. 30 Jul, 2015 1 commit
  6. 29 Jul, 2015 2 commits
  7. 28 Jul, 2015 1 commit
  8. 27 Jun, 2015 1 commit
  9. 20 May, 2015 1 commit
    • Edgar Solomonik's avatar
      1. Added capability (via constructor) to repack tensor data into a different... · 835718c5
      Edgar Solomonik authored
      1. Added capability (via constructor) to repack tensor data into a different packed symmetric layout without doing the normal symmetrization permutations that happen during sum
      2. Fixed bug associated with C["ij"]=A["ij"]*B["ijkl"] where C and A are SY and B is fully NS.
      3. Getting (2) to work in parallel required resolving a bug associated with desymmetrization (in the two unfold_broken_Sym functions), which were changing symmetry without changing sym_table, and as a result yielding extra mapping restrictions.
      
      The bug fix to (3) might improve performance generally.
      835718c5
  10. 08 Apr, 2015 1 commit
  11. 06 Apr, 2015 1 commit
  12. 27 Mar, 2015 2 commits
  13. 24 Mar, 2015 1 commit
  14. 23 Mar, 2015 3 commits
  15. 22 Mar, 2015 2 commits
  16. 16 May, 2014 1 commit
    • solomon's avatar
      Started writing interface for semirings, which tries to expose type-templated... · 8552ed2c
      solomon authored
      Started writing interface for semirings, which tries to expose type-templated semirings, but type-free tensors (on typed rings)
      by autocasting templated semirings into (char *)-based semirings, pretty wild, but the point is to have an elegant typed interface
      without instatiating everything for every type defined by the user.
      8552ed2c
  17. 15 May, 2014 1 commit
    • solomon's avatar
      Fixed warnings in a lot of places. · b843f3a6
      solomon authored
      Made MPI_Comm_split happen on-demand rather than at start-up for all the torus topologies.
      
      Added MPI_Finalized(..) check to make sure that CTF exits gracefully (without freeing the main comm)
      if a user calls MPI_Finalize() before destroying a CTF_World
      b843f3a6
  18. 14 May, 2014 1 commit
  19. 14 Feb, 2014 1 commit
  20. 24 Dec, 2013 1 commit
  21. 10 Oct, 2013 2 commits
  22. 16 Jul, 2013 1 commit
  23. 10 Jul, 2013 3 commits
  24. 20 Apr, 2013 1 commit
  25. 08 Apr, 2013 1 commit
  26. 07 Apr, 2013 1 commit
  27. 12 Mar, 2013 1 commit
  28. 16 Feb, 2013 1 commit