Install Ace2 » History » Version 7
Neil Voss, 05/12/2010 10:59 AM
| 1 | 1 | Amber Herold | h1. Compile Ace2 |
|---|---|---|---|
| 2 | |||
| 3 | 5 | Neil Voss | h2. Test Ace 2 binary |
| 4 | |||
| 5 | 1 | Amber Herold | The 64bit Ace2 binary is already available in the myami/bin directory. |
| 6 | Test it by changing directories to myami/bin and type the following commands: |
||
| 7 | <pre> |
||
| 8 | 6 | Neil Voss | ./ace2.exe -h |
| 9 | ./ace2correct.exe -h |
||
| 10 | 1 | Amber Herold | </pre> |
| 11 | Notice the help display. |
||
| 12 | |||
| 13 | 5 | Neil Voss | h2. Install Ace 2 from source |
| 14 | |||
| 15 | 1 | Amber Herold | If this does not work or you wish to compile it yourself follow the instructions here. |
| 16 | NOTE: |
||
| 17 | ace2 typically requires fftw 3.2 or greater. This is significantly faster than 3.1 (which is distributed with CentOS). |
||
| 18 | There is a FFTW_WISDOM_ONLY flag in Image.m that can be commented in if you are using fftw 3.2 or greater. |
||
| 19 | *TODO: Can we have the make file detect which version is installed?* |
||
| 20 | |||
| 21 | * Goto myami/appion/ace2 |
||
| 22 | * compile the libraries and binary |
||
| 23 | * test to see if program runs |
||
| 24 | |||
| 25 | 7 | Neil Voss | <pre> |
| 26 | 1 | Amber Herold | $ make |
| 27 | $ ./ace2.exe -h |
||
| 28 | $ ./ace2correct.exe -h |
||
| 29 | $ mv -v ./ace2*.exe ../bin |
||
| 30 | </pre> |
||
| 31 | 2 | Amber Herold | |
| 32 | ______ |
||
| 33 | |||
| 34 | 4 | Neil Voss | [[Compile FindEM|< Compile FindEM]] | [[Install Xmipp|Install Xmipp >]] |
| 35 | 3 | Amber Herold | |
| 36 | ______ |