From b799a4a3bf0a9f562a3532edeb2aac1bd106c42e Mon Sep 17 00:00:00 2001 From: Rajdeep Singh Lather <32537267+rajdeepslather@users.noreply.github.com> Date: Fri, 30 Aug 2019 14:24:18 -0400 Subject: [PATCH] Update README.md --- contrib/distributed/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.