There is still a contention for the particle p object? Several threads would now hit the same particle 'p', correct? Maybe this contention is not as severe as the single shared memory contention as there are several particles and at best there will only be O(num_cells) contention?
There is still a contention for the particle p object? Several threads would now hit the same particle 'p', correct? Maybe this contention is not as severe as the single shared memory contention as there are several particles and at best there will only be O(num_cells) contention?