https://github.com/JuliaParallel/MPI.jl
Revision 9a1c0ce650149525f1ce54c961cb4dde4273db4c authored by Erik Schnetter on 26 November 2015, 14:36:08 UTC, committed by Erik Schnetter on 26 November 2015, 15:00:09 UTC
Modify communication:
- Cannot use MPI_Isend without holding on to the communication buffer. Instead, use MPI_Send.
- Instead of polling, use MPI_Recv with MPI_ANY_SOURCE.
- Call MPI_Init and MPI_Finalize from the main program
- Ensure that the batch size divides the amount of work per worker.
1 parent 4e6ceb9
History
Tip revision: 9a1c0ce650149525f1ce54c961cb4dde4273db4c authored by Erik Schnetter on 26 November 2015, 14:36:08 UTC
Rename Monte Carlo implementation back to `montecarlo.jl`
Tip revision: 9a1c0ce
File Mode Size
conf
deps
examples
src
test
.gitignore -rw-r--r-- 108 bytes
.travis.yml -rw-r--r-- 429 bytes
README.md -rw-r--r-- 6.2 KB
REQUIRE -rw-r--r-- 25 bytes
UNLICENSE -rw-r--r-- 1.2 KB

README.md

back to top