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