Skip to content
Success

Changes

Summary

  1. Making jenkins bit diff tests only run on carson. This is because these tests are defined by a file we store on carson that needs to be updated after each test. (details)
  2. Replacing pgi references with nvhpc, and adding nvhpc_debug config script along with new jenkins tests. (details)
  3. Removing flag meant for gpu debugging. (details)
  4. This code in adj_low_res_nu was using the ghost point when (details)
Commit 165b2ca54fe98baff8f567eaa81a0ee2cc564a32 by Gunther Huebler
Making jenkins bit diff tests only run on carson. This is because these tests are defined by a file we store on carson that needs to be updated after each test.
The file was modified jenkins_tests/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/Jenkinsfile (diff)
The file was modified jenkins_tests/clubb_bin_diff_regression_gfortran_test/Jenkinsfile (diff)
The file was addedjenkins_tests/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/.Jenkinsfile.swp
The file was modified jenkins_tests/clubb_bin_diff_regression_e3sm_flags_gfortran/Jenkinsfile (diff)
Commit 840a65123a35bc789346706861b71876d170a38b by Gunther Huebler
Replacing pgi references with nvhpc, and adding nvhpc_debug config script along with new jenkins tests.
The file was addedcompile/config/linux_x86_64_nvhpc_debug.bash
The file was addedjenkins_tests/clubb_nvhpc_single_prec_build/Jenkinsfile
The file was modified compile/config/linux_x86_64_nvhpc_gpu_openmp.bash (diff)
The file was modified compile/config/linux_x86_64_nvhpc_gpu_openacc.bash (diff)
The file was addedjenkins_tests/clubb_nvhpc_debug_build/Jenkinsfile
The file was modified compile/config/linux_x86_64_nvhpc.bash (diff)
Commit e579a898763fa35f934376ce079cb4e0b3c0f385 by Gunther Huebler
Removing flag meant for gpu debugging.
The file was modified compile/config/linux_x86_64_nvhpc_debug.bash (diff)
Commit ef65d2727180b4c76d113cc0da1f6b5d4d3f1610 by bmg2
This code in adj_low_res_nu was using the ghost point when
grid_type = 2. This has now been changed to not include the ghost
level. This code is BIT_CHANGING.
The file was modified src/CLUBB_core/parameters_tunable.F90 (diff)