-
Notifications
You must be signed in to change notification settings - Fork 59
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
Strategies to reduce memory usage #111
Comments
Hello @MarcusAW , all possible strategies will require rewriting of the code:
If you have other ideas, please add them in reply. |
Hello, I am quite interested getting the library to work for MPI. Thanks, |
Hi, @MarcusAW ! Currently, I'm working in another organization (and in another area), so I'm not aware of what happens inside unicfd group. I might try to implement MPI support for libAcoustics someday as a hobby. |
How can I dump results to be processed later? |
Well, unfortunately, this feature is still in the wish list (( |
Hello, I made very simple and preliminary version of libacoustics that dumps calculated data to disk. If you are interested, you can look here: https://github.com/mkraposhin/libAcoustics/tree/digitef-dev-2312-dump There's still a lot of work todo. I thought maybe you could check source code . |
Hello,
I am running a large LES simulation that requires small time steps. I am having trouble with memory usage when using a setup similar to the tutorials.
Besides increasing the allocated memory on HPC, are there any other strategies I could try?
Thanks,
Marcus
The text was updated successfully, but these errors were encountered: