commandLineArgs(self,
include_njobs=True,
include_mpi=True,
add_cpus=True,
include_host=True)
|
|
Convert this set of start dialog parameters into the canonical
jobcontrol command line argument list.
- Parameters:
include_mpi (bool) - If True and mpicpus=True was given as a dialog initialization
parameter, include the command line arguments -PARALLEL or -OMPI
& -TPP set to user requested values
include_host (bool) - If True, the host will be included in the output arguments. If
False, host will be excluded.
- Returns: list
- list of job control command line flags
|