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

Virgo HDF5 file format #240

Draft
wants to merge 24 commits into
base: main
Choose a base branch
from
Draft

Virgo HDF5 file format #240

wants to merge 24 commits into from

Commits on Nov 6, 2024

  1. Configuration menu
    Copy the full SHA
    3f7282f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a39414 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    865eda9 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    01ae8c0 View commit details
    Browse the repository at this point in the history
  2. fix merge conflict

    jarlsondre committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    31fdbd2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e674e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4bc8cd6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ec2e589 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    35d86ab View commit details
    Browse the repository at this point in the history
  7. remove multiprocessing

    jarlsondre committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    4dc1dea View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    812696f View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    c039052 View commit details
    Browse the repository at this point in the history
  2. Gpu monitoring (#237)

    * add gpu utilization decorator and begin work on plots
    
    * add decorator for gpu energy utilization
    
    * Added config option to hpo script, styling (#235)
    
    * Update README.md
    
    * Update README.md
    
    * Update createEnvVega.sh
    
    * remove unused dist file
    
    * run black and isort to fix linting errors
    
    * remove redundant variable
    
    * remove trailing whitespace
    
    * fix issues from PR
    
    * fix import in eurac trainer
    
    * fix linting errors
    
    * update logging directory and pattern
    
    * update default pattern for gpu energy plots
    
    * fix isort linting
    
    * add support for none pattern and general cleanup
    
    * fix linting errors with black and isort
    
    * add configurable and dynamic wait and warmup times for the profiler
    
    * remove old plot
    
    * move horovod import
    
    * fix linting errors
    
    ---------
    
    Co-authored-by: Anna Lappe <[email protected]>
    Co-authored-by: Matteo Bunino <[email protected]>
    3 people committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    7687be9 View commit details
    Browse the repository at this point in the history
  3. Scalability test wall clock (#239)

    * add gpu utilization decorator and begin work on plots
    
    * add decorator for gpu energy utilization
    
    * Added config option to hpo script, styling (#235)
    
    * Update README.md
    
    * Update README.md
    
    * Update createEnvVega.sh
    
    * remove unused dist file
    
    * run black and isort to fix linting errors
    
    * temporary changes
    
    * remove redundant variable
    
    * add absolute time plot
    
    * remove trailing whitespace
    
    * remove redundant variable
    
    * remove trailing whitespace
    
    * begin implementation of backup
    
    * fix issues from PR
    
    * fix issues from PR
    
    * add backup to gpu monitoring
    
    * fix import in eurac trainer
    
    * cleanup backup mechanism slightly
    
    * fix linting errors
    
    * update logging directory and pattern
    
    * update default pattern for gpu energy plots
    
    * fix isort linting
    
    * add support for none pattern and general cleanup
    
    * fix linting errors with black and isort
    
    * fix import in eurac trainer
    
    * fix linting errors
    
    * update logging directory and pattern
    
    * update default pattern for gpu energy plots
    
    * fix isort linting
    
    * add support for none pattern and general cleanup
    
    * fix linting errors with black and isort
    
    * begin implementation of backup
    
    * add backup to gpu monitoring
    
    * add backup functionality to communication plot
    
    * rewrite epochtimetracker and refactor scalability plot code
    
    * cleanup scalability plot code
    
    * updating some epochtimetracker dependencies
    
    * add configurable and dynamic wait and warmup times for the profiler
    
    * temporary changes
    
    * add absolute time plot
    
    * begin implementation of backup
    
    * add backup to gpu monitoring
    
    * cleanup backup mechanism slightly
    
    * fix isort linting
    
    * add support for none pattern and general cleanup
    
    * fix linting errors with black and isort
    
    * begin implementation of backup
    
    * add backup functionality to communication plot
    
    * rewrite epochtimetracker and refactor scalability plot code
    
    * cleanup scalability plot code
    
    * updating some epochtimetracker dependencies
    
    * fix linting errors
    
    * fix more linting errors
    
    * add utilization percentage plot
    
    * run isort for linting
    
    * update default save path for metrics
    
    * add decorators to virgo and some cleanup
    
    * add contributions and cleanup
    
    * fix linting errors
    
    * change 'credits' to 'credit'
    
    * update communication plot style
    
    * update function names
    
    * update scalability function for a more streamlined approach
    
    * run isort
    
    * move horovod import
    
    * fix linting errors
    
    * add contributors
    
    ---------
    
    Co-authored-by: Anna Lappe <[email protected]>
    Co-authored-by: Matteo Bunino <[email protected]>
    3 people committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    322acbc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1d1343f View commit details
    Browse the repository at this point in the history
  5. add contributors

    jarlsondre committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    060e572 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8c18316 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bed5249 View commit details
    Browse the repository at this point in the history
  8. fix merge

    jarlsondre committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    b7e72a7 View commit details
    Browse the repository at this point in the history
  9. add isort option to ruff

    jarlsondre committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    46b8c96 View commit details
    Browse the repository at this point in the history
  10. break imports on purpose

    jarlsondre committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    933fce0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c094bb6 View commit details
    Browse the repository at this point in the history
  12. remove ruff config file

    jarlsondre committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    0017e0d View commit details
    Browse the repository at this point in the history
  13. 😀

    jarlsondre committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    85d855d View commit details
    Browse the repository at this point in the history