habanero-rice / hclib

A C/C++ task-based programming model for shared memory and distributed parallel computing.
http://habanero-rice.github.io/hclib/
BSD 3-Clause "New" or "Revised" License
71 stars 35 forks source link

Update Cholesky decomposition example #35

Closed DaoWen closed 7 years ago

DaoWen commented 7 years ago

Fixed some errors to build it with the updated library. Change malloc/free to new/delete since this is C++ code. Switched from hclib::finish to more-efficient HCLIB_FINISH macro.

agrippa commented 7 years ago

Looks like a compile-time error for gcc in the tests?