From 27fbc85bf97244237f1dfc6cdd8352ed8079d07f Mon Sep 17 00:00:00 2001 From: Peel Mathieu <mathieu.peel@student-cs.fr> Date: Fri, 9 Apr 2021 15:58:57 +0200 Subject: [PATCH] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 37d7933..17f041a 100644 --- a/README.md +++ b/README.md @@ -21,13 +21,15 @@ mpirun -np 12 python main2.py ""--infile"" deap_test.txt "--verbose" ``--loops`` Number of runs For the first parallelisation method (one algorithm/multiple processor), use -''' +``` main2.py -''' +``` + For the second parallelisation method (multiple algorithms/multiple processors), change for -''' +``` main_sequential.py -''' +``` + in the command # Todo -- GitLab