NaNChecker: fix output of NaNMask

Issue #2179 open
Roland Haas created an issue

In af45e31 - NaNChecker: reduce nan mask in level mode a bug was introduced that caused the NaNMask to be cleared in level mode where the NaNMask pointer is not valid.

This fixes this and also restructures the functions so that all levels of the NaNMask starting with the one containing NaNs are output.

Pull request is here:

https://bitbucket.org/cactuscode/cactusutils/pull-requests/15/nanchecker-fix-output-of-nanmask/diff

Keyword: NaNChecker

Comments (2)

  1. Roland Haas reporter
    • changed status to open
    • removed comment

    Cannot be reviewed yet since CHECK_NAN (which is called in local mode) contains calls to the reduction operators.

  2. Log in to comment