yjxiong / caffe

A fork of Caffe with OpenMPI-based Multi-GPU (mainly data parallel) support for action recognition and more. More documentation please see the original readme.
http://caffe.berkeleyvision.org/
Other
551 stars 154 forks source link

What version of OpenMPI and GCC are used with CUDA 8.0 and CuDNN 6.1? #182

Closed jesimonbarreto closed 6 years ago

jesimonbarreto commented 7 years ago

Hi yjxiong, Using an environment with the following software specifications: -CUDA 8.0 -CuDNN 6.1 -OpenCV 3.2.0 What versions of OpenMPI and GCC should we use?

Thank you in advance.

yjxiong commented 7 years ago

OpenMPI > 1.8.7 should be ok. No specific GCC version is required.

jesimonbarreto commented 7 years ago

thank you so much.