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

Expand on advice for how to find resource usage problems #24

Open
jkrick opened this issue Apr 24, 2024 · 0 comments
Open

Expand on advice for how to find resource usage problems #24

jkrick opened this issue Apr 24, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@jkrick
Copy link
Collaborator

jkrick commented Apr 24, 2024

There is already something here under "Optimizing code for **"", but it would be good to point users to more tips on how to find places in their code which disproportionately use resources.

eg., " my code runs slower on Fornax then on my laptop" - we could advise that user how to

  1. find the bottlenecks in the code (examine output of top), and
  2. remove those bottlenecks (parallelization)

eg., "my code is slow, how do I speed it up"

  • same answer as above
@jkrick jkrick added the documentation Improvements or additions to documentation label Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant