visit
visit copied to clipboard
Document -norun in --fullhelp option.
There is a command line option -norun
that tells VisIt not to run a specific component and instead print out the environment variables to set and the command to run when launching a specific component. Here is an example usage:
visit -norun engine_ser
which causes the serial engine not to get launched.
This should get documented under the --fullhelp
option.