Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
AStupidBear committed May 20, 2020
1 parent 77d1425 commit 7689f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ A checkpoint file named `CMAES.bson` will be created in the current working dire

Just simply add `@mpirun` before `GCMAES.minimize`

```
```julia
# ....
@mpirun GCMAES.minimize(...)
# ....
Expand Down

2 comments on commit 7689f8f

@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/15061

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 the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.8 -m "<description of version>" 7689f8f47e7ba3fe3323dcc06f90fa3afb32db0e
git push origin v0.1.8

Please sign in to comment.