Skip to content

Commit a800410

Browse files
authored
Note Julia version compatibility in the README.
1 parent 0efc89d commit a800410

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ It has three modes of operation
2020
- All processes are part of both the MPI as well as Julia cluster. MPI is used as the transport
2121
for julia messages. This is useful on environments which do not allow TCP/IP connectivity
2222
between worker processes
23+
24+
Note: This package works with Julia 1.0, 1.1 and 1.2. It is broken for Julia 1.3, 1.4.0, and 1.4.1, but
25+
works with Julia 1.4.2 and later releases.
2326

2427
### MPIManager: only workers execute MPI code
2528

0 commit comments

Comments
 (0)