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

Filedrain posix #2547

Closed
wants to merge 7 commits into from
Closed

Filedrain posix #2547

wants to merge 7 commits into from

Commits on Dec 17, 2020

  1. Add a POSIX version of file drainer to be used on non-Windows machine…

    …. This can call fdatasync() to ensure writing to disk
    pnorbert committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    abb2b69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2fdb1dd View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2020

  1. Add a POSIX version of file drainer to be used on non-Windows machine…

    …. This can call fdatasync() to ensure writing to disk
    pnorbert authored and Chuck Atkins committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    5ffc3c9 View commit details
    Browse the repository at this point in the history
  2. fsync data less frequently, but read/write in small pieces

    pnorbert authored and Chuck Atkins committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    1126588 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2021

  1. Merge branch 'filedrain-posix' of github:pnorbert/ADIOS2 into filedra…

    …in-posix
    
    * 'filedrain-posix' of github:pnorbert/ADIOS2:
      fsync data less frequently, but read/write in small pieces
      Add a POSIX version of file drainer to be used on non-Windows machine. This can call fdatasync() to ensure writing to disk
      Added python full interface description.
      Added description for adios2_attribute_data fortran functions.
      Fixed description for adios2_set_steps_selection fortran function.
      Modified python test to read strings
      fixed a bug in dataman sz compression subroutine
      RDMA error checking and finalize reordering
      clean-up
      Added tests
      Kill warnings
      Disable LocalMulti for other engines
      Work around a bug in BP marshalling in SST
      Support for multiple local blocks per rank in FFS marshalling
      Fix brew mac build python install problem
      for debugging sz test
      included file
      added test for dataman sz compression
    pnorbert committed Jan 3, 2021
    Configuration menu
    Copy the full SHA
    e6912e3 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2021

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