Skip to content
Success

Changes

Summary

  1. Openacc tweaks and cleanup 2 (#1099) (details)
Commit 1238826836d00367458527d254d2b3c9d7f87e93 by noreply
Openacc tweaks and cleanup 2 (#1099)

* Making all end parallel directives specify end loop

* Replacing last acc declare in a procedure with acc enter/exit data commands

* Removing pure declarations, turns out they dont really improve performance and openmp isn't allowed within them.

* Adding explicit directives to penta_lu and tridiag_lu, as opposed to the previously used kernels directive. Also splitting up a loop to improve GPU performance.

* Splitting up a couple loops for performance reasons.

* Missed one somehow
The file was modified adg1_adg2_3d_luhar_pdf.F90 (diff)
The file was modified calc_roots.F90 (diff)
The file was modified clip_explicit.F90 (diff)
The file was modified diffusion.F90 (diff)
The file was modified corr_varnce_module.F90 (diff)
The file was modified advance_windm_edsclrm_module.F90 (diff)
The file was modified advance_xp2_xpyp_module.F90 (diff)
The file was modified advance_xp3_module.F90 (diff)
The file was modified advance_helper_module.F90 (diff)
The file was modified grid_class.F90 (diff)
The file was modified advance_clubb_core_module.F90 (diff)
The file was modified clubb_api_module.F90 (diff)
The file was modified fill_holes.F90 (diff)
The file was modified mean_adv.F90 (diff)
The file was modified penta_lu_solver.F90 (diff)
The file was modified tridiag_lu_solver.F90 (diff)
The file was modified advance_wp2_wp3_module.F90 (diff)
The file was modified advance_xm_wpxp_module.F90 (diff)
The file was modified numerical_check.F90 (diff)
The file was modified turbulent_adv_pdf.F90 (diff)
The file was modified mono_flux_limiter.F90 (diff)
The file was modified clip_semi_implicit.F90 (diff)