Throughout this chapter, unless otherwise stated, commands are implicitly assumed to be run from the OOMMF root directory (i.e. the directory containing the file oommf.tcl), and directory paths are taken relative to this directory (e.g., app/oxs/ refers to the directory <oommf_root>/app/oxs/).
In text blocks containing command statements and program output,
command statements are indicated with a leading character
representing the shell command prompt. On Windows this character is
typically “>
”, whereas the Unix and macOS shells more commonly
use “$
” with bash shells or “%
” with
zsh. All three are used below, but “%
” is limited to
macOS specific examples to minimize confusion with the Tcl command
prompt, which is also “%
”. For additional visibility shell
commands are colored cyan and program commands
(Tcl and debugger) are colored red. (Computer
responses remain in black text.)
Some details in what follows may vary depending on the particular operating system and application version, but hopefully the differences are sufficiently small that this description remains a useful guide.