Draft: Implement --nthr option
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.