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

Function config

crates/openquant/tests/hpc_parallel.rs:6–12  ·  view source on GitHub ↗
(
    mode: ExecutionMode,
    partition: PartitionStrategy,
    mp_batches: usize,
)

Source from the content-addressed store, hash-verified

4};
5
6fn config(
7 mode: ExecutionMode,
8 partition: PartitionStrategy,
9 mp_batches: usize,
10) -> HpcParallelConfig {
11 HpcParallelConfig { mode, partition, mp_batches, progress_every: 1 }
12}
13
14#[test]
15fn linear_partition_covers_all_atoms_without_gaps() {

Calls

no outgoing calls

Tested by

no test coverage detected