Skip to content
This repository has been archived by the owner on Apr 21, 2020. It is now read-only.

Commit

Permalink
@mpi_do
Browse files Browse the repository at this point in the history
  • Loading branch information
AStupidBear committed Nov 2, 2019
1 parent 24957a8 commit 91c3cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mpi.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ est = Estimator(model, loss, opt, spec)

man = MCM.start_main_loop(MCM.MPI_TRANSPORT_ALL)

@mpi_do man fit!(est, x, y)
MCM.@mpi_do man fit!(est, x, y)

= fill!(similar(y), 0)
predict!(ŷ, est, x)
Expand Down

2 comments on commit 91c3cb7

@AStupidBear
Copy link
Owner Author

Choose a reason for hiding this comment

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

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

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

Registration pull request updated: JuliaRegistries/General/4991

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.0 -m "<description of version>" 91c3cb78570b516480c19109571134156986fff0
git push origin v0.1.0

Please sign in to comment.