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 an experimental library for MPI-like parallel programming (@post-me/mpi) #56

Merged
merged 7 commits into from
Feb 10, 2021

Conversation

alesgenova
Copy link
Owner

No description provided.

@alesgenova alesgenova force-pushed the mpi branch 4 times, most recently from 91086a6 to 13ac1c9 Compare February 8, 2021 03:28
@codecov-io
Copy link

codecov-io commented Feb 10, 2021

Codecov Report

Merging #56 (aae05fc) into main (5e49ee3) will increase coverage by 0.77%.
The diff coverage is 96.27%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #56      +/-   ##
==========================================
+ Coverage   94.48%   95.26%   +0.77%     
==========================================
  Files           9       13       +4     
  Lines         381      676     +295     
  Branches       52       85      +33     
==========================================
+ Hits          360      644     +284     
- Misses         21       31      +10     
- Partials        0        1       +1     
Impacted Files Coverage Δ
packages/core/src/common.ts 100.00% <ø> (ø)
packages/core/src/connection.ts 100.00% <ø> (ø)
packages/core/src/dispatcher.ts 95.29% <ø> (ø)
packages/core/src/emitter.ts 93.33% <ø> (ø)
packages/core/src/handles.ts 89.88% <ø> (ø)
packages/core/src/handshake.ts 100.00% <ø> (ø)
packages/core/src/messages.ts 100.00% <ø> (ø)
packages/core/src/messenger.ts 89.28% <ø> (ø)
packages/core/src/proxy.ts 100.00% <ø> (ø)
packages/mpi/src/worker.ts 91.96% <91.96%> (ø)
... and 7 more

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 5e49ee3...aae05fc. Read the comment docs.

@alesgenova alesgenova marked this pull request as ready for review February 10, 2021 03:08
@alesgenova alesgenova merged commit d44ac78 into main Feb 10, 2021
@alesgenova alesgenova deleted the mpi branch February 10, 2021 03:55
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.

2 participants