Reputation: 183
I wish to run Caffe on a 32 core machine.
Upvotes: 3
Views: 611
Reputation: 690
caffe does not, but you can you Intel caffe which is optimized for CPU and supports multi node https://github.com/intel/caffe/wiki/Multinode-guide
Upvotes: 0
Reputation: 4894
Generally caffe doesn't support multiple CPUs/cores in its source code, but it uses BLAS routines.
Thus answers to your questions are the following:
OMP_NUM_THREADS
to desired value).Upvotes: 5