diff options
Diffstat (limited to 'Microbenchmarks/STREAM/run-rank-stress.sh')
-rwxr-xr-x | Microbenchmarks/STREAM/run-rank-stress.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Microbenchmarks/STREAM/run-rank-stress.sh b/Microbenchmarks/STREAM/run-rank-stress.sh index a29f101..d9dfe80 100755 --- a/Microbenchmarks/STREAM/run-rank-stress.sh +++ b/Microbenchmarks/STREAM/run-rank-stress.sh @@ -12,6 +12,6 @@ trap cleanexit TERM INT stress -c ${NCORES} & -./run-rank.sh | tee "$(hostname)/rank-stress-c${NCORES}.txt" +./run-rank.sh | tee "$(hostname)/$(date +%Y%m%d)-rank-stress-c${NCORES}.txt" cleanexit |