system
(Not recommended) Launch analysis drivers with a system call
Specification
Alias: None
Arguments: None
Child Keywords:
Required/Optional |
Description of Group |
Dakota Keyword |
Dakota Keyword Description |
---|---|---|---|
Optional |
Specify the name of the parameters file |
||
Optional |
Specify the name of the results file |
||
Optional |
Tag each parameters & results file name with the function evaluation number |
||
Optional |
Keep the parameters & results files after the analysis driver completes |
||
Optional |
Requires correct function value labels in results file |
||
Optional |
Write parameters files in APREPRO syntax |
||
Optional |
Perform each function evaluation in a separate working directory |
||
Optional |
Change how Dakota deals with existing results files |
||
Optional |
Specify the command Dakota uses to launch analysis driver(s) and filters |
Description
The system call interface is included in Dakota for portability and
backward compatibility. Users are strongly encouraged to use the
fork
interface if possible, reverting to system only when
necessary. To enable the system call interface, replace the fork
keyword with system
. All other keywords have identical meanings to
those for the fork interface