Skip to content

Running headless AMASE

mattduquette edited this page Jun 13, 2017 · 5 revisions

AMASE has a "headless" mode that allows users to run without an GUI.

To run AMASE, use the OpenAMASE_Headless shell script (Linux) or batch file (Windows) in the run directory

The following command line options are available

--scenario <Path to Scenario File> Scenario file
--output <Path to Output File> File to save message output
--analysis <Path to Analysis File> File to save analysis results
--help  Displays this help
--sim_rate <rate to run sim as multiple of wallclock time>

An input scenario file is required. Remember that when running a sh or bat file from the run/win or run/linux directories, the application is executed from the top-level OpenAMASE directory. scenario file paths must be absolute or relative to the OpenAMASE directory.

Clone this wiki locally