Next: , Previous: Introduction, Up: Top



2 Usage

FYI: the documentation here is extracted from source file main/ipple.cc.

— User Option: -a file

Automatically save checkpoint file upon exit, regardless of the exit status. Useful for debugging and resuming simulations.

— User Option: -b

Batch mode. Run non-interactively, suppressing the prompt and disabling tab-completion (from readline or editline). Useful for scripted jobs. Opposite of -i.

— User Option: -d N

Not yet supported. Simulate in N-dimension space. Current fixed to 3D only.

— User Option: -h

Print command-line options help and exit.

— User Option: -H

Print list of all interpreter commands and exit.

— User Option: -i

Interactive mode. Show prompt before each command. Enable tab-completion if built with readline/editline. Opposite of -b.

— User Option: -I path (repeatable)

Append path to the list of paths to search for sourcing other command scripts in the interpreter.

— User Option: -v

Print version and exit.