Provides the utilities required to deal with trace data.

pegasustools.loading_traces.collate_traces(num_processes, source_dir, destination_dir)

Collate the .trace_mpiio_optimized files in a directory into ordered files.

Parameters:
  • num_processes (int) – The number of processes to use.

  • source_dir (Path) – The path to the directory with the .trace_mpiio_optimized files

  • destination_dir (Path) – The path with filename where the parquet files should be created. It will be created if it doesn’t exist.

Return type:

None