Changes

Jump to navigation Jump to search

OpenMPI

No change in size, 11:38, 31 July 2014
no edit summary
# Python 2.4 to 2.7 or 3.0 to 3.4, or a recent PyPy release.
# A functional MPI 1.x/2.x/3.x implementation like MPICH or Open MPI built with shared/dynamic libraries.
 
= Install OpenMPI =
 
== Linux ==
 
<source lang="bash">
# Install openmpi-devel, to get 'mpicc'
sudo yum install openmpi-devel
 
# Check for mpicc
which mpicc
 
# If not found, try this fix, ref: http://forums.fedoraforum.org/showthread.php?t=194688
#For 32 computer.
sudo ln -s /usr/lib/openmpi/bin/mpicc /usr/bin/mpicc
# For 64 bit computer.
sudo ln -s /usr/lib64/openmpi/bin/mpicc /usr/bin/mpicc
 
# Source your shell settings, to find the executable,
# or restart your terminal.
source $HOME/.cshrc
</source>
= Install =
cd ..
</source>
 
= Install OpenMPI =
 
== Linux ==
 
<source lang="bash">
# Install openmpi-devel, to get 'mpicc'
sudo yum install openmpi-devel
 
# Check for mpicc
which mpicc
 
# If not found, try this fix, ref: http://forums.fedoraforum.org/showthread.php?t=194688
#For 32 computer.
sudo ln -s /usr/lib/openmpi/bin/mpicc /usr/bin/mpicc
# For 64 bit computer.
sudo ln -s /usr/lib64/openmpi/bin/mpicc /usr/bin/mpicc
 
# Source your shell settings, to find the executable,
# or restart your terminal.
source $HOME/.cshrc
</source>

Navigation menu