forked from moreo/QuaPy
4 lines
66 B
Python
4 lines
66 B
Python
|
import multiprocessing
|
||
|
|
||
|
N_JOBS = -2 #multiprocessing.cpu_count()
|