sierra.plugins.proc.compress.plugin#
Plugin for compressing experiment data. Currently only works with .tar.gz files.
Functions#
|
Comcompress data for each Experiment in the Batch Experiment. |
Module Contents#
- sierra.plugins.proc.compress.plugin.proc_batch_exp(main_config: sierra.core.types.YAMLDict, cmdopts: sierra.core.types.Cmdopts, pathset: sierra.core.batchroot.PathSet, criteria: sierra.core.variables.batch_criteria.XVarBatchCriteria) None[source]#
Comcompress data for each Experiment in the Batch Experiment.
Ideally this is done in parallel across experiments, but this can be changed to serial if memory on the SIERRA host machine is limited via
--processing-parallelism.