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