Skip to content

Commit f8410e7

Browse files
committed
Use tee to keep result
1 parent 5d30767 commit f8410e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ processes to use.
6161
To store the logs for later comparison, you can use the following command (for
6262
example for ex2.):
6363
```bash
64-
pdirun mpirun -n 1 ./ex2 > ex2.result.log
64+
pdirun mpirun -n 1 ./ex2 | tee ex2.result.log
6565
```
6666

6767
Now you're ready to work, **good luck**!

0 commit comments

Comments
 (0)