Project

General

Profile

Actions

Install Xmipp » History » Revision 11

« Previous | Revision 11/61 (diff) | Next »
Neil Voss, 05/12/2010 11:57 AM


Install Xmipp

  • Setup Xmipp to use openmpi by changing three lines in SConstruct
    cp -v SConstruct SConstruct.orig
    
opts.Add('MPI_INCLUDE', 'MPI headers dir ', '/usr/lib/openmpi/1.2.7-gcc/include/')
opts.Add('MPI_LIBDIR', 'MPI libraries dir ', '/usr/lib/openmpi/1.2.7-gcc/lib/')
opts.Add('MPI_LIB', 'MPI library', 'mpi')
  • Compile
    sudo mpi-selector --yes --system --set `rpm --qf '%{NAME}-%{VERSION}-gcc-%{ARCH}\n' -q openmpi`
    export PATH=$PATH:/usr/lib/openmpi/1.2.7-gcc/bin
    ./scons.configure
    
  • Look for the following line in the output:
    * Checking for MPI ... yes
    
  • Now compile the source code
    ./scons.compile
    

< Compile Radermacher | Test Appion >


Updated by Neil Voss over 14 years ago · 11 revisions