Skip to content

Draft: Implement --nthr option

Taylor Hanayik requested to merge feature-add-nthr into master

The --nthr option will add multithreading to fnirt functions. This PR marked as draft for now until the nthr option can be properly propagated throughout the code base.

For now, the --nthr option is correctly parsed by the option parser and nothing else.

Merge request reports