flashkit buildΒΆ
The page defines the application programing interface specification for the build category.
The command line interface for the build catagory of operations is:
usage: flashkit build [-h] <command> [<args>...]
Perform actions related to building flash executables and directories
commands:
jobs Guided creation of simulation working and job directories
port Shepard the porting of FLASH source to a computing resource
scaling construct the directories, files, and scripts for strong/weak scaling analysis
simulation Build and compile a FLASH simulation directory.
options:
-h, --help Show this message and exit.
Use the -h/--help flag with the above commands to
learn more about their usage.
The python interface for the build catagory of operations is accessed with the following code:
from flashkit import flash
...
flash.build.operation(options=value, flag=True, ...)
The interface specification each of the operations within the build catagory of operations can be found in the following: