Skip to content
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

Running out of memory #389

Open
woiler103 opened this issue Sep 30, 2023 · 0 comments
Open

Running out of memory #389

woiler103 opened this issue Sep 30, 2023 · 0 comments
Labels

Comments

@woiler103
Copy link

When calculating my multiscene configuration ( gprMax.run(scenes=scenes, n=len(scenes) ... ) Each my scene uses about 2gb of memory. It turned out that each scene's memory is added to the previous scene, and after a certain number of scenes, all of my computer's RAM (32gb) ran out and the calculation crashed. Is it possible to provide a mechanism for clearing memory during multiscene calculation? I read that similar problems were in the release version of gprMax when using GPU, but I'm using the new python API and not using GPU.

One more question : When using multiscene, output files are created with numbers 1, 2, etc., how do I pass the parameters of a specific scene to write to the output file name or to the output file attributes of a specific scene?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants