Summary
- Adding variables to openacc data statements. Without this, the code crashes when using the GPU with l_godunov_upwind_xpyp_ta=.true. (details)
- Modifying compiler configurations (mainly optimization level) in order to prepare for switching scipts and tests to cmake, specifically separating out this BIT_CHANGING commit from the rest (details)
- thlm_ed and rtm_ed caused GPU errors since those variables were added to a acc loop, but never added to the acc data statement. This change makes it so they're only calculated on the CPU, since they are only used for stats, fixing the issue without adding the GPU memory footprint. (details)
- Adding -Mstack_arrays to the nvfortran flags causes us to use more stack space, which means we need to allow processes to use more stack space (when using lots of columns, since that increases memory footprint). We do by using using 'ulimit BIGNUMBER'. (details)
The file was modified | src/CLUBB_core/advance_xp2_xpyp_module.F90 (diff) |
The file was modified | compile/config/linux_x86_64_gfortran.bash (diff) |
The file was modified | compile/config/linux_x86_64_nvhpc_debug.bash (diff) |
The file was modified | compile/config/linux_x86_64_nvhpc.bash (diff) |
The file was modified | compile/config/linux_x86_64_nvhpc_gpu_openacc.bash (diff) |
The file was modified | compile/config/linux_x86_64_ifort_debug.bash (diff) |
The file was modified | src/CLUBB_core/advance_clubb_core_module.F90 (diff) |
The file was modified | jenkins_tests/clubb_nvhpc_gpu_vs_cpu_diffness/Jenkinsfile (diff) |
The file was modified | jenkins_tests/clubb_nvhpc_gpu_column_mirror_test/Jenkinsfile (diff) |
The file was modified | jenkins_tests/clubb_nvhpc_gpu_multi_col_avg_test/Jenkinsfile (diff) |