Libs: OpenMPI 1.8.1 with CUDA 5.5 on Centos6

From Define Wiki
Revision as of 23:02, 24 April 2014 by David (talk | contribs) (Created page with "<syntaxhighlight> ./configure CC=gcc CXX=g++ FC=gfortran --prefix=/home/david/build/openmpi/1.8.1-gcc-cuda55 --with-cuda=/cm/shared/apps/cuda55/toolkit/5.5.22 --with-verbs make make -j ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
./configure CC=gcc CXX=g++ FC=gfortran --prefix=/home/david/build/openmpi/1.8.1-gcc-cuda55 --with-cuda=/cm/shared/apps/cuda55/toolkit/5.5.22 --with-verbs
make 
make -j 8 
make install