Compile Radermacher » History » Version 4
Neil Voss, 07/27/2011 07:11 AM
1 | 1 | Amber Herold | h1. Compile Radermacher |
---|---|---|---|
2 | |||
3 | 4 | Neil Voss | * The python radermacher module requires using openmp libraries. This allows for it to use more than one processor on a single machine and therefore runs faster. To install the open source openMP software on CentOS type: |
4 | <pre> |
||
5 | sudo yum install libgomp |
||
6 | </pre> |
||
7 | |||
8 | * Goto radermacher module folder: |
||
9 | <pre> |
||
10 | cd myami/modules/radermacher |
||
11 | </pre> |
||
12 | 1 | Amber Herold | |
13 | * compile the libraries and binary |
||
14 | |||
15 | <pre> |
||
16 | $ python ./setup.py build |
||
17 | </pre> |
||
18 | |||
19 | * install module globally |
||
20 | |||
21 | <pre> |
||
22 | $ sudo python ./setup.py install |
||
23 | </pre> |
||
24 | |||
25 | * test installed module |
||
26 | |||
27 | <pre> |
||
28 | $ python |
||
29 | </pre> |
||
30 | |||
31 | <pre> |
||
32 | >>> import radermacher |
||
33 | >>> <Ctrl-D> |
||
34 | </pre> |
||
35 | 2 | Amber Herold | |
36 | ______ |
||
37 | |||
38 | [[Compile Ace2|< Compile Ace2]] | [[Install Xmipp|Install Xmipp >]] |
||
39 | 3 | Amber Herold | |
40 | ______ |