Actions
Compile Ace2 from source » History » Revision 5
« Previous |
Revision 5/11
(diff)
| Next »
Neil Voss, 05/24/2010 04:45 PM
Compile Ace2 from source¶
Install supporting packages¶
Name: | Download site: | yum package name | SuSE rpm name |
---|---|---|---|
gcc-objc | gcc-objc | ||
fftw3-devel | None | ||
gsl-devel | gsl-devel |
Compile Ace 2 from source with FFTW 3.2 or later¶
It is recommended that you use FFTW version 3.2 or later, because there are optimizations in FFTW 3.2 that make Ace2 run significantly faster than FFTW 3.1 (which is distributed with CentOS).
There is a FFTW_WISDOM_ONLY flag in Image.m that can be commented in if you are using fftw 3.2 or greater.
TODO: Can we have the make file detect which version is installed?
- Goto myami/appion/ace2
- compile the libraries and binary
- test to see if program runs
$ make $ ./ace2.exe -h $ ./ace2correct.exe -h $ mv -v ./ace2*.exe ../bin
< Compile FindEM | Test Appion >
Updated by Neil Voss over 14 years ago · 5 revisions