Commit b2a7d6feba51cbb52a4ccbb738948d63248373fd
1 parent
48d48f42
Exists in
master
Added processing install section + Benchmark results
Showing
2 changed files
with
60 additions
and
0 deletions
Show diff stats
source/PRO/PRO_index.rst
@@ -0,0 +1,59 @@ | @@ -0,0 +1,59 @@ | ||
1 | +*********************** | ||
2 | +Processing installation | ||
3 | +*********************** | ||
4 | + | ||
5 | +Introduction | ||
6 | +============ | ||
7 | + | ||
8 | +This section describes the setup and steps required to install the GLORI | ||
9 | +processing chain. | ||
10 | + | ||
11 | + | ||
12 | +Requirements | ||
13 | +============ | ||
14 | + | ||
15 | +Currently, the GLORI processing chain has been used and tested only on Linux | ||
16 | +Fedora 23. The major requirements comes form the availability of python | ||
17 | +packages on the target platform. | ||
18 | + | ||
19 | + | ||
20 | +Installation instructions | ||
21 | +========================= | ||
22 | + | ||
23 | + | ||
24 | +Benchmark | ||
25 | +========= | ||
26 | + | ||
27 | +- PRISM: Intel Core i7-4790_ @ 3.59GHz (4 cores, 8 threads), 16GB RAM | ||
28 | +- HP : Intel Core i7-5500U_ @ 2.39GHz (2 cores, 4 threads), 8GB RAM | ||
29 | + | ||
30 | +.. _i7-4790 : http://ark.intel.com/fr/products/80806/Intel-Core-i7-4790-Processor-8M-Cache-up-to-4_00-GHz | ||
31 | +.. _i7-5500U : http://ark.intel.com/fr/products/85214/Intel-Core-i7-5500U-Processor-4M-Cache-up-to-3_00-GHz | ||
32 | + | ||
33 | +When the processing chain is used inside a virtual machine, the number of | ||
34 | +useful cores/threads and usable memory is divided by 2. | ||
35 | + | ||
36 | +.. list-table:: Phoronix Benchmarks | ||
37 | + :widths: 20 15 15 15 15 15 | ||
38 | + :header-rows: 1 | ||
39 | + | ||
40 | + * - System | ||
41 | + - PM HDD | ||
42 | + - RAM int | ||
43 | + - RAM float | ||
44 | + - C-Ray | ||
45 | + - Apache | ||
46 | + | ||
47 | + * - PRISM Fedora 23 VB | ||
48 | + - 5 103 | ||
49 | + - 13 240 | ||
50 | + - 12 828 | ||
51 | + - 27 | ||
52 | + - 11 170 | ||
53 | + | ||
54 | + * - HP Fedora 24 VB | ||
55 | + - 3 756 | ||
56 | + - 5 347 | ||
57 | + - 5 920 | ||
58 | + - 137 | ||
59 | + - N/A | ||
0 | \ No newline at end of file | 60 | \ No newline at end of file |