MCPcopy Create free account
hub / github.com/Open-Quant/openquant / HpcParallelConfig

Class HpcParallelConfig

crates/openquant/src/hpc_parallel.rs:27–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25
26#[derive(Debug, Clone, Copy, PartialEq, Eq)]
27pub struct HpcParallelConfig {
28 pub mode: ExecutionMode,
29 pub partition: PartitionStrategy,
30 /// Oversubscription factor, analogous to mpBatches in AFML.
31 pub mp_batches: usize,
32 /// Emit progress snapshot every N completed molecules.
33 pub progress_every: usize,
34}
35
36impl Default for HpcParallelConfig {
37 fn default() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected