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 mapping mpi int16 #499

Merged
merged 3 commits into from
Mar 21, 2020
Merged

fix mapping mpi int16 #499

merged 3 commits into from
Mar 21, 2020

Conversation

mtar
Copy link
Collaborator

@mtar mtar commented Mar 10, 2020

Description

Include a summary of the change/s.
Please also include relevant motivation and context. List any dependencies that are required for this change.

Issue/s resolved: #497

Changes proposed:

  • corrected wrong mapping: SHORT_INT -> SHORT

Type of change

Remove irrelevant options:

  • Bug fix (non-breaking change which fixes an issue)

Due Diligence

  • All split configurations tested
  • Multiple dtypes tested in relevant functions
  • Documentation updated (if needed)
  • Updated changelog.md under the title "Pending Additions"

Does this change modify the behaviour of other functions? If so, which?

no

@codecov
Copy link

codecov bot commented Mar 10, 2020

Codecov Report

Merging #499 into master will not change coverage by %.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #499   +/-   ##
=======================================
  Coverage   96.60%   96.60%           
=======================================
  Files          65       65           
  Lines       13991    13991           
=======================================
  Hits        13516    13516           
  Misses        475      475           
Impacted Files Coverage Δ
heat/core/communication.py 89.04% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update abd47dd...5f61a74. Read the comment docs.

@coquelin77 coquelin77 merged commit 7713b9b into master Mar 21, 2020
@coquelin77 coquelin77 deleted the bug/497-mpi_int16 branch March 21, 2020 10:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wrong MPI messages ht.int16
2 participants