Skip to content
Success

Changes

Summary

  1. Revert "I have no idea if it's appropriate to include gr in this statment," (details)
  2. Added a special G unit Jenkins test for the Reverse Direction (details)
  3. I accidentally committed G_unit_tests.in as part of my previous commit. (details)
  4. I forgot to update the test name in the Jenkinsfile. (details)
  5. I discovered that I inadvertently change an $acc statement that (details)
Commit c226fa8c4bf5d9977ad208e18f57779e5711ff5d by bmg2
Revert "I have no idea if it's appropriate to include gr in this statment,"

This reverts commit d2b125b12117d18474f2093b40e3e575a93422e7.
The file was modified src/CLUBB_core/advance_wp2_wp3_module.F90 (diff)
Commit bd0d4f70434d41cb4d5237f05587b5edf875d520 by bmg2
Added a special G unit Jenkins test for the Reverse Direction
Grid Unit Test. This test is different than the other G unit tests
because it requires a special compilation at -O0 optimization.
The file was addedjenkins_tests/clubb_G_unit_reverse_dir_grid_test/Jenkinsfile
The file was modified input_misc/G_unit_tests.in (diff)
Commit 9a6ea30fe782b73edf356a7c126a7a3d71e53452 by bmg2
I accidentally committed G_unit_tests.in as part of my previous commit.
I didn't want to do that. This commits reverts the previous commit
for only that file.
The file was modified input_misc/G_unit_tests.in (diff)
Commit 62529da84f1d4a64ad33c0da7549a43025d045c9 by bmg2
I forgot to update the test name in the Jenkinsfile.
The file was modified jenkins_tests/clubb_G_unit_reverse_dir_grid_test/Jenkinsfile (diff)
Commit 4ad28abbf7c6d9da74b5dc738f63a79ede657e1c by bmg2
I discovered that I inadvertently change an $acc statement that
is found in the monotonic flux limiter (why is it ALWAYS the
monotonic flux limiter?) back in be90159. In this commit, I am
setting the $acc statement back to what it is supposed to be.
The file was modified src/CLUBB_core/mono_flux_limiter.F90 (diff)