Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug hunt #78

Closed
wants to merge 5 commits into from
Closed

Bug hunt #78

wants to merge 5 commits into from

Commits on Mar 20, 2013

  1. Cleaned up Stefan's Crap

    jdegraaf committed Mar 20, 2013
    Configuration menu
    Copy the full SHA
    cb53330 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2013

  1. Cleaned up most of Stefans errors, I believe the code should now pass…

    … through Jenkins, but I'm not sure that it will also perform as expected. The code passes the testcases I've tried, but whether the physics of the LB_BOUNDARIES(_GPU) is correct I cannot vouch for. I've also changed a line of code that was erronously commented out by Dominic.
    jdegraaf committed Mar 21, 2013
    Configuration menu
    Copy the full SHA
    c30db80 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2013

  1. I appear to have fixed the lb_planar_gpu.tcl test case again, but the…

    … lb_stokes_sphere_gpu.tcl test case still fails. I think there is a mysterious factor of 2 floating around somewhere in the code. I've added several comments to where I was uncertain about a piece of code, always with // ***** (lb_boundaries.c and lbgpu.cu). For the rest I think I've removed pretty much all the mess that was there.
    jdegraaf committed Mar 22, 2013
    Configuration menu
    Copy the full SHA
    9242694 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2013

  1. Removed the unsafe atol and atoi commands from the code, in particula…

    …r for the random_tcl.c file, for which their implementation lead to unexpected and undesired behavior.
    jdegraaf committed Mar 28, 2013
    Configuration menu
    Copy the full SHA
    f2ae905 View commit details
    Browse the repository at this point in the history
  2. Fixed merge conflict

    jdegraaf committed Mar 28, 2013
    Configuration menu
    Copy the full SHA
    3d04a13 View commit details
    Browse the repository at this point in the history