Compile Radermacher » History » Revision 5
Revision 4 (Neil Voss, 07/27/2011 07:11 AM) → Revision 5/6 (Neil Voss, 07/27/2011 07:12 AM)
h1. Compile Radermacher * 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: <pre> sudo yum install libgomp </pre> * Goto radermacher module folder: <pre> cd myami/modules/radermacher </pre> * compile the libraries and binary <pre> $ python ./setup.py build </pre> * install module globally <pre> $ sudo python ./setup.py install </pre> * test installed module <pre> $ python </pre> <pre> >>> import radermacher >>> <Ctrl-D> </pre> ______ [[Compile Ace2|< Compile Ace2]] | [[Install Xmipp|Install Xmipp >]] ______