Description Usage Arguments Details Value Author(s) See Also Examples
Set up rkeops runtime options to use CPU computing when calling
user-defined operators.
1 | use_cpu(ncore = 0)
|
ncore |
integer, number of cores used by |
Note 1: By default, rkeops user-defined operators run computations
on CPU (even for GPU-compiled operators), thus calling the function
use_gpu() is mandatory to run computations on GPU.
Note 2: By default, in CPU mode, rkeops user-defined operators run
computations on all available cores for parallel computing. To control,
the number of cores used by rkeops user-defined operators, you can used
the input parameter ncore.
None
Ghislain Durif
compile4cpu(), compile4gpu(),
use_gpu()
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.