clarify part of tabulator in readme
This commit is contained in:
parent
eab56a7f00
commit
920bedec8c
1 changed files with 4 additions and 3 deletions
|
@ -28,9 +28,10 @@ To open bench, just run bin/bench after building as above.
|
||||||
|
|
||||||
=== tabulator ===
|
=== tabulator ===
|
||||||
|
|
||||||
The "tabulator" program runs every possible pairing of warriors from a selection against each other with ever possible separation,
|
The "tabulator" program runs every possible pairing of warriors from a selection against each other with every possible separation
|
||||||
and then shows the number of wins of each warrior against each other warrior in a table format. This program uses MPI to run batches
|
and turn order, and then shows the number of wins of each warrior against each other warrior in a table format. The column header
|
||||||
of these rounds in different processes, and communicate the results back to a head process.
|
is the winner, and the row header is the loser. This program uses MPI to run batches of these rounds in different processes, and
|
||||||
|
communicate the results back to a head process.
|
||||||
|
|
||||||
To run all of the included warriors against each other, run
|
To run all of the included warriors against each other, run
|
||||||
mpirun bin/tabulator-mpi warriors/*.red
|
mpirun bin/tabulator-mpi warriors/*.red
|
||||||
|
|
Loading…
Add table
Reference in a new issue