Closed bapriddy closed 5 years ago
Hi there,
The first block of information shows data on the tensor itself (the lengths of the modes, the number of non-zeros, etc.).
The second block of information provides information on how the tensor is distributed because it is being ran with MPI. In this case it is telling you it imposed a 1x1x4 decomposition on the tensor and gives you the load imbalance and communication volume (measured in number of rows sent or received).
The third block of information provides information on how the factorization is configured. So it says you are computing a rank 800 factorization using 4 MPI ranks, each with 1 thread.
FYI: the tensors packaged with SPLATT are useful for testing, but not necessarily other evaluations. I recommend you try out some of the tensors on frostt.io.
Thanks for the info!!
Can someone explain the output below??