caffe icon indicating copy to clipboard operation
caffe copied to clipboard

compiling under windows using Visual Studio

Open mkhademi opened this issue 8 years ago • 1 comments

Hi,

I want to get your c++ code compiled as a VS project. Could you help me with setting the dependencies and libraries? Is there a readme file for that?

Thanks, -M

mkhademi avatar Apr 26 '16 01:04 mkhademi

Hi @mkhademi ,

We haven't tried compiling under Windows. But I guess you can tweak the Windows version of Caffe to achieve it.

The only outstanding dependency from the original Caffe is OpenMPI. Actually I only used standard MPI interfaces. So I think intel MPI should also do the job if you cannot find a working OpenMPI Windows port.

yjxiong avatar Apr 26 '16 11:04 yjxiong