[change] try set ncores flag explicitly (WIP)

This commit is contained in:
2017-08-18 13:18:21 +02:00
parent 8a024b66e0
commit 4faf007e0b
2 changed files with 9 additions and 1 deletions
+3
View File
@@ -63,6 +63,9 @@ def autopickevent(data, param, iplot=0, fig_dict=None, ncores=0, metadata=None,
print('iPlot Flag active: NO MULTIPROCESSING possible.')
return all_onsets
print('Autopickstation: Distribute autopicking for {} '
'stations on {} cores.'.format(len(input_tuples), ncores))
pool = gen_Pool(ncores)
result = pool.map(call_autopickstation, input_tuples)
pool.close()