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