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

Guard against div-by-zero in memory baseline comparison #1360

Merged
merged 1 commit into from
Apr 5, 2017

Conversation

jgfouca
Copy link
Member

@jgfouca jgfouca commented Mar 30, 2017

Fail the MEMCOMP phase if the baseline memory is zero.

Fixes #1349

[BFB]

Fail the MEMCOMP phase if the baseline memory is zero.

[BFB]
@rljacob
Copy link
Member

rljacob commented Mar 30, 2017

Don't most of our baselines have 0 for memory usage because the routine to find the memory doesn't work? This will lead to fails all over the place.

@jgfouca
Copy link
Member Author

jgfouca commented Mar 30, 2017

@rljacob that's OK, we mostly ignore MEMCOMP fails anyway.

amametjanov added a commit that referenced this pull request Apr 1, 2017
Guard against div-by-zero in memory baseline comparison:
Fail the MEMCOMP phase if the baseline memory is zero.

Fixes #1349

[BFB]
@amametjanov
Copy link
Member

Merged to next.

@jgfouca
Copy link
Member Author

jgfouca commented Apr 4, 2017

@amametjanov merge to master?

@amametjanov amametjanov merged commit a91a98d into master Apr 5, 2017
amametjanov added a commit that referenced this pull request Apr 5, 2017
Guard against div-by-zero in memory baseline comparison:
Fail the MEMCOMP phase if the baseline memory is zero.

Fixes #1349

[BFB]
@amametjanov amametjanov deleted the jgfouca/cime/fix_mem_div_by_zero branch April 5, 2017 00:34
agsalin pushed a commit that referenced this pull request May 1, 2017
Make Machines.get_value more likely to return values of the correct type
jgfouca pushed a commit that referenced this pull request Jun 2, 2017
Guard against div-by-zero in memory baseline comparison:
Fail the MEMCOMP phase if the baseline memory is zero.

Fixes #1349

[BFB]
jgfouca pushed a commit that referenced this pull request Feb 27, 2018
Guard against div-by-zero in memory baseline comparison:
Fail the MEMCOMP phase if the baseline memory is zero.

Fixes #1349

[BFB]
jgfouca pushed a commit that referenced this pull request Mar 14, 2018
Guard against div-by-zero in memory baseline comparison:
Fail the MEMCOMP phase if the baseline memory is zero.

Fixes #1349

[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.

3 participants