modern-fortran / tsunami

A parallel shallow water equations solver
https://modern-fortran.github.io/tsunami
MIT License
149 stars 47 forks source link

Issue with Intel oneAPI 2021.1-beta10 + ch12 #8

Open jvdp1 opened 3 years ago

jvdp1 commented 3 years ago

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?

milancurcic commented 3 years ago

Thanks @jvdp1. I also thought they were supported but don't know for sure. I will try to reproduce this.