neurospin / pylearn-epac

Embarrassingly Parallel Array Computing: EPAC is a machine learning workflow builder.
BSD 3-Clause "New" or "Revised" License
12 stars 3 forks source link

Synchronizing problem when use soma-workflow #38

Closed JinpengLI closed 11 years ago

JinpengLI commented 11 years ago

When export epac job for soma-workflow, epac job in soma-workflow will read resource in the same time. It will raise error.

JinpengLI commented 11 years ago

Temporarily solved by checking if other programs is writing file. The best solution might need a system wide mutex.