Tags give the ability to mark specific points in history as being important
-
-
-
-
-
-
-
-
-
v1.4.2
99147203 · ·Version 1.4.2: various bug fixes, support for input/output from block-cyclic (ScaLAPACK descriptor) layouts, reorganization of examples and addition of new ones (spectral element, algebraic multigrid, correct FFT)
-
v1.4.1
1685e26d · ·CTF v1.4.1: major bug fixes to memory accounting in sparse contractions and construction of tensors with predefined processor grid mapping
-
-
-
v1.3.5
b8d08a65 · ·Corrected bug in internal memory accounting, fixes crashes after extended runs that leverage certain kernels.
-
-
v1.3.3
bae3a59a · ·v1.33 minor changes with respect to previous, improvements to sequential performance by avoiding extra copy
-
v1.3.2
a262055b · ·Added call to set_abs_default() that should have been in Set::Set, as pointed out by Devin
-
-
-
v1.2.2
029cb8a6 · ·Latest stable version, with performance improvements. Slight bug fixes and changes to interface made and as a result tag was moved up from previous commit, performance should not change.
-
v1.2.1
835718c5 · ·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.