Project

General

Profile

Install Ace2 » History » Version 10

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