Skip to content
Success

Changes

Summary

  1. Making clubb_at_least_debug_level not a device routine. It confuses the poor little nvidia compiler when compiling inside cam. Also making the compile script a little more robust. (details)
Commit de8bbefe59ca054f99b8f487c51d788558213a12 by Gunther Huebler
Making clubb_at_least_debug_level not a device routine. It confuses the poor little nvidia compiler when compiling inside cam. Also making the compile script a little more robust.
The file was modified src/CLUBB_core/clip_explicit.F90 (diff)
The file was modified src/CLUBB_core/fill_holes.F90 (diff)
The file was modified compile.py (diff)
The file was modified src/CLUBB_core/advance_wp2_wp3_module.F90 (diff)
The file was addedsrc/CLUBB_core/error_code.mod
The file was modified src/CLUBB_core/error_code.F90 (diff)

Summary

  1. Changing subprocess command to use shell=True, this make it easier to input shell commands via the config scripts (in /home/pub/jenkins_BFB_test_configs), but also necesitates small changes to them (details)
Commit 5d7078169026c8fab78b1ede25f8922f68f10b37 by Gunther Huebler
Changing subprocess command to use shell=True, this make it easier to input shell commands via the config scripts (in /home/pub/jenkins_BFB_test_configs), but also necesitates small changes to them
The file was modified python_nightly_test_suite/tests/bit_diff_test.py (diff)