@@ -29,7 +29,7 @@ The code sample is structured as follows:
File Format:
The Wireworld file format is a text format. The first line is the header. The header has 2 positive integers, separated by space, which define the number of *colums*(width) and the number of *rows*(height).
The Wireworld file format is a text format. The first line is the header. The header has 2 positive integers, separated by space, which define the number of *colums*(width) and the number of *rows*(height) of the Wireworld.
In the following lines, the wireworld data is provided.
Each line is a row.
There are exactly *rows* lines and each line is exactly *colums* long.
...
...
@@ -95,7 +95,7 @@ either on the command line or in your batch script, where `g` specifies the numb
`-c [ --gridcols ]`: number of columns in the grid to form the tiles (optional, automatically deduced)
`-g [ --generations ]`: number of generations simulated (default 1000)
`-m [ --commmode ]`: Communication Mode. Collective or P2P (default Collective)
`-f [ --inputfile ]`: path to wireworld input file (mandatory, flag can be obmitted)
`-f [ --inputfile ]`: path to wireworld input file (mandatory, flag can be obmitted) The file dimension must be divisible by the grid dimension.
`-o [ --outputfile ]`: path to wireworld input file (optional, no writing)