Skip to content

Commit

Permalink
Merge pull request JuliaParallel#161 from JuliaParallel/ksh/winreadme
Browse files Browse the repository at this point in the history
Add a note to README about Windows wrapping.
  • Loading branch information
stevengj committed Jun 7, 2016
2 parents 7cb26aa + 1d6abac commit 6a0c164
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ Pkg.update()
Pkg.add("MPI")
```

If you would like to wrap an MPI function on Windows, keep in mind you may need to add its signature to `src/win_mpiconstants.jl`.

## Usage : MPI-Only mode

To run a Julia script with MPI, first make sure that `using MPI` or
Expand Down

0 comments on commit 6a0c164

Please sign in to comment.