We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d30767 commit f8410e7Copy full SHA for f8410e7
1 file changed
README.md
@@ -61,7 +61,7 @@ processes to use.
61
To store the logs for later comparison, you can use the following command (for
62
example for ex2.):
63
```bash
64
-pdirun mpirun -n 1 ./ex2 > ex2.result.log
+pdirun mpirun -n 1 ./ex2 | tee ex2.result.log
65
```
66
67
Now you're ready to work, **good luck**!
0 commit comments