Skip to content
Success

Changes

Summary

  1. Porting pdf_closure subroutine with OpenACC (#1059) (details)
Commit 02732556bd0ed380f305bb59f5e421e5a4c615a8 by noreply
Porting pdf_closure subroutine with OpenACC (#1059)

* Porting pdf_closure subroutine with OpenACC

OpenACC directives are added to pdf_closure subroutine. The necessary
structured data region is also added for optimzing data movement across
kernels. There is opportunity to task parallelize using streams and
will be explored in the future.

Answers are bit for bit.

* Fixing the copyin directives

* Making work without managed memory.
The file was modified pdf_utilities.F90 (diff)
The file was modified pdf_closure_module.F90 (diff)