Browse Source

Improve benchmarking section

Jim Madge 3 years ago
parent
commit
e37872c2b6
1 changed files with 3 additions and 0 deletions
  1. 3 0
      docs/hpc.md

+ 3 - 0
docs/hpc.md

@@ -86,12 +86,15 @@ program.
 ```bash
 date --iso-8601=seconds --utc
 $command
+date --iso-8601=seconds --utc
 ```
 
 The flag and parameter `--iso-8601=seconds` ensures the output is in the ISO
 8601 format with precision up to and including seconds. The `--utc` flag means
 that the time will be printed in Coordinated Universal Time.
 
+The programs start and end times will then be recorded in the STDOUT file.
+
 ### Using scratch space
 
 ### Repeated runs (job arrays)