drjuls / AMBiT

GNU General Public License v3.0
32 stars 15 forks source link

Mutex needed for AngularDataLibrary files #6

Closed drjuls closed 6 years ago

drjuls commented 9 years ago

MPI and OpenMP shouldn't write to these files while others are reading them. Currently this is hacked using write_needed boolean.

drjuls commented 7 years ago

Maybe boost::interprocess::file_lock

drjuls commented 6 years ago

Emily did this.