Compile Radermacher » History » Version 6
Neil Voss, 07/27/2011 07:12 AM
1 | 1 | Amber Herold | h1. Compile Radermacher |
---|---|---|---|
2 | |||
3 | 6 | Neil Voss | h2. Pre-install |
4 | |||
5 | 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: |
6 | 5 | Neil Voss | |
7 | 4 | Neil Voss | <pre> |
8 | sudo yum install libgomp |
||
9 | </pre> |
||
10 | |||
11 | 6 | Neil Voss | h2. Build and install |
12 | |||
13 | 4 | Neil Voss | * Goto radermacher module folder: |
14 | 5 | Neil Voss | |
15 | 4 | Neil Voss | <pre> |
16 | cd myami/modules/radermacher |
||
17 | </pre> |
||
18 | 1 | Amber Herold | |
19 | * compile the libraries and binary |
||
20 | |||
21 | <pre> |
||
22 | $ python ./setup.py build |
||
23 | </pre> |
||
24 | |||
25 | * install module globally |
||
26 | |||
27 | <pre> |
||
28 | $ sudo python ./setup.py install |
||
29 | </pre> |
||
30 | 6 | Neil Voss | |
31 | h2. Quick test to see if installed properly |
||
32 | 1 | Amber Herold | |
33 | * test installed module |
||
34 | |||
35 | <pre> |
||
36 | $ python |
||
37 | </pre> |
||
38 | |||
39 | <pre> |
||
40 | >>> import radermacher |
||
41 | >>> <Ctrl-D> |
||
42 | </pre> |
||
43 | 2 | Amber Herold | |
44 | ______ |
||
45 | |||
46 | [[Compile Ace2|< Compile Ace2]] | [[Install Xmipp|Install Xmipp >]] |
||
47 | 3 | Amber Herold | |
48 | ______ |