Table Of Contents

Previous topic

remove-submitscript

Next topic

run-debug

This Page

run

launch a simulation

Usage

sim run [options] simname

This command runs an existing simulation interactively; i.e. without submitting it to a queuing system. This can be useful with interactive jobs on HPC systems and on workstations and laptops. Running codes directly on the head node of an HPC system is usually forbidden, and will not usually work.

Options

--recover

Recover and resume simulation using checkpointing.

--debugger <totalview/ddt>

use this debugger for interactive debugging

--restart-id <id>

assign this restart id to the submitted/ran simulation

--from-restart-id <id>

use this restart id when recovering. –recover must also be provided