1. 16 Dec, 2015 1 commit
  2. 09 Nov, 2015 1 commit
  3. 27 Jul, 2015 1 commit
  4. 09 Jul, 2015 1 commit
    • Edgar Solomonik's avatar
      Made include/ctf.hpp define CTF_VERSION 1.22 · 029cb8a6
      Edgar Solomonik authored
      Changed the copy constructor for tensors, as there was a conflict for a symmetry modifying constructor. To get rid of the default copy constructor it was necessary to define both templated and parent (untemplated) class constructors rather than just the latter.
      
      This will break codes that used Tensor B(A, false/true), which now needs to be Tensor B(false/true, A)
      029cb8a6
  5. 06 Apr, 2015 1 commit
  6. 18 Mar, 2015 1 commit
  7. 13 Mar, 2015 1 commit
  8. 25 Feb, 2015 1 commit
  9. 24 Feb, 2015 1 commit
  10. 23 Feb, 2015 1 commit
  11. 19 Feb, 2015 1 commit
  12. 03 Feb, 2015 1 commit
  13. 30 Jan, 2015 1 commit
  14. 29 Jan, 2015 1 commit
  15. 03 Oct, 2014 1 commit
  16. 19 Sep, 2014 1 commit
  17. 18 Sep, 2014 1 commit
  18. 15 Sep, 2014 1 commit
  19. 22 May, 2014 1 commit
  20. 21 May, 2014 1 commit
  21. 19 May, 2014 2 commits
  22. 16 May, 2014 2 commits
  23. 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
  24. 22 Apr, 2014 1 commit
  25. 11 Apr, 2014 2 commits
  26. 27 Mar, 2014 1 commit
  27. 12 Mar, 2014 1 commit
    • solomon's avatar
      Fixed bugs poined out by Evgeny · 8ea1a6e3
      solomon authored
       - diagonal contractions with not all edge lengths equal
       - read_all had a short circuit
       - CTF_VERSION 100 now defined
      
      Also fixed a bug with A*A, which I introduced ~5 commits ago when fixing multi-tensor symmetric contractions.
      8ea1a6e3
  28. 08 Mar, 2014 1 commit
  29. 14 Feb, 2014 1 commit
  30. 17 Dec, 2013 4 commits
  31. 16 Dec, 2013 4 commits