binpash / pash

PaSh: Light-touch Data-Parallel Shell Processing
MIT License
552 stars 39 forks source link

Remove flag `--r_split` #625

Closed festutz closed 1 year ago

festutz commented 2 years ago

With the new annotations framework, we prioritize round robin over the previous standard parallelization (aka consecutive chunks parallelization). In contrast to before, both types of parallelization might be used (for different command invocations). Thus, the flag --r_split is pointless and can be removed.

NOTE: this shall only be addressed once https://github.com/binpash/pash/pull/623 has been merged to future.

angelhof commented 1 year ago

Fixed in #640