oommfc.runner#
- oommfc.runner = OOMMF runner: UNSET runner is cached: True#
Controls the default runner.
runner
gives access to the default runner OOMMF used byoommfc
. For details refer tooommfc.runner.Runner
.Examples
runner.runner
Returns the default runner; selects the best available runner if unset. A different
OOMMFRunner
can be passed to be used instead. The new runner is tested first.runner.autoselect_runner()
Lets
oommfc
select the best runner. Can be used to reset the runner after overwriting it manually.
See also
Runner