Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdeepslather authored Aug 30, 2019
1 parent c65b0a3 commit b799a4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/distributed/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Import the Maven project.
``File -> Import -> Existing Maven Projects -> Root Directory``

#### Build and Install the mason-build project.
``In MASON Run as -> Maven install``
In MASON ``Run as -> Maven install``
If needed update dependencies for Maven using ``right click -> maven -> update project``

#### Import the Distributed Project
Expand Down Expand Up @@ -45,4 +45,4 @@ $ docker run -v target:/data -it -t spagnuolocarmine/docker-mpi-java mpirun --al

#### Known issues

- The `MPIUtil.java` use a large pre-allocated buffer of 128 MB. In order to run in a docker container your applications you have to ensure a large amount of memory to your Docker demon, or you can reduce the size of this buffer.
- The `MPIUtil.java` use a large pre-allocated buffer of 128 MB. In order to run in a docker container your applications you have to ensure a large amount of memory to your Docker demon, or you can reduce the size of this buffer.

0 comments on commit b799a4a

Please sign in to comment.