- 26 Apr, 2016 1 commit
-
-
Edgar Solomonik authored
modifications and corrections updating gpu capabilities. adjustment to interface for matrices, whose symmetry member is now named symm to distinguish from symmetry array sym
-
- 25 Apr, 2016 1 commit
-
-
Edgar Solomonik authored
Added unnecessary 'leave from home' (copy) being done when taking care of scaling diagonals. Should improve performance, especially sequentially. Incremented version to 1.33
-
- 23 Mar, 2016 1 commit
-
-
Edgar Solomonik authored
-
- 07 Mar, 2016 1 commit
-
-
Edgar Solomonik authored
-
- 12 Feb, 2016 1 commit
-
-
Edgar Solomonik authored
Lowered dimension of btwn_central code in test_suite to make it work faster
-
- 10 Feb, 2016 1 commit
-
-
solomon authored
permitted handling of userdefined elementwise functions with non-identity alpha, since this is needed when scaling for symmetric permutations
-
- 12 Jan, 2016 2 commits
-
-
Edgar Solomonik authored
Made ASSERT() print error and try to print stack trace from processor 0. A write to NULL is still done by all processors so that errors can be examined via valgrind. This may mean that the error proc 0 is supposed to print does not get printed due to interrupt from another processor failing
-
Edgar Solomonik authored
minor corrections in line with clang warnings and change from _C_ back to _CXX_ for MPI collective datatypes
-
- 08 Jan, 2016 2 commits
-
-
Edgar Solomonik authored
-
Edgar Solomonik authored
Added a check for std::function parameter matching support, which seems to be broken on Edison's Intel compiler but is fixed by loading gcc, as the configure script automatically suggests.
-
- 07 Jan, 2016 1 commit
-
-
Edgar Solomonik authored
still need to think about whether this is actually correct and why
-
- 05 Jan, 2016 3 commits
- 23 Dec, 2015 2 commits
-
-
-
Edgar Solomonik authored
-
- 22 Dec, 2015 1 commit
-
-
solomon authored
-
- 18 Dec, 2015 2 commits
-
-
Edgar Solomonik authored
-
Edgar Solomonik authored
-
- 16 Dec, 2015 4 commits
-
-
Edgar Solomonik authored
-
Edgar Solomonik authored
-
Edgar Solomonik authored
-
Edgar Solomonik authored
put fopenmp in CXXFLAGS vs LDFLAGS, fixed MPI reduction ops in apsp/btwn_central, betweenness centrality now works
-
- 15 Dec, 2015 7 commits
-
-
Edgar Solomonik authored
-
Edgar Solomonik authored
-
Edgar Solomonik authored
-
Edgar Solomonik authored
Corrected bugs in slicing
-
Edgar Solomonik authored
-
Edgar Solomonik authored
-
Edgar Solomonik authored
-
- 11 Dec, 2015 2 commits
-
-
Edgar Solomonik authored
and work deep in progress for betweenness centrality
-
Edgar Solomonik authored
Conflicts: examples/btwn_central.cxx
-
- 10 Dec, 2015 1 commit
-
-
Edgar Solomonik authored
-
- 09 Dec, 2015 3 commits
-
-
Edgar Solomonik authored
-
-
Edgar Solomonik authored
Also made norms (except for the 2-norm) operate on the default ring rather than the specified algebraic structure
-
- 08 Dec, 2015 2 commits
-
-
solomon authored
-
Edgar Solomonik authored
-
- 26 Nov, 2015 1 commit
-
-
Edgar Solomonik authored
Corrections to some elementwise function functionality and new examples, one for custom bivariate functions and a crazy one for bitonic sorting
-
- 18 Nov, 2015 1 commit
-
-
Edgar Solomonik authored
-