Explorar o código

Improve benchmarking section

Jim Madge %!s(int64=3) %!d(string=hai) anos
pai
achega
e37872c2b6
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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)