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 bug in case.run where arg skip-preview-namelist is out of sequence #1703

Merged

Conversation

sarich
Copy link
Contributor

@sarich sarich commented Jun 23, 2017

arg parsing needs to be done after adding arguments
master is broken on acme mira/cetus and blues/anvil without this fix

Test suite: acme_developer on anvil
Test baseline:
Test namelist changes:
Test status:

Fixes #1690

User interface changes?:

Update gh-pages html (Y/N)?:

Code review:

@sarich sarich requested review from jgfouca and dqwu June 23, 2017 15:32
@jgfouca jgfouca merged commit 4b116ba into master Jun 26, 2017
@jgfouca jgfouca deleted the sarich/scripts/fix-skip-preview-namelist-parsing-order branch June 26, 2017 18:56
jgfouca pushed a commit that referenced this pull request Oct 17, 2017
Check for NaNs and INFs in input to shr_reprosum_calc:
In recent development NaNs and INFs are often first
identified when passed to the shr_reprosum_calc routine,
where they either lead to segmentation faults or to
very slow performance (due to the interaction of NaNs and
INFs with the reproducible sum logic). To more readily
identify this error condition (and to prevent false
attributions of error to shr_reprosum_calc), the input array
is checked for the presence of NaNs and INFs. If found,
an appropriate error message is output and the job is
terminated.

[BFB]
jgfouca pushed a commit that referenced this pull request Feb 23, 2018
Check for NaNs and INFs in input to shr_reprosum_calc:
In recent development NaNs and INFs are often first
identified when passed to the shr_reprosum_calc routine,
where they either lead to segmentation faults or to
very slow performance (due to the interaction of NaNs and
INFs with the reproducible sum logic). To more readily
identify this error condition (and to prevent false
attributions of error to shr_reprosum_calc), the input array
is checked for the presence of NaNs and INFs. If found,
an appropriate error message is output and the job is
terminated.

[BFB]
jgfouca pushed a commit that referenced this pull request Mar 13, 2018
Check for NaNs and INFs in input to shr_reprosum_calc:
In recent development NaNs and INFs are often first
identified when passed to the shr_reprosum_calc routine,
where they either lead to segmentation faults or to
very slow performance (due to the interaction of NaNs and
INFs with the reproducible sum logic). To more readily
identify this error condition (and to prevent false
attributions of error to shr_reprosum_calc), the input array
is checked for the presence of NaNs and INFs. If found,
an appropriate error message is output and the job is
terminated.

[BFB]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Python error on skip-preview-namelist in the run script
4 participants