You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

MPI Installation

Get MPI distro form http://mvapich.cse.ohio-state.edu/downloads/

wget http://mvapich.cse.ohio-state.edu/download/mvapich/mv2/mvapich2-2.1.tar.gz
tar -xvzf mvapich2-2.1.tar.gz

configure and deploy

cd mvapich2-2.1
./configure --enable-fast=all,O3 --enable-shared --enable-threads=multiple --enable-cuda=basic --disable-fortran --disable-mcast --with-cuda=/usr/local/cuda
make

 

 

MPI Test

 

  • No labels