Skip to content
Snippets Groups Projects
Commit 27fbc85b authored by Peel Mathieu's avatar Peel Mathieu
Browse files

Update README.md

parent 95f69070
Branches master
No related tags found
No related merge requests found
...@@ -21,13 +21,15 @@ mpirun -np 12 python main2.py ""--infile"" deap_test.txt "--verbose" ...@@ -21,13 +21,15 @@ mpirun -np 12 python main2.py ""--infile"" deap_test.txt "--verbose"
``--loops`` Number of runs ``--loops`` Number of runs
For the first parallelisation method (one algorithm/multiple processor), use For the first parallelisation method (one algorithm/multiple processor), use
''' ```
main2.py main2.py
''' ```
For the second parallelisation method (multiple algorithms/multiple processors), change for For the second parallelisation method (multiple algorithms/multiple processors), change for
''' ```
main_sequential.py main_sequential.py
''' ```
in the command in the command
# Todo # Todo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment