Skip to content
Discussion options

You must be logged in to vote

No, it's not the first and last MPI rank. It's the ranks that use the least and most memory. If you want to print for all ranks, you can call amrex::Arena::PrintUsageToFiles (std::string const& filename, std::string const& message);. Each process will have a file named $filename.$rank that contains the memory information and optional message provided by the user.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by n8xm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants