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

Add tests for serialized isend/irecv #141

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

kshyatt
Copy link
Contributor

@kshyatt kshyatt commented Apr 28, 2016

Last few untested methods in mpi-base.jl.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.9%) to 87.257% when pulling d828683 on ksh/testagain into 5d24cc9 on master.

@codecov-io
Copy link

Current coverage is 87.26%

Merging #141 into master will increase coverage by +0.88%

@@             master       #141   diff @@
==========================================
  Files             3          3          
  Lines           565        565          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits            488        493     +5   
+ Misses           77         72     -5   
  Partials          0          0          
  1. File src/mpi-base.jl (not in diff) was modified. more
    • Misses -5
    • Partials 0
    • Hits +5

Powered by Codecov. Last updated by d37a94c

@coveralls
Copy link

coveralls commented Apr 28, 2016

Coverage Status

Coverage increased (+0.9%) to 87.257% when pulling d828683 on ksh/testagain into 5d24cc9 on master.

end
elseif MPI.Comm_rank(comm) == root
f = g
sreq = MPI.isend(f, dst, rank+32, comm)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

isend returns a request. You either need to wait for that request to complete, or use send instead of `isend.

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.

4 participants