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

Fix problem with hangs in parallel collective output #449

Merged
merged 3 commits into from
Oct 20, 2017

Commits on Aug 1, 2017

  1. Configuration menu
    Copy the full SHA
    6f38a0e View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2017

  1. Move nels==0 check instead of eliminating

    The previous change where the `nels==0` check was removed caused problems with nc_test.  
    If the check is moved after the `NC_put_vara` call, then it will avoid the parallel hang problem for stride=1, but will still pass all tests in `nc_test`.  Note that this is somewhat of a kluge since there will still be a parallel hang if nels==0 and stride is > 1 and the code falls into the odometer section.
    gsjaardema authored Aug 2, 2017
    Configuration menu
    Copy the full SHA
    a079381 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2017

  1. Configuration menu
    Copy the full SHA
    6fb871f View commit details
    Browse the repository at this point in the history