Install Ace2 » History » Version 6
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 | $ make |
||
26 | $ ./ace2.exe -h |
||
27 | $ ./ace2correct.exe -h |
||
28 | $ mv -v ./ace2*.exe ../bin |
||
29 | </pre> |
||
30 | 2 | Amber Herold | |
31 | ______ |
||
32 | |||
33 | 4 | Neil Voss | [[Compile FindEM|< Compile FindEM]] | [[Install Xmipp|Install Xmipp >]] |
34 | 3 | Amber Herold | |
35 | ______ |