STREAM icon indicating copy to clipboard operation
STREAM copied to clipboard

multicore option

Open wajm opened this issue 3 years ago • 1 comments

I want to run about 50~ 200k cells trajectory. is there multicore or multithreading option?

wajm avatar Dec 12 '20 11:12 wajm

Not all the steps support multicores but specifying the parameter n_jobs inst.dimension_reduction() should help speed up the slowest step. Similarly, you can find this parameter n_jobs in other functions to enable the parallel processing.

huidongchen avatar Dec 14 '20 17:12 huidongchen