Skip to content

Commit b799a4a

Browse files
Update README.md
1 parent c65b0a3 commit b799a4a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

contrib/distributed/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Import the Maven project.
1616
``File -> Import -> Existing Maven Projects -> Root Directory``
1717

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

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

4646
#### Known issues
4747

48-
- 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.
48+
- 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 commit comments

Comments
 (0)