Software Archive
Read-only legacy content
17061 Discussions

OpenMP teams synchronization

H__Kamil
Beginner
247 Views

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.

0 Kudos
3 Replies
jimdempseyatthecove
Honored Contributor III
247 Views

>>time 60 -> team 60

It looks like you intend to assemble teams by core (60 cores on some Xeon Phi models).

At the top of this forum page you will see Development > Tools > Resources. Click on Resources, then enter search for "Chronicles". You will find hit for Chronicles of Phi (5-part series). It lays out a strategy to perform this type of programming.

Jim Dempsey

0 Kudos
TaylorIoTKidd
New Contributor I
247 Views

Jim,

Again, thanks for your excellent chronicles.

Regards
--
Taylor
 

0 Kudos
H__Kamil
Beginner
247 Views

Thanks Mr. Dembsey. I will readt it. :)

0 Kudos
Reply