Skip to content

Firedrake memory + performance #2683

Discussion options

You must be logged in to vote

@tu1620808124 I have taken your example and run it on my workstation and am seeing very similar numbers, so I don't think there is an issue with your installation.

A few points to help you track down your performance issues:

  1. memory profiler is a great tool for tracking your memory usage, when you're using it with MPI you can use it as you have done to see total memory us. Or, if you suspect that one rank is consuming more memory than others you can run mprof run --multiprocess python script.py and the plot will show the memory consumption of each rank individually.
  2. I'd take the time to read all the information on the optimising performance page. There are quite a few tools there that wil…

Replies: 7 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@wence-
Comment options

Comment options

You must be logged in to vote
1 reply
@tu1620808124
Comment options

Answer selected by JDBetteridge
Comment options

You must be logged in to vote
4 replies
@lindsayad
Comment options

@lindsayad
Comment options

@lindsayad
Comment options

@lindsayad
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants
Converted from issue

This discussion was converted from issue #2672 on December 12, 2022 11:10.