1. 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
  2. 25 Apr, 2014 1 commit
  3. 17 Dec, 2013 1 commit
  4. 16 Dec, 2013 2 commits
  5. 15 Dec, 2013 1 commit
  6. 12 Dec, 2013 1 commit
  7. 09 Dec, 2013 3 commits
  8. 07 Dec, 2013 2 commits
  9. 06 Dec, 2013 2 commits
  10. 15 Nov, 2013 1 commit
  11. 14 Nov, 2013 2 commits
    • solomon's avatar
      Fixed config files, some memeory leaks and errors. Still sad about two things · 77965e12
      solomon authored
      1. the CTF memory tracking thinks there are leaks when there are not for reasons I cannot currently fathom, so currently -DPRODUCTION is on by default in all cfgs
      2. CTF_cond_free cannot be used in PRODUCTION mode (since there is no memory tracking), which is a pain for freeing communicators in dist_tensor_internal.cxx, current solution is to leak this little bit of memory
      77965e12
    • solomon's avatar
      Fixed memory leaks · 35744097
      solomon authored
      35744097
  12. 11 Nov, 2013 1 commit
  13. 04 Nov, 2013 1 commit
  14. 19 Sep, 2013 1 commit