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

Bugfix/mpi wtime profiler #317

Merged
merged 38 commits into from
Nov 2, 2023
Merged

Bugfix/mpi wtime profiler #317

merged 38 commits into from
Nov 2, 2023

Commits on Oct 27, 2023

  1. always use clock_gettime

    balos1 committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    e449311 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbbf8c1 View commit details
    Browse the repository at this point in the history
  3. fix subtraction of times

    balos1 committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    7cd4a7c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b459ddf View commit details
    Browse the repository at this point in the history
  5. remove cygwin part

    balos1 committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    b51603f View commit details
    Browse the repository at this point in the history
  6. fix datatype for ticks

    balos1 committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    6964531 View commit details
    Browse the repository at this point in the history
  7. remove error for no posix

    balos1 committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    6a21559 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cf468c3 View commit details
    Browse the repository at this point in the history
  9. use LARGE_INTEGER

    balos1 committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    68100ad View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5626cf5 View commit details
    Browse the repository at this point in the history
  11. update changelog

    balos1 committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    b8b02b3 View commit details
    Browse the repository at this point in the history
  12. need windows.h

    balos1 committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    a20e575 View commit details
    Browse the repository at this point in the history
  13. ticks in microseconds

    balos1 committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    2d65535 View commit details
    Browse the repository at this point in the history
  14. add profiling test

    balos1 committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    1a1c4a7 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    884541f View commit details
    Browse the repository at this point in the history
  16. remove commented out code

    balos1 committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    21c3da4 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    90717c9 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ec30aea View commit details
    Browse the repository at this point in the history
  19. add get functions

    balos1 committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    21006fe View commit details
    Browse the repository at this point in the history
  20. only test profiling if enabled

    balos1 committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    b61c7cb View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    3c60571 View commit details
    Browse the repository at this point in the history
  22. add new functions to docs

    balos1 committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    a8b0a4d View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    9c163a3 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

  1. Configuration menu
    Copy the full SHA
    b5d33ba View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Apply suggestions from code review

    Co-authored-by: David Gardner <[email protected]>
    balos1 and gardner48 authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    ec66531 View commit details
    Browse the repository at this point in the history
  2. simplify ifdef checks

    balos1 committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    69b7a21 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99c338b View commit details
    Browse the repository at this point in the history
  4. add doc notes

    balos1 committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    5bfc365 View commit details
    Browse the repository at this point in the history
  5. a few minor fixes

    balos1 committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    41ebdd4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6713aea View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    caeda65 View commit details
    Browse the repository at this point in the history
  8. use integer 1e9

    balos1 committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    7aa0e52 View commit details
    Browse the repository at this point in the history
  9. workaround for cmake 3.12

    balos1 committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    9d6de5b View commit details
    Browse the repository at this point in the history
  10. typo

    balos1 committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    be907b3 View commit details
    Browse the repository at this point in the history
  11. add slack for timing test

    balos1 committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    0a53d76 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. update tolerance

    balos1 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    55fd98d View commit details
    Browse the repository at this point in the history
  2. turn off unit tests on mingw

    balos1 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    2bc100c View commit details
    Browse the repository at this point in the history
  3. loosen test tolerance

    balos1 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    fe77dc9 View commit details
    Browse the repository at this point in the history