Skip to content
This repository was archived by the owner on Jun 12, 2023. It is now read-only.

Conversation

@stavrospapadopoulos
Copy link
Contributor

New features

  • Implemented thread-safety for pthreads and OpenMP
  • Added examples for implementing simultaneous reads and writes with pthreads and OpenMP

Minor C API changes

  • Changed array_consolidate and metadata_consolidate to take as input the array/metadata name instead of an initialized TileDB object

Bug fixes

  • Eliminated some memory leaks with valgrind
  • Fixed small bug in function utils.cc::is_unary_subarray
  • Fixed bug in array_consolidate and metadata_consolidate observed only under NFS (thanks to @fmdippolito)

Other minor changes

  • Removed all compiler warnings
  • Added some string length checks for all the names used as inputs in the C API
  • Changed the fragment name convention such that the first number in the name is the thread id, instead of the process id

New features:
- Implemented thread-safety for pthreads and OpenMP
- Added examples for implementing simultaneous reads and writes with pthreads and OpenMP

Minor C API changes:
- Changed array_consolidate and metadata_consolidate to take as input the array/metadata name instead of an initialized tileDB object

Bug fixes:
- Eliminated some memory leaks with valgrind
- Fixed small bug in function utils.cc::is_unary_subarray
- Fixed bug in array_consolidate and metadata_consolidate observed only under NFS (thanks to @fmdippolito)

Other minor changes:
- Removed all compiler warnings
- Added some string length checks for all the names used as inputs in the C API
- Changed the fragment name convention such that the first number in the name is the thread id, instead of the process id
@stavrospapadopoulos stavrospapadopoulos merged commit 168fbfa into Intel-HLS:dev Apr 19, 2016
@kgururaj kgururaj deleted the parallel branch April 19, 2016 21:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant