Made ASSERT() print error and try to print stack trace from processor 0. A...
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
e2c99914
Name Last commit Last update
..
contraction 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
interface 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
mapping unrevered topology lengths
redistribution Turned off cubic models, increased threshold time for looking for a better mapping and set new init models
scaling Cleaned up level 1 debugging printfs
scripts Got rid of the unbearably ugly copy right warning from all the files and put in a shortened one.
shared 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
sparse_formats fixed memory leaks
summation 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
symmetry Some corrections for how symmetrization is handled and a fix for padded_reshuffle for sets.
tensor Fixed up betweenness centrality code
Makefile Added class for coordinate (COO) matrix format, and wrote a reference coomm kernel.