Note 1: By default, rkeops
user-defined operators run computations
on CPU (even for GPU-compiled operators), thus calling the function
rkeops_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
.