Openmpi 1.10.2 cuda.h and cuda_runtime_api.h exist in /usr/local/cuda-6.5/include
using the configure trigger ./configure --with-cuda does not find cuda.h or cuda_runtime_api.h using the configure trigger ./configure --with-cuda=/usr/local/cuda-6.5 does not find cuda.h or cuda_runtime_api.h either. However, I found a stack exchange article where someone tried to symlink cuda.h and cuda_runtime_api.h to /usr/include and then it configured fine for that user. I did the same thing, created symlinks of those to header files cuda.h and cuda_runtime_api.h to /usr/include and my ./configure got past cuda.h successfully, but not past cuda_runtime_api.h Any suggestions? Thanks Spencer