You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to learn teams, and events using the example in chapter 12 of your book and with Intel oneAPI 2021.1-beta10.
I could run the examples for all other chapters.
For chapter 12, I can compile it. When running it, there is no error output, or any other output. For compilation I used: ifort -03 -coarray=distributed -coarray-num-images=4 -g -traceback
I though that teams and events were supported by Intel oneAPI. Is this correct? Do I miss something?
The text was updated successfully, but these errors were encountered:
I tried to learn teams, and events using the example in chapter 12 of your book and with Intel oneAPI 2021.1-beta10.
I could run the examples for all other chapters.
For chapter 12, I can compile it. When running it, there is no error output, or any other output. For compilation I used:
ifort -03 -coarray=distributed -coarray-num-images=4 -g -traceback
I though that teams and events were supported by Intel oneAPI. Is this correct? Do I miss something?
The text was updated successfully, but these errors were encountered: