Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CodeVault
hpc-kernels
structured_grids
Commits
79c7424d
Commit
79c7424d
authored
Oct 12, 2016
by
Thomas Ponweiser
Browse files
Update README.md
parent
dd9335be
Changes
1
Hide whitespace changes
Inline
Side-by-side
cellular_automaton/wireworld_c/README.md
View file @
79c7424d
...
@@ -67,7 +67,7 @@ Follow the compilation instructions given in the main directory of the kernel sa
...
@@ -67,7 +67,7 @@ Follow the compilation instructions given in the main directory of the kernel sa
Assuming that the input file
`primes.wi`
is in your current working directory, to run the program you may use something similar to
Assuming that the input file
`primes.wi`
is in your current working directory, to run the program you may use something similar to
```
```
mpirun -n [nprocs] ./5_structured_wireworld_c primes
mpirun -n [nprocs] ./5_structured_wireworld_c primes
.wi
```
```
either on the command line or in your batch script. Note that only the input file's basename (omitting the file extension) is passed to the program.
either on the command line or in your batch script. Note that only the input file's basename (omitting the file extension) is passed to the program.
...
@@ -93,7 +93,7 @@ For large numbers as arguments to the option `-g`, the suffixes 'k' or 'M' may b
...
@@ -93,7 +93,7 @@ For large numbers as arguments to the option `-g`, the suffixes 'k' or 'M' may b
If you run
If you run
```
```
mpirun -n 12 ./5_structured_wireworld_c -i 10 -g 50k -v 2 --nprocs-x 3 primes
mpirun -n 12 ./5_structured_wireworld_c -i 10 -g 50k -v 2 --nprocs-x 3 primes
.wi
```
```
the output should look similar to
the output should look similar to
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment