Project

General

Profile

Compile Radermacher » History » Revision 4

Revision 3 (Amber Herold, 04/22/2010 01:49 PM) → Revision 4/6 (Neil Voss, 07/27/2011 07:11 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> appion/radermacher 

 * 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 >]] 

 ______