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

Check if HDF5 "file" is a DAOS object #2021

Merged
merged 34 commits into from
Jul 16, 2024
Merged

Check if HDF5 "file" is a DAOS object #2021

merged 34 commits into from
Jul 16, 2024

Commits on Apr 24, 2020

  1. added check for DAOS file

    brtnfld committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    f37fe57 View commit details
    Browse the repository at this point in the history
  2. added check for DAOS file

    brtnfld committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    8f2d3d5 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2020

  1. Configuration menu
    Copy the full SHA
    05ba1b9 View commit details
    Browse the repository at this point in the history
  2. Merged from master

    brtnfld committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    32ff909 View commit details
    Browse the repository at this point in the history
  3. update

    brtnfld committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    269c306 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

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

Commits on Aug 6, 2020

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

Commits on Aug 31, 2020

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

Commits on Sep 9, 2020

  1. Configuration menu
    Copy the full SHA
    863347d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    668fc7f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab7a12f View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2020

  1. removed used of DAOS VOL APIs

    brtnfld committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    ea4cfa4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5d7b3c View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2020

  1. debugging

    brtnfld committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    deff6a5 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2020

  1. added timers

    brtnfld committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    770caff View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2021

  1. Configuration menu
    Copy the full SHA
    0378a7f View commit details
    Browse the repository at this point in the history
  2. removed timing and debugging

    brtnfld committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    5254a8f View commit details
    Browse the repository at this point in the history
  3. removed timing and debugging

    brtnfld committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    0bc2506 View commit details
    Browse the repository at this point in the history
  4. removed timing and debugging

    brtnfld committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    f98eb86 View commit details
    Browse the repository at this point in the history
  5. ifdef around HDF5

    brtnfld committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    e768f17 View commit details
    Browse the repository at this point in the history
  6. ifdef around HDF5

    brtnfld committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    ea5fa5d View commit details
    Browse the repository at this point in the history
  7. ifdef around HDF5

    brtnfld committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    68897c2 View commit details
    Browse the repository at this point in the history
  8. ifdef around HDF5

    brtnfld committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    d44f353 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

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

Commits on May 21, 2024

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

Commits on Jun 25, 2024

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

Commits on Jul 15, 2024

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

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    e5973de View commit details
    Browse the repository at this point in the history
  2. Break cygwin build and run tests into two different steps to try to d…

    …iagnose the timeout.
    WardF committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    85e5d11 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    15c2e25 View commit details
    Browse the repository at this point in the history
  4. Fix a hang in cygwin based tests on Windows. Add check for sys/xattr.…

    …h so it can be used when available. Added installation of a tool required for cygwin.
    WardF committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    5f89cd0 View commit details
    Browse the repository at this point in the history
  5. Mitigate extreme slowdown on systems without xattr.h or getfattr. Sta…

    …ndard output was being spammed, resulting in a test that currently runs in around a minute to balloon out to almost 20.
    WardF committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    848e851 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9012c58 View commit details
    Browse the repository at this point in the history
  7. Correct the check.

    WardF committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    b67745e View commit details
    Browse the repository at this point in the history