CombineParallelFiles

class CombineParallelFiles : public feasst::Action

This class is in active development and not recommended for general users. This class is used to parallelize BuildRecursiveTable.

Arguments

  • type: type of file, which can be recursive_table or trained.

  • input_prefix: The beginning of the input file names for the multiple files to combine into one, before the processor index. The combined file is output as the input prefix and suffix without processor index.

  • input_suffix: The end of the input file after the processor index (default: empty).

  • num_processors: number of processors.

  • cleanup: If true (default), remove input files after combining.