Project

General

Profile

Actions

Compile Radermacher » History » Revision 4

« Previous | Revision 4/6 (diff) | Next »
Neil Voss, 07/27/2011 07:11 AM


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:
    sudo yum install libgomp
    
  • Goto radermacher module folder:
    cd myami/modules/radermacher
    
  • compile the libraries and binary
$ python ./setup.py build
  • install module globally
$ sudo python ./setup.py install
  • test installed module
$ python
>>> import radermacher
>>> <Ctrl-D>

< Compile Ace2 | Install Xmipp >


Updated by Neil Voss almost 13 years ago · 4 revisions