Commits

Merge pull request #105 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:rc_lock_env_var to revise_chunks Adds the HDF5_USE_FILE_LOCKING environment variable functionality. * commit '6ae5fa185f95bc2f43b352ea8dc1319a219a51e2': Added a check for an HDF5_USE_FILE_LOCKING environment variable that can be used to disable file locking. Also added a test to test/swmr.c. Fix bad indenting in H5F_open() before changing logic to handle file locking environment variable.