eth-cscs / conflux

Distributed Communication-Optimal LU-factorization Algorithm
BSD 3-Clause "New" or "Revised" License
12 stars 3 forks source link

Fix wrong results for 32x32 with block size = 2 #4

Closed kabicm closed 3 years ago

kabicm commented 3 years ago

This PR fixes the bugs with 32x32 matrix and block size = 2.

It also adds a compilation flag: CONFLUX_WITH_VALIDATION that can be ON or OFF.