-1
Makefile:79: *** MPI not found, not building simpleMPI..  Stop.

this error is the error im getting... I saw the Mac version of this question but im using Ubuntu 12.04. Does anyone know how to fix this on Ubuntu 12.04? thanks for any help!

Alex
  • 503
  • 2
  • 6
  • 14

1 Answers1

1

You haven't installed all the dependencies to build CUDA Samples. Install MPI before building the samples by using the following command:

sudo apt-get install mpi-default-dev

Refer to this guide for the list of dependencies for CUDA Samples.

sgarizvi
  • 16,623
  • 9
  • 64
  • 98