LLNL / ygm

Other
31 stars 22 forks source link

Local Files in line_parser #258

Closed steiltre closed 2 months ago

steiltre commented 2 months ago

Adds ability to read node-local files using prefix 'local://' inside of filenames.

Passed local experimenting and did not break existing CI tests for line_parser and its derivatives, but not CI tests exist testing this yet.

This should be refactored at some point to avoid redundant code, but handling a full ygm::comm and the ranks on a local node are different enough that this wouldn't be straightforward to do in a generic way.