Builds a dedicated Rayon thread pool with n threads. Subsequent parallel operations (e.g. graph_smooth_rust) will execute on this pool.

set_hpc_threads_rust(n)

Arguments

n

integer number of worker threads (must be >= 1).