Installing openpose on QMUL EECS machines (CentOS 7.3).
Follow the manual compilation guide with the following changes:
unset CXX(to compile withgccinstead of the defaultpgc++).- Use 
Makefile.config.Ubuntu14_cuda8.exampleas baseline (both in3rdparty/caffeand root dir). - Edit 
3rdparty/caffe/Makefile.config. SetBLAS := open,BLAS_LIB = /usr/include/openblas,BLAS_INCLUDE /usr/include/openblas. Comment outCUDNNflag. - Edit 
Makefile.config. Add/usr/include/openblasto bothINCLUDE_DIRSandLIBRARY_DIRS.