flash.pyFlash4.RP

Runtime Parameters

Provides bindings to the Runtime Parameters list maintained by FLASH for getting and setting RPs.

The main utility of this unit is to provide the rp[Int|Real|Log|Str]. All the availabe runtime parameters will be declared in the parm module and provide a more convenient interface for setting/getting values.

Functions

add

Overloaded function.

rp_get

Overloaded function.

rp_getOpt

returns the command line argument optString along with integer to represent if arugment exists in the command invocation

sync

synchronize runtime parameters across all mpi ranks

Classes

rpInt

wraps methods for integer runtime parameters

rpLog

wraps methods for logical runtime parameters

rpReal

wraps methods for real runtime parameters

rpStr

wraps methods for string runtime parameters