Page 1 of 1

How to run a basic MARS simulation.

PostPosted: Mon Sep 28, 2015 11:08 pm
by ES3
Suppose the MARS executable is marsD, and the input file is inp.mrs.

  1. Under shell prompt, run MARS in interactive mode by
    Code: Select all
    marsD inp.mrs
    where you can use the interactive menu to explore the model. Type c to continue the execution. This mode is often used in debug mode.
  2. Under shell prompt, run MARS in batch mode by
    Code: Select all
    marsD -B inp.mrs
    without stopping. This mode is often used when user interaction is not intended, e.g. submit a job on a HPC cluster.