Compile Ace2 from source » History » Version 5
  Neil Voss, 05/24/2010 04:45 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 | 4 | Neil Voss | |fftw3-devel||_None_|| | 
| 8 | 1 | Neil Voss | |gsl-devel||gsl-devel|| | 
| 9 | |||
| 10 | 5 | Neil Voss | h2. Compile Ace 2 from source with FFTW 3.2 or later | 
| 11 | 1 | Neil Voss | |
| 12 | 5 | Neil Voss | 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). | 
| 13 | 1 | Neil Voss | |
| 14 | There is a FFTW_WISDOM_ONLY flag in Image.m that can be commented in if you are using fftw 3.2 or greater. | ||
| 15 | *TODO: Can we have the make file detect which version is installed?* | ||
| 16 | |||
| 17 | * Goto myami/appion/ace2 | ||
| 18 | * compile the libraries and binary | ||
| 19 | * test to see if program runs | ||
| 20 | |||
| 21 | <pre> | ||
| 22 | $ make | ||
| 23 | $ ./ace2.exe -h | ||
| 24 | $ ./ace2correct.exe -h | ||
| 25 | $ mv -v ./ace2*.exe ../bin | ||
| 26 | </pre> | ||
| 27 | |||
| 28 | ______ | ||
| 29 | |||
| 30 | [[Compile FindEM|< Compile FindEM]] | [[Test Appion|Test Appion >]] | ||
| 31 | |||
| 32 | ______ |