Searched refs:parallelization (Results 1 – 15 of 15) sorted by relevance
66 parallelization: 1, property77 parallelization: 16, property88 parallelization: 1, property101 { p: 1, parallelization: 1 }, // Both p and parallelization property
12 const parallelization = +process.env.JOBS || require('os').cpus().length; constant53 for (let i = 0; i < parallelization; ++i)
104 if (options.parallelization !== undefined) {106 p = options.parallelization;
18 odeint currently supports parallelization with OpenMP and MPI, as described in22 parallelization of the system function, which is still the user's36 In the easiest parallelization approach with OpenMP we use a standard `vector`50 Additional to providing the stepper with OpenMP parallelization we also need61 As you can see, the parallelization is completely hidden in the stepper and the81 a more exact control of the parallelization.
18 parallelization. They are designed to execute many operations in22 [important Thrust also supports parallelization using OpenMP and Intel Threading Building Blocks (T…25 parallelization into odeint. The examples discussed below are focused on GPU parallelization, thoug…
19 used hash function and p is the parallelization factor. Both r and p need to be
33 usually for the purpose of parallelization (which we're not interested in), and
123 There are two primary categories of parallelization in sorting algorithms.
50 64kB chunks (but limited by MaxFragmentSize and available parallelization, see
287 parallelization opportunities, whereas large values will expose more
134 direct parallelization of the sequential MST algorithm by
2872 description: The `cost`, `blockSize` and `parallelization` option names2883 * `parallelization` {number} Parallelization parameter. **Default:** `1`.2886 * `p` {number} Alias for `parallelization`. Only one of both may be specified.2932 description: The `cost`, `blockSize` and `parallelization` option names2943 * `parallelization` {number} Parallelization parameter. **Default:** `1`.2946 * `p` {number} Alias for `parallelization`. Only one of both may be specified.
287 *n* is the CPU/Memory cost factor, *r* the block size, *p* parallelization
2354 parallelization and they break test isolation. They should be used with care.
15962 (with a hardwired threshold of 2048 bytes), allowing better parallelization