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