Mcore_handler.sum_jobs
- Mcore_handler.sum_jobs(partial_result)[source]
Gather, sum and broadcast array for conservative results.
- Parameters:
partial_result (np.array) – individual result from an instance
- Returns:
result – global array as the sum of all partial results from each core, returned to all cores
- Return type:
np.array