Add ALLOW_LMDB_NOLOCK build option
authorLuke Yeager <luke.yeager@gmail.com>
Fri, 25 Sep 2015 22:53:54 +0000 (15:53 -0700)
committerLuke Yeager <luke.yeager@gmail.com>
Fri, 25 Sep 2015 22:55:40 +0000 (15:55 -0700)
commitb93afe8378cd66d9bf375a0f492a30f9db77e8ae
treeb5f6e6a203a1bb564f046c56d4fef667d6cc2458
parentaaf4a4557668dfb75c540903ec02ed5821f75835
Add ALLOW_LMDB_NOLOCK build option

This option lets you open LMDB files with the MDB_NOLOCK flag. You
should not set this flag if you will be reading LMDBs with any
possibility of simultaneous read and write.
CMakeLists.txt
Makefile
Makefile.config.example
cmake/ConfigGen.cmake
cmake/Dependencies.cmake
cmake/Summary.cmake
cmake/Templates/caffe_config.h.in
src/caffe/util/db_lmdb.cpp