- 15 May, 2014 1 commit
-
-
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
-
- 25 Apr, 2014 1 commit
-
-
solomon authored
-
- 17 Dec, 2013 1 commit
-
-
Ducky authored
-
- 16 Dec, 2013 2 commits
- 15 Dec, 2013 1 commit
-
-
Ducky authored
tested in single node only since mpirun is crazzzzzy
-
- 12 Dec, 2013 1 commit
-
-
Ducky authored
-
- 09 Dec, 2013 3 commits
- 07 Dec, 2013 2 commits
- 06 Dec, 2013 2 commits
- 15 Nov, 2013 1 commit
-
-
Edgar Solomonik authored
-
- 14 Nov, 2013 2 commits
-
-
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
-
solomon authored
-
- 11 Nov, 2013 1 commit
-
-
solomon authored
-
- 04 Nov, 2013 1 commit
-
-
solomon authored
Reads and writes which happen to the upper part or diagonal of SH/SY/AS tensors should now be handled properly. Also corrected handling of contractions and sums over SY symmetries by forcing unpacking (cannot use overcount factor due to that damn diagonal, though more efficient solutions than packing are certainly possible).
-
- 19 Sep, 2013 1 commit
-
-
solomon authored
Made some to CTF_Idx_tensor, could cause memleaks.
-