StochasticAnalytics / emClarity

GNU Lesser General Public License v3.0
40 stars 6 forks source link

tomoCPR split mode failing with non-ram based cache #158

Open bHimes opened 9 months ago

bHimes commented 9 months ago

When splitting up tomoCPR to run in multiple processes, in Matlab2023a compiled versions at least, the ability to use the projectDir/cache as the fastDisk cache is not working. Superficially, it looks like individual workers are deleting files that they do not own causing race conditions.

Running with fastDisk=ram appears to be fine.