Skip to content
Success

Changes

Summary

  1. Porting pdf_closure subroutine with OpenACC (#1059) (details)
Commit 47cd566e64abb0e774abd20c2ec97deed8dd3ab5 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 src/CLUBB_core/pdf_closure_module.F90 (diff)
The file was modified src/CLUBB_core/pdf_utilities.F90 (diff)