Skip to content
Success

Changes

Summary

  1. Add blank line to README. (details)
  2. BIT_CHANGING bug fix for the penta_lu solver, only BC when using penta_solve_method=2 (#1264) (details)
  3. Bicgstab addition (#1261) (details)
  4. Small bug fix to make gfortran+debug happy, without the _core_rknd this could be a potential type error (details)
Commit a5597665ed8bdd21902000712f8ad2685276eec0 by noreply
Add blank line to README.
The file was modifiedREADME (diff)
Commit bba14c86a748da7993af72c056a9f6505cf43f1b by noreply
BIT_CHANGING bug fix for the penta_lu solver, only BC when using penta_solve_method=2 (#1264)

The file was modifiedsrc/CLUBB_core/penta_lu_solver.F90 (diff)
Commit 14f5e6e323b11dc9e5fff8ca5982c6ab7f92f8c1 by noreply
Bicgstab addition (#1261)

* Adding 'initial' bicgstab solver

* Currently working, lots of diagnostic code still present

* Pruning everything unneccesary, adding lots of comments, making names good.

* Adding jenkins test to plot results with different solvers

* jenkins script update

* jenkins script update

* jenkins script update

* jenkins script update

* jenkins script update

* jenkins script update

* jenkins script update

* Removing print statement

* Improved naming and comments

* Removing print statement

* A couple more comments.
The file was modifiedsrc/CLUBB_core/advance_wp2_wp3_module.F90 (diff)
The file was modifiedsrc/CLUBB_core/matrix_solver_wrapper.F90 (diff)
The file was modifiedsrc/CLUBB_core/CMakeLists.txt (diff)
The file was modifiedsrc/CLUBB_core/advance_xm_wpxp_module.F90 (diff)
The file was addedjenkins_tests/clubb_plot_solver_compare/Jenkinsfile
The file was addedsrc/CLUBB_core/penta_bicgstab_solver.F90
Commit 988ea0f2cc24e424e0a204b65bfd59bd4e9eee5b by Gunther Huebler
Small bug fix to make gfortran+debug happy, without the _core_rknd this could be a potential type error
The file was modifiedsrc/CLUBB_core/penta_bicgstab_solver.F90 (diff)