starpu-runtime / starpu

This is a mirror of https://gitlab.inria.fr/starpu/starpu where our development happens, but contributions are welcome here too!
https://starpu.gitlabpages.inria.fr/
GNU Lesser General Public License v2.1
58 stars 13 forks source link

Why StarPU doesn't release the memory #29

Closed SulleyZhou closed 6 months ago

SulleyZhou commented 10 months ago

Dear StarPU developers : When I run the stencil5_starpu.c program with the arguments of iter=100 and size=1000, my memory is full by the data. However, the memory is not released when the program ended. I wonder why!

sthibaul commented 10 months ago

How do you observe the memory use?

nfurmento commented 10 months ago

In the future, i would strongly advise to follow the guideline when submitting an issue, it allow everyone to gain time in understanding what the issue is about. https://github.com/starpu-runtime/starpu/issues/new?assignees=&labels=&projects=&template=bug_report.md&title=

nfurmento commented 6 months ago

closing the issue as it seems to have resolved on its own