Project

General

Profile

Install Ace2 » History » Revision 11

Revision 10 (Amber Herold, 05/24/2010 02:57 PM) → Revision 11/21 (Amber Herold, 05/24/2010 03:36 PM)

h1. Compile Ace2 

 h2. Install supporting packages 

 |_.Name:|_.Download site:|_.yum package name|_.SuSE rpm name| 
 |gcc-objc||gcc-objc|| 
 |fftw3-devel||fftw3-devel|| 
 |gsl-devel||gsl-devel|| 

 h2. Test Ace 2 binary 

 The 64bit Ace2 binary is already available in the myami/bin directory.  
 Test it by changing directories to myami/bin and type the following commands: 
 <pre> 
 ./ace2.exe -h 
 ./ace2correct.exe -h 
 </pre> 

 If it is working the help commands will display. 

 h2. Install Ace 2 from source 

 If this does not work or you wish to compile it yourself follow the instructions here. 
 NOTE: 
 ace2 typically requires fftw 3.2 or greater. This is significantly faster than 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 

 <pre> 
 $ make 
 $ ./ace2.exe -h 
 $ ./ace2correct.exe -h 
 $ mv -v ./ace2*.exe ../bin 
 </pre> 

 ______ 

 [[Compile FindEM|< Compile FindEM]] | [[Test Appion|Test Appion >]] 

 ______