bschiffthaler / seidr

Toolkit to create crowd networks
GNU General Public License v3.0
2 stars 1 forks source link

Queue file is marked for deletion, but never closed properly so NFS locks. #7

Closed bschiffthaler closed 5 years ago

bschiffthaler commented 5 years ago

MPI_File_close() isn't properly called before the queue is marked for deletion. This results in an NFS lock, that prevents the temp file from properly merged and the folder from being deleted

bschiffthaler commented 5 years ago

Not seen this issue in several runs for now. Waiting for a large run by @nicolasDelhomme then closing if it's fine

bschiffthaler commented 5 years ago

This seems to be resolved with ecbf127