From 7134b712edd88fd745e131164eff55a3c8f1dde2 Mon Sep 17 00:00:00 2001 From: Samuel Aubertin Date: Tue, 12 Apr 2022 12:59:16 +0200 Subject: [PATCH] Add common errors --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f4ea259..1806da4 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,11 @@ Results are stored as JSON objects in an unique file for each run, following thi ```make dockerclean``` will remove the _octopus_ image. -## Results aggregation +## Common errors + +- ```core dumped: illegal instruction```: Either your CPU does not support _SSE_ or you compiled the executables on a different CPU than the one you are testing. + +## Results aggregation and upload Results are automatically uploaded to a server with a dedicated account using ```sftp```.