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

Commit

Permalink
MPI local import
Browse files Browse the repository at this point in the history
  • Loading branch information
AStupidBear committed Jan 3, 2020
1 parent bb4ccf4 commit 3739fa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "FluxUtils"
uuid = "479fec60-eb0f-11e8-3e82-6d728fa6b650"
authors = ["Yao Lu <[email protected]>"]
version = "0.1.0"
version = "0.1.1"

[deps]
BSON = "fbb218c0-5317-5bc6-957e-2ee96dd4b1f0"
Expand Down
2 changes: 1 addition & 1 deletion src/mpi.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using MPI: SUM, Comm_size, COMM_WORLD, Allreduce!, Bcast!
using .MPI: SUM, Comm_size, COMM_WORLD, Allreduce!, Bcast!

export syncparam!

Expand Down

2 comments on commit 3739fa2

@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 created: JuliaRegistries/General/7461

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.1 -m "<description of version>" 3739fa27ff9142f763052dc0602946d563d9e841
git push origin v0.1.1

Please sign in to comment.