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.
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.