diff --git a/contrib/distributed/README.md b/contrib/distributed/README.md index 4f05baf61..99e372d7d 100644 --- a/contrib/distributed/README.md +++ b/contrib/distributed/README.md @@ -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 @@ -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. \ No newline at end of file +- 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.