Skip to content
Snippets Groups Projects
Commit df74e844 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

ENH: robuster fileOperations splitProcessorPath

- robuster matching behaviour when encountering paths that themselves
  contain the word "processor" in them. For example,

    "/path/processor0generation2/case1/processor10/system"
    will now correctly match on processor10 instead of failing.

- use procRangeType for encapsulating the processor ranges

- provision for information of distributed vs non-distributed roots.
  The information is currently available from the initial setup, but
  can useful to access directly within fileOperation.

STYLE: modernize list iteration
parent a939042e
Branches
Tags
No related merge requests found
Showing
with 509 additions and 252 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment