- Feb 10, 2019
-
-
- Dec 20, 2018
-
-
Jakub Klinkovský authored
fixes #23
-
- Oct 21, 2018
-
-
Jakub Klinkovský authored
Calculation of bandwidth broke in commit fb97bcd0 Check of MpiCommunicator::IsInitialized is necessary because non-distributed benchmarks like tnl-benchmark-blas do not initialize the communicator.
-
- Sep 29, 2018
-
-
Jakub Klinkovský authored
According to benchmarks, there is practically no difference in performance. Only explicit unrolling is helpful, but that has been implemented for the general algorithm in Reduction::reduce as well.
-
Jakub Klinkovský authored
Now that error handling is done via exceptions, the return value is free for more sensible things.
-
- Sep 17, 2018
-
-
Jakub Klinkovský authored
-