Hi. I have a question about synchronization OpenMP thread teams. I would like to write code where only one threads team do caltulation at the time, eg:
time 0 -> team 0
time 1 -> team 1
...
time 60 -> team 60.
Is it possible? Thanks.
Hi. I have a question about synchronization OpenMP thread teams. I would like to write code where only one threads team do caltulation at the time, eg:
time 0 -> team 0
time 1 -> team 1
...
time 60 -> team 60.
Is it possible? Thanks.