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