From b2a7d6feba51cbb52a4ccbb738948d63248373fd Mon Sep 17 00:00:00 2001 From: Erwan Motte Date: Mon, 27 Jun 2016 17:28:45 +0200 Subject: [PATCH] Added processing install section + Benchmark results --- source/PRO/PRO_index.rst | 1 + source/PRO/PRO_install.rst | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 60 insertions(+), 0 deletions(-) create mode 100644 source/PRO/PRO_install.rst diff --git a/source/PRO/PRO_index.rst b/source/PRO/PRO_index.rst index 2589ec7..03f3a3c 100644 --- a/source/PRO/PRO_index.rst +++ b/source/PRO/PRO_index.rst @@ -7,6 +7,7 @@ GLORI Processing Chain .. toctree:: :maxdepth: 2 + PRO_install PRO_intro PRO_config PRO_common diff --git a/source/PRO/PRO_install.rst b/source/PRO/PRO_install.rst new file mode 100644 index 0000000..cc14c80 --- /dev/null +++ b/source/PRO/PRO_install.rst @@ -0,0 +1,59 @@ +*********************** +Processing installation +*********************** + +Introduction +============ + +This section describes the setup and steps required to install the GLORI +processing chain. + + +Requirements +============ + +Currently, the GLORI processing chain has been used and tested only on Linux +Fedora 23. The major requirements comes form the availability of python +packages on the target platform. + + +Installation instructions +========================= + + +Benchmark +========= + +- PRISM: Intel Core i7-4790_ @ 3.59GHz (4 cores, 8 threads), 16GB RAM +- HP : Intel Core i7-5500U_ @ 2.39GHz (2 cores, 4 threads), 8GB RAM + +.. _i7-4790 : http://ark.intel.com/fr/products/80806/Intel-Core-i7-4790-Processor-8M-Cache-up-to-4_00-GHz +.. _i7-5500U : http://ark.intel.com/fr/products/85214/Intel-Core-i7-5500U-Processor-4M-Cache-up-to-3_00-GHz + +When the processing chain is used inside a virtual machine, the number of +useful cores/threads and usable memory is divided by 2. + +.. list-table:: Phoronix Benchmarks + :widths: 20 15 15 15 15 15 + :header-rows: 1 + + * - System + - PM HDD + - RAM int + - RAM float + - C-Ray + - Apache + + * - PRISM Fedora 23 VB + - 5 103 + - 13 240 + - 12 828 + - 27 + - 11 170 + + * - HP Fedora 24 VB + - 3 756 + - 5 347 + - 5 920 + - 137 + - N/A \ No newline at end of file -- libgit2 0.21.0