Project

General

Profile

Compile Ace2 from source » History » Version 2

Neil Voss, 05/24/2010 04:00 PM

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