![]() |
Dakota Reference Manual
Version 6.12
Explore and Predict with Confidence
|
Files and directories to be copied into each working directory
Alias: none
Argument(s): STRINGLIST
Default: no copied files
Specifies the files or directories that will be recursively copied into each working directory. Wildcards using * and ? are permitted.
Specifying
copy_files = 'siminput*.in' '/path/to/simdir1' 'simdir2/*'
will create copies
workdir/siminput*.in # files rundir/siminput*.in copied workdir/simdir1/ # whole directory simdir1 recursively copied workdir/* # contents of directory simdir2 recursively copied
where rundir is the directory in which Dakota was started.