Open main menu

Changes

Installation linux

43 bytes added, 15:42, 11 September 2013
# Check for mpicc
which mpicc
# If not found, try this fix. For 32/64 bit computer.# Ref, 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
# Then install mp4pympi4py
wget https://bitbucket.org/mpi4py/mpi4py/downloads/mpi4py-1.3.1.tar.gz
tar -xzf mpi4py-1.3.1.tar.gz
Trusted, Bureaucrats
1,382

edits