-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix 'definitely lost' memory leaks #5
Comments
MPI_TYPE_COMMIT is called from common/ctypes.f and needs to be deallocated via calls to MPI_TYPE_FREE. |
fixed in cwsmith/phasta@fcc77cc |
cwsmith
changed the title
fix
fix 'definitely lost' memory leaks
Jul 14, 2015
definitely lost
memory leaks
There are 'definitely lost' leaks in compressible related to MPI_File_Open(...).
asan reports
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
valgrind --leak-check=full phastaIC.exe
on the incompressible test case reports the following (there is more).The text was updated successfully, but these errors were encountered: