jharwell / sierra

Automation framework for the scientific method in AI research
MIT License
18 stars 1 forks source link

enh/225-parallel-file-io #225

Open jharwell opened 4 years ago

jharwell commented 4 years ago

When reading/writing large numbers of files in parallel on MSI, occasionally a read/write will return "does not exist". This is somewhat mitigated by trying to read/write times, but that is more of a bandaid approach. A better approach, as suggested by MSI, is to batch all reads and/or writes together by having a threaded architecture: