-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auto-generated OpenACC and OpenMP #12
Comments
Auto-generation of the OpenACC version of NEMOLite2D is now working. |
I've updated the OpenACC transformation script so that it now adds the |
Compiling the manual OpenACC version with 18.4 of PGI at -O2 fails with:
but compiling at -O1 works. According to |
I will continue this old issue to psyclone-generate the OpenACC and OpenMP versions, which are both almost there. |
As discussed, I've just tried turning OpenACC on for #100 and it very nearly works - the resulting Fortran doesn't compile though. The only reason for this is that the module-inlined versions of the bc_flather kernels still have a wildcard import from a module which brings in |
In PSyclone issue 170 (stfc/PSyclone#170) we are adding support for OpenACC to the GOcean 1.0 API. The NEMOLite2D application in PSycloneBench requires some updating in order for this to work and we shall do that here.
The text was updated successfully, but these errors were encountered: