flux-framework / dyad

DYAD: DYnamic and Asynchronous Data Streamliner
GNU Lesser General Public License v3.0
7 stars 5 forks source link

enable file locking for c++ fstream and ofstream. control fsync after… #88

Closed JaeseungYeom closed 8 months ago

JaeseungYeom commented 8 months ago
  1. enable file locking for c++ fstream and ofstream
  2. control fsync after producer write via environment variable
  3. change the order of lock release such that it comes just before closing a file locked.
  4. change the function name dyad_fetch to dyad_fetch_metadata
  5. added error check for dyad_fetch_metadata with shared_storage enabled
  6. suppress warning about usleep