cabouman / mbircone

BSD 3-Clause "New" or "Revised" License
11 stars 9 forks source link

Install new multi-alloc routine #10

Closed smajee closed 2 years ago

smajee commented 3 years ago

Install new multi-alloc routine: https://github.com/cabouman/C-code/blob/main/src/allocate.c

cabouman commented 3 years ago

I think these are all done? If so, then let's close this issue.

dyang37 commented 2 years ago

This is not done. In C code we are still using the old memory alloc code. Is the new multi-alloc routine more memory efficient?

cabouman commented 2 years ago

Yes, we should use the newest multi-alloc routine. The newest multi-alloc routines should be in this repository. https://github.com/cabouman/C-code

dyang37 commented 2 years ago

fix in PR #56