Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

OpenMP teams synchronization

H__Kamil
Beginner
589 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
589 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
589 Views

Jim,

Again, thanks for your excellent chronicles.

Regards
--
Taylor
 

0 Kudos
H__Kamil
Beginner
589 Views

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

0 Kudos
Reply